Searched refs:pPrvNd (Results 1 – 2 of 2) sorted by relevance
161 const SwNode* pPrvNd = 0; in InsertSwSection() local164 0 == ( nRegionRet = IsInsRegionAvailable( rRange, &pPrvNd ) )) in InsertSwSection()210 if( pPrvNd && 3 == nRegionRet ) in InsertSwSection()212 ASSERT( pPrvNd, "der SectionNode fehlt" ); in InsertSwSection()214 while( pPrvNd != aStt.GetNode().StartOfSectionNode() ) in InsertSwSection()216 while( pPrvNd != aEnd.GetNode().StartOfSectionNode() ) in InsertSwSection()227 if( !( pPrvNd && 1 == nRegionRet ) && in InsertSwSection()238 if ( !( pPrvNd && 2 == nRegionRet ) ) in InsertSwSection()251 if( pPrvNd && 1 == nRegionRet ) in InsertSwSection()253 pSttPos->nNode.Assign( *pPrvNd ); in InsertSwSection()[all …]
1360 SwTxtNode *pPrvNd = pDoc->GetNodes()[nNodeIdx-1]->GetTxtNode(); in StripTrailingPara() local1361 if( pPrvNd ) in StripTrailingPara()1364 pCNd->GetTxtNode()->CutText( pPrvNd, aSrc, pCNd->Len() ); in StripTrailingPara()