Lines Matching refs:aStart

471     while( ND_STARTNODE == (pAktNode = &aRg.aStart.GetNode())->GetNodeType()  in _MoveNodes()
474 aRg.aStart++; in _MoveNodes()
475 aRg.aStart--; in _MoveNodes()
483 aRg.aEnd > aRg.aStart ) in _MoveNodes()
488 if( aRg.aStart >= aRg.aEnd ) in _MoveNodes()
493 if( ( aIndex.GetIndex()-1 >= aRg.aStart.GetIndex() && in _MoveNodes()
526 while (aNodeIndex > aRg.aStart) in _MoveNodes()
537 if (aNodeIndex < aRg.aStart.GetIndex()) in _MoveNodes()
546 while( aRg.aStart < aRg.aEnd ) in _MoveNodes()
701 else if( pSttNd->GetIndex() < aRg.aStart.GetIndex() ) in _MoveNodes()
747 if( &aRg.aStart.GetNode() == pSttNd ) in _MoveNodes()
748 --aRg.aStart; in _MoveNodes()
822 SwNodeIndex aTmpSIdx( aOrigInsPos.aStart, 1 ); in _MoveNodes()
973 if( ( pAktNode = &aRg.aStart.GetNode())->GetStartNode() && in _MoveNodes()
976 DelNodes( aRg.aStart, 2 ); in _MoveNodes()
979 aOrigInsPos.aStart++; in _MoveNodes()
983 aRg.aEnd.GetIndex() >= aOrigInsPos.aStart.GetIndex() ) in _MoveNodes()
985 UpdtOutlineIdx( aOrigInsPos.aStart.GetNode() ); in _MoveNodes()
991 rNodes.UpdtOutlineIdx( aOrigInsPos.aStart.GetNode() ); in _MoveNodes()
1060 if( pRange->aStart >= pRange->aEnd || in SectionDown()
1062 !CheckNodesRange( pRange->aStart, pRange->aEnd )) in SectionDown()
1068 SwNode * pAktNode = &pRange->aStart.GetNode(); in SectionDown()
1072 DelNodes( pRange->aStart, 1 ); // verhinder leere Section in SectionDown()
1076 SwNode* pSttNd = new SwStartNode( pRange->aStart, ND_STARTNODE, eSttNdTyp ); in SectionDown()
1077 pRange->aStart = *pSttNd; in SectionDown()
1078 aTmpIdx = pRange->aStart; in SectionDown()
1091 new SwEndNode( pRange->aEnd, *pRange->aStart.GetNode().GetStartNode() ); in SectionDown()
1137 if( pRange->aStart >= pRange->aEnd || in SectionUp()
1139 !CheckNodesRange( pRange->aStart, pRange->aEnd ) || in SectionUp()
1146 SwNode * pAktNode = &pRange->aStart.GetNode(); in SectionUp()
1155 RemoveNode( pRange->aStart.GetIndex(), 1, sal_True ); in SectionUp()
1158 SwNodeIndex aTmpIdx( pRange->aStart ); in SectionUp()
1170 DelNodes( pRange->aStart, 1 ); in SectionUp()
1172 else if( aIdx == pRange->aStart.GetIndex()-1 ) // vor StartNode in SectionUp()
1175 new SwEndNode( pRange->aStart, *aIdx.GetNode().GetStartNode() ); in SectionUp()
1212 void SwNodes::SectionUpDown( const SwNodeIndex & aStart, const SwNodeIndex & aEnd ) in SectionUpDown() argument
1215 SwNodeIndex aTmpIdx( aStart, +1 ); in SectionUpDown()
1218 SwStartNode* pTmp = aStart.GetNode().GetStartNode(); in SectionUpDown()
1299 if( ( !aRg.aStart.GetNode().StartOfSectionIndex() && in Delete()
1300 !aRg.aStart.GetIndex() ) || in Delete()
1301 ! CheckNodesRange( aRg.aStart, aRg.aEnd ) ) in Delete()
1315 aRg.aStart--; in Delete()
1322 while( aRg.aStart < aRg.aEnd ) in Delete()
1329 if( pAktNode->StartOfSectionIndex() > aRg.aStart.GetIndex() ) in Delete()
1429 ( pAktNode = &aRg.aStart.GetNode())->GetStartNode() && in Delete()
1433 DelNodes( aRg.aStart, 2 ); // loesche den Start- und EndNode in Delete()
1434 aRg.aStart--; in Delete()
1721 HighLevel aPara( rNodes.GetSectionLevel( rRange.aStart )); in HighestLevel()
1722 rNodes.ForEach( rRange.aStart, rRange.aEnd, _HighestLevel, &aPara ); in HighestLevel()
2008 while( ND_STARTNODE == (pAktNode = & aRg.aStart.GetNode())->GetNodeType() in _CopyNodes()
2011 aRg.aStart++; in _CopyNodes()
2031 if( aRg.aStart >= aRg.aEnd ) in _CopyNodes()
2035 DBG_ASSERT( &aRg.aStart.GetNodes() == this, in _CopyNodes()
2037 DBG_ASSERT( &aRg.aStart.GetNodes() == &aRg.aEnd.GetNodes(), in _CopyNodes()
2039 if( &rIndex.GetNodes() == &aRg.aStart.GetNodes() && in _CopyNodes()
2040 rIndex.GetIndex() >= aRg.aStart.GetIndex() && in _CopyNodes()
2048 for( sal_uLong nNodeCnt = aRg.aEnd.GetIndex() - aRg.aStart.GetIndex(); in _CopyNodes()
2051 pAktNode = &aRg.aStart.GetNode(); in _CopyNodes()
2063 aRg.aStart.GetIndex() ); in _CopyNodes()
2070 for( aRg.aStart++; aRg.aStart.GetIndex() < in _CopyNodes()
2072 aRg.aStart++ ) in _CopyNodes()
2078 SwStartNode* pSttNd = aRg.aStart.GetNode().GetStartNode(); in _CopyNodes()
2086 aRg.aStart = *pSttNd->EndOfSectionNode(); in _CopyNodes()
2091 aRg.aStart = *pAktNode->EndOfSectionNode(); in _CopyNodes()
2100 aRg.aStart = pAktNode->EndOfSectionIndex(); in _CopyNodes()
2123 aRg.aStart = pAktNode->EndOfSectionIndex(); in _CopyNodes()
2186 aRg.aStart++; in _CopyNodes()
2208 SwNodeIndex aIdx( rRg.aStart ); in _DelDummyNodes()