Lines Matching refs:nNode

176             pEnd->nNode.GetNode().GetCntntNode()->Len() ==  in InsertSwSection()
181 pStt->nNode.GetNode(), in InsertSwSection()
182 pEnd->nNode.GetNode() ); in InsertSwSection()
213 SwNodeIndex aStt( pSttPos->nNode ), aEnd( pEndPos->nNode, +1 ); in InsertSwSection()
231 pSttPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
241 pEndPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
253 pSttPos->nNode.Assign( *pPrvNd ); in InsertSwSection()
254 pSttPos->nContent.Assign( pSttPos->nNode.GetNode().GetCntntNode(), 0 ); 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()
275 if( pEndPos->nNode.GetIndex() == pSttPos->nNode.GetIndex() ) in InsertSwSection()
277 pSttPos->nNode--; in InsertSwSection()
278 pEndPos->nNode--; in InsertSwSection()
279 pTNd = pSttPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
285 pEndPos->nNode--; in InsertSwSection()
286 pTNd = pEndPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
293 pSttPos->nNode, *pFmt, rNewData, pTOXBase, &pEndPos->nNode); in InsertSwSection()
299 const SwCntntNode* pCNd = pPos->nNode.GetNode().GetCntntNode(); in InsertSwSection()
303 pPos->nNode, *pFmt, rNewData, pTOXBase, 0, true); in InsertSwSection()
308 pPos->nNode, *pFmt, rNewData, pTOXBase, 0, false); in InsertSwSection()
318 pPos->nNode, *pFmt, rNewData, pTOXBase, 0, true); in InsertSwSection()
400 const SwCntntNode* pCNd = pEnd->nNode.GetNode().GetCntntNode(); in IsInsRegionAvailable()
401 const SwNode* pNd = &pStt->nNode.GetNode(); in IsInsRegionAvailable()
411 == pStt->nNode.GetIndex() - 1 && pEnd->nContent.GetIndex() == in IsInsRegionAvailable()
414 SwNodeIndex aIdx( pStt->nNode, -1 ); in IsInsRegionAvailable()
415 sal_uLong nCmp = pEnd->nNode.GetIndex(); in IsInsRegionAvailable()
428 aIdx = pEnd->nNode.GetIndex() + 1; in IsInsRegionAvailable()
429 nCmp = pStt->nNode.GetIndex(); in IsInsRegionAvailable()
455 SwNodeIndex aIdx( pEnd->nNode, 1 ); in IsInsRegionAvailable()
481 SwNodeIndex aIdx( pStt->nNode, -1 ); in IsInsRegionAvailable()
505 const SwSectionNode* pSectNd = rPos.nNode.GetNode().FindSectionNode(); in GetCurrSection()