Lines Matching refs:GetNode
132 pNode = &aNdIdx.GetNode(); in ~SwNodes()
154 if( GetDoc()->SetFieldsDirty( sal_True, &rDelPos.GetNode(), nSz ) && in ChgNode()
173 SwNode& rNd = aDelIdx.GetNode(); in ChgNode()
234 SwNode* pNd = &rDelPos.GetNode(); in ChgNode()
422 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in ChgNode()
464 ( (pAktNode = &aIndex.GetNode())->GetStartNode() && in _MoveNodes()
471 while( ND_STARTNODE == (pAktNode = &aRg.aStart.GetNode())->GetNodeType() in _MoveNodes()
479 while( ( (( pAktNode = &aRg.aEnd.GetNode())->GetStartNode() && in _MoveNodes()
512 SwStartNode* pStartNode = aIdx.GetNode().pStartOfSection; in _MoveNodes()
528 SwNode& rNode (aNodeIndex.GetNode()); in _MoveNodes()
547 switch( (pAktNode = &aRg.aEnd.GetNode())->GetNodeType() ) in _MoveNodes()
584 pTblNd->pStartOfSection = aIdx.GetNode().pStartOfSection; in _MoveNodes()
589 SwNode* pTmpNd = &aMvIdx.GetNode(); in _MoveNodes()
625 SwStartNode* pSttNode = aIdx.GetNode().pStartOfSection; in _MoveNodes()
634 SwNode* pNd = &aMvIdx.GetNode(); in _MoveNodes()
747 if( &aRg.aStart.GetNode() == pSttNd ) in _MoveNodes()
763 pSttNd->pStartOfSection = aIdx.GetNode().pStartOfSection; in _MoveNodes()
839 aCntIdx.GetNode().pStartOfSection = pTmpStt; in _MoveNodes()
844 if( 0 != (( pAktNode = &aTmpEIdx.GetNode())->GetEndNode()) ) in _MoveNodes()
891 if( pTmpNode && ND_STARTNODE == (pAktNode = &aRg.aEnd.GetNode()) in _MoveNodes()
947 SwNode* pTmpNd = &aIdx.GetNode(); in _MoveNodes()
973 if( ( pAktNode = &aRg.aStart.GetNode())->GetStartNode() && in _MoveNodes()
975 aRg.aEnd.GetNode().GetEndNode() ) in _MoveNodes()
985 UpdtOutlineIdx( aOrigInsPos.aStart.GetNode() ); in _MoveNodes()
986 UpdtOutlineIdx( aRg.aEnd.GetNode() ); in _MoveNodes()
990 UpdtOutlineIdx( aRg.aEnd.GetNode() ); in _MoveNodes()
991 rNodes.UpdtOutlineIdx( aOrigInsPos.aStart.GetNode() ); in _MoveNodes()
1068 SwNode * pAktNode = &pRange->aStart.GetNode(); in SectionDown()
1085 if( pRange->aEnd.GetNode().GetStartNode() ) in SectionDown()
1091 new SwEndNode( pRange->aEnd, *pRange->aStart.GetNode().GetStartNode() ); in SectionDown()
1146 SwNode * pAktNode = &pRange->aStart.GetNode(); in SectionUp()
1150 SwEndNode* pEndNd = pRange->aEnd.GetNode().GetEndNode(); in SectionUp()
1161 pAktNode = &aTmpIdx.GetNode(); in SectionUp()
1175 new SwEndNode( pRange->aStart, *aIdx.GetNode().GetStartNode() ); in SectionUp()
1181 if( pRange->aEnd.GetNode().IsEndNode() ) in SectionUp()
1187 aTmpIdx = *pRange->aEnd.GetNode().EndOfSectionNode(); in SectionUp()
1218 SwStartNode* pTmp = aStart.GetNode().GetStartNode(); in SectionUpDown()
1225 pAktNode = &aTmpIdx.GetNode(); in SectionUpDown()
1299 if( ( !aRg.aStart.GetNode().StartOfSectionIndex() && in Delete()
1306 while( ( pAktNode = &aRg.aEnd.GetNode())->GetStartNode() || in Delete()
1324 pAktNode = &aRg.aEnd.GetNode(); in Delete()
1338 pNd = &aRg.aEnd.GetNode(); in Delete()
1391 SwNode* pTmpNode = aRg.aEnd.GetNode().GetEndNode(); in Delete()
1394 ( pAktNode = &aRg.aEnd.GetNode())->GetStartNode() && in Delete()
1399 pTmpNode = aRg.aEnd.GetNode().GetEndNode(); in Delete()
1428 while( aRg.aEnd.GetNode().GetEndNode() && in Delete()
1429 ( pAktNode = &aRg.aStart.GetNode())->GetStartNode() && in Delete()
1444 UpdtOutlineIdx( aRg.aEnd.GetNode() ); in Delete()
1497 return rIdx.GetNode().GetSectionLevel(); in GetSectionLevel()
1503 SwNodeIndex aTmp( *pIdx->GetNode().StartOfSectionNode(), +1 ); in GoStartOfSection()
1507 while( !aTmp.GetNode().IsCntntNode() ) in GoStartOfSection()
1512 aTmp = aTmp.GetNode().EndOfSectionIndex()+1; in GoStartOfSection()
1522 if( !pIdx->GetNode().IsEndNode() ) in GoEndOfSection()
1523 (*pIdx) = *pIdx->GetNode().EndOfSectionNode(); in GoEndOfSection()
1533 while( aTmp < Count()-1 && 0 == ( pNd = &aTmp.GetNode())->IsCntntNode() ) in GoNext()
1550 while( aTmp.GetIndex() && 0 == ( pNd = &aTmp.GetNode())->IsCntntNode() ) in GoPrevious()
1678 UpdtOutlineIdx( rStart.GetNode() ); in DelNodes()
1752 SwTxtNode *const pSrcNd = aSttIdx.GetNode().GetTxtNode(); in MoveRange()
1753 SwTxtNode * pDestNd = rPos.nNode.GetNode().GetTxtNode(); in MoveRange()
1769 pEnd->nNode.GetNode().IsTxtNode(); in MoveRange()
1777 if( !pEnd->nNode.GetNode().IsCntntNode() ) in MoveRange()
1877 pDestNd = rPos.nNode.GetNode().GetTxtNode(); in MoveRange()
1889 SwTxtNode* const pEndSrcNd = aEndIdx.GetNode().GetTxtNode(); in MoveRange()
1908 pDestNd = rPos.nNode.GetNode().GetTxtNode(); in MoveRange()
1929 if ( pSrcNd && aEndIdx.GetNode().IsCntntNode() ) in MoveRange()
1936 rPos.nContent.Assign( rPos.nNode.GetNode().GetCntntNode(), 0 ); in MoveRange()
1957 if ( &pStt->nNode.GetNode() == &GetEndOfContent() ) in MoveRange()
1963 pStt->nContent.Assign( pStt->nNode.GetNode().GetCntntNode(), in MoveRange()
1997 SwDoc* pDoc = rIndex.GetNode().GetDoc(); in _CopyNodes()
2001 ( (pAktNode = &rIndex.GetNode())->GetStartNode() && in _CopyNodes()
2008 while( ND_STARTNODE == (pAktNode = & aRg.aStart.GetNode())->GetNodeType() in _CopyNodes()
2018 if (aRg.aEnd.GetNode().StartOfSectionIndex() != 0) in _CopyNodes()
2020 while( ((pAktNode = & aRg.aEnd.GetNode())->GetStartNode() && in _CopyNodes()
2051 pAktNode = &aRg.aStart.GetNode(); in _CopyNodes()
2078 SwStartNode* pSttNd = aRg.aStart.GetNode().GetStartNode(); in _CopyNodes()
2173 SwNode *const pTmpNd = & aInsPos.GetNode(); in _CopyNodes()
2211 if( ND_SECTIONDUMMY == aIdx.GetNode().GetNodeType() ) in _DelDummyNodes()
2248 pNd = & aTmp.GetNode(); in GoNextSection()
2301 pNd = & aTmp.GetNode(); in GoPrevSection()
2364 SwNode* pSttNd = &rFrmIdx.GetNode(); in FindPrvNxtFrmNode()
2382 pNd = &aIdx.GetNode(); in FindPrvNxtFrmNode()
2412 if( ( pEnd && ( pFrmNd = &aIdx.GetNode())->IsCntntNode() ) || in FindPrvNxtFrmNode()
2452 if( (pFrmNd = &aIdx.GetNode())->IsTableNode() ) in FindPrvNxtFrmNode()
2459 while( aIdx.GetNode().IsSectionNode() ) in FindPrvNxtFrmNode()
2461 const SwSection& rSect = aIdx.GetNode(). in FindPrvNxtFrmNode()
2464 aIdx = aIdx.GetNode().EndOfSectionIndex()+1; in FindPrvNxtFrmNode()
2468 if( aIdx.GetNode().IsTableNode() ) in FindPrvNxtFrmNode()
2471 pFrmNd = &aIdx.GetNode(); in FindPrvNxtFrmNode()