Home
last modified time | relevance | path

Searched refs:pAktNd (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx761 SwTxtNode* pAktNd; in Continue() local
797 else if( 0 != ( pAktNd = pDoc->GetNodes()[ nNodeIdx ]->GetTxtNode()) && !bHasFlysOrMarks ) in Continue()
799 if( pAktNd->CanJoinNext( &pPos->nNode )) in Continue()
806 else if( !pAktNd->GetTxt().Len() ) in Continue()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx436 SwTxtNode* pAktNd; in Continue() local
470 else if (0 != (pAktNd = pDoc->GetNodes()[nNodeIdx]->GetTxtNode())) in Continue()
472 if( pAktNd->CanJoinNext( &pPos->nNode )) in Continue()
479 else if( !pAktNd->GetTxt().Len() && in Continue()
480 pAktNd->StartOfSectionIndex()+2 < in Continue()
481 pAktNd->EndOfSectionIndex() ) in Continue()

Completed in 36 milliseconds