Lines Matching refs:GetNode

107                     SwSectionNode* pSectNd = aChkIdx.GetNode().FindSectionNode();  in lcl_IsInSameTblBox()
176 pEnd->nNode.GetNode().GetCntntNode()->Len() == in InsertSwSection()
181 pStt->nNode.GetNode(), in InsertSwSection()
182 pEnd->nNode.GetNode() ); in InsertSwSection()
214 while( pPrvNd != aStt.GetNode().StartOfSectionNode() ) in InsertSwSection()
216 while( pPrvNd != aEnd.GetNode().StartOfSectionNode() ) in InsertSwSection()
231 pSttPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
241 pEndPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
254 pSttPos->nContent.Assign( pSttPos->nNode.GetNode().GetCntntNode(), 0 ); in InsertSwSection()
264 pEndPos->nContent.Assign( pEndPos->nNode.GetNode().GetCntntNode(), 0 ); in InsertSwSection()
268 pCNd = pEndPos->nNode.GetNode().GetCntntNode(); in InsertSwSection()
279 pTNd = pSttPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
286 pTNd = pEndPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
299 const SwCntntNode* pCNd = pPos->nNode.GetNode().GetCntntNode(); in InsertSwSection()
400 const SwCntntNode* pCNd = pEnd->nNode.GetNode().GetCntntNode(); in IsInsRegionAvailable()
401 const SwNode* pNd = &pStt->nNode.GetNode(); in IsInsRegionAvailable()
418 while( 0 != ( pPrvNd = (pNd = &aIdx.GetNode())->GetSectionNode() ) && in IsInsRegionAvailable()
430 while( 0 != ( pNxtNd = (pNd = &aIdx.GetNode())->GetEndNode() ) && in IsInsRegionAvailable()
456 if( aIdx.GetNode().IsEndNode() && in IsInsRegionAvailable()
457 0 != aIdx.GetNode().FindSectionNode() ) in IsInsRegionAvailable()
461 } while( aIdx.GetNode().IsEndNode() && in IsInsRegionAvailable()
462 0 != aIdx.GetNode().FindSectionNode() ); in IsInsRegionAvailable()
469 *ppSttNd = &aIdx.GetNode(); in IsInsRegionAvailable()
482 if( aIdx.GetNode().IsSectionNode() ) in IsInsRegionAvailable()
486 } while( aIdx.GetNode().IsSectionNode() ); in IsInsRegionAvailable()
487 if( !aIdx.GetNode().IsSectionNode() ) in IsInsRegionAvailable()
493 *ppSttNd = &aIdx.GetNode(); in IsInsRegionAvailable()
505 const SwSectionNode* pSectNd = rPos.nNode.GetNode().FindSectionNode(); in GetCurrSection()
541 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in DelSectionFmt()
556 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in DelSectionFmt()
584 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in DelSectionFmt()
671 pIdx->GetNode().GetSectionNode(); in UpdateSection()
824 } while( aInsPos.GetNode().IsSectionNode() ); in InsertTextSection()
835 ( pNd = &aInsPos.GetNode())->IsEndNode() && in InsertTextSection()
849 if( &pEnde->GetNode() != &GetEndOfContent() ) in InsertTextSection()
858 const SwStartNode* pStartNode = aInsPos.GetNode().StartOfSectionNode(); in InsertTextSection()
879 SwTxtNode* pCpyTNd = rNdIdx.GetNode().GetTxtNode(); in InsertTextSection()
1105 pCNd = aIdx.GetNode().GetCntntNode(); in MakeFrms()
1106 pCNd->MakeFrms( (SwCntntNode&)rIdx.GetNode() ); in MakeFrms()
1115 pNew = rIdx.GetNode().GetCntntNode()->MakeFrm( pFrm ); in MakeFrms()
1117 SwSectionNode* pS = rIdx.GetNode().FindSectionNode(); in MakeFrms()
1123 SwTableNode* pTableNode = rIdx.GetNode().FindTableNode(); in MakeFrms()
1349 if( aTmp.GetNode().IsSectionNode() ) in IsCntntHidden()
1351 const SwSection& rSect = ((SwSectionNode&)aTmp.GetNode()).GetSection(); in IsCntntHidden()
1354 aTmp = *aTmp.GetNode().EndOfSectionNode(); in IsCntntHidden()
1358 if( aTmp.GetNode().IsCntntNode() || aTmp.GetNode().IsTableNode() ) in IsCntntHidden()
1360 ASSERT( aTmp.GetNode().IsEndNode(), "EndNode expected" ); in IsCntntHidden()