Home
last modified time | relevance | path

Searched refs:pAktNd (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx435 SwTxtNode* pAktNd; in Continue() local
469 else if (0 != (pAktNd = pDoc->GetNodes()[nNodeIdx]->GetTxtNode())) in Continue()
471 if( pAktNd->CanJoinNext( &pPos->nNode )) in Continue()
478 else if( !pAktNd->GetTxt().Len() && in Continue()
479 pAktNd->StartOfSectionIndex()+2 < in Continue()
480 pAktNd->EndOfSectionIndex() ) in Continue()
/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()