Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/docnode/
H A Dndsect.cxx161 const SwNode* pPrvNd = 0; in InsertSwSection() local
210 if( pPrvNd && 3 == nRegionRet ) in InsertSwSection()
227 if( !( pPrvNd && 1 == nRegionRet ) && in InsertSwSection()
251 if( pPrvNd && 1 == nRegionRet ) in InsertSwSection()
253 pSttPos->nNode.Assign( *pPrvNd ); in InsertSwSection()
261 if( pPrvNd && 2 == nRegionRet ) in InsertSwSection()
263 pEndPos->nNode.Assign( *pPrvNd ); in InsertSwSection()
416 const SwStartNode* pPrvNd; in IsInsRegionAvailable() local
424 if( !pPrvNd ) in IsInsRegionAvailable()
440 if( pPrvNd && pNxtNd && pPrvNd == pNxtNd->StartOfSectionNode() ) in IsInsRegionAvailable()
[all …]
/aoo41x/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()

Completed in 29 milliseconds