Lines Matching refs:pEndPos
209 *pEndPos = (SwPosition*)rRange.End(); in InsertSwSection() local
213 SwNodeIndex aStt( pSttPos->nNode ), aEnd( pEndPos->nNode, +1 ); in InsertSwSection()
241 pEndPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
243 (pTNd->GetTxt().Len() != pEndPos->nContent.GetIndex())) in InsertSwSection()
263 pEndPos->nNode.Assign( *pPrvNd ); in InsertSwSection()
264 pEndPos->nContent.Assign( pEndPos->nNode.GetNode().GetCntntNode(), 0 ); in InsertSwSection()
268 pCNd = pEndPos->nNode.GetNode().GetCntntNode(); in InsertSwSection()
269 if( pCNd && pCNd->Len() != pEndPos->nContent.GetIndex() ) in InsertSwSection()
272 SplitNode( *pEndPos, false ); in InsertSwSection()
275 if( pEndPos->nNode.GetIndex() == pSttPos->nNode.GetIndex() ) in InsertSwSection()
278 pEndPos->nNode--; in InsertSwSection()
285 pEndPos->nNode--; in InsertSwSection()
286 pTNd = pEndPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
289 pEndPos->nContent.Assign( pTNd, nCntnt ); in InsertSwSection()
293 pSttPos->nNode, *pFmt, rNewData, pTOXBase, &pEndPos->nNode); in InsertSwSection()