Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/docnode/
H A Dndsect.cxx161 const SwNode* pPrvNd = 0; in InsertSwSection() local
164 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 …]
/AOO42X/main/sw/source/filter/html/
H A Dhtmlgrin.cxx1360 SwTxtNode *pPrvNd = pDoc->GetNodes()[nNodeIdx-1]->GetTxtNode(); in StripTrailingPara() local
1361 if( pPrvNd ) in StripTrailingPara()
1364 pCNd->GetTxtNode()->CutText( pPrvNd, aSrc, pCNd->Len() ); in StripTrailingPara()