Lines Matching refs:SwNodeIndex

51 extern sal_Bool CheckNodesRange( const SwNodeIndex& rStt,
52 const SwNodeIndex& rEnd, sal_Bool bChkSection );
129 SwNodeIndex aNdIdx( *this ); in ~SwNodes()
145 void SwNodes::ChgNode( SwNodeIndex& rDelPos, sal_uLong nSz, in ChgNode()
146 SwNodeIndex& rInsPos, sal_Bool bNewFrms ) in ChgNode()
172 SwNodeIndex aDelIdx( *this, n ); in ChgNode()
231 SwNodeIndex aInsPos( rInsPos ); in ChgNode()
401 SwNodeIndex aIdx( *pPrevInsNd, 1 ); in ChgNode()
402 SwNodeIndex aFrmNdIdx( aIdx ); in ChgNode()
460 const SwNodeIndex& aIndex, sal_Bool bNewFrms ) in _MoveNodes()
506 SwNodeIndex aIdx( aIndex ); in _MoveNodes()
525 SwNodeIndex aNodeIndex (aRg.aEnd); in _MoveNodes()
555 SwNodeIndex aSwIndex( aRg.aEnd, 1 ); in _MoveNodes()
587 SwNodeIndex aMvIdx( aRg.aEnd, 1 ); in _MoveNodes()
631 SwNodeIndex aMvIdx( aRg.aEnd, 1 ); in _MoveNodes()
695 SwNodeIndex aTmp( aIdx ); in _MoveNodes()
797 SwNodeIndex aSwIndex( aRg.aEnd, 1 ); in _MoveNodes()
822 SwNodeIndex aTmpSIdx( aOrigInsPos.aStart, 1 ); in _MoveNodes()
829 SwNodeIndex aTmpEIdx( aOrigInsPos.aEnd ); in _MoveNodes()
837 SwNodeIndex aCntIdx( aRg.aEnd ); in _MoveNodes()
856 SwNodeIndex aSwIndex( aRg.aEnd, 1 ); in _MoveNodes()
868 SwNodeIndex aSwIndex( aRg.aEnd, 1 ); in _MoveNodes()
881 SwNodeIndex aTmp( *pSectNd ); in _MoveNodes()
942 SwNodeIndex aSwIndex( aRg.aEnd, 1 ); in _MoveNodes()
967 SwNodeIndex aSwIndex( aRg.aEnd, 1 ); in _MoveNodes()
1069 SwNodeIndex aTmpIdx( *pAktNode->StartOfSectionNode() ); in SectionDown()
1147 SwNodeIndex aIdx( *pAktNode->StartOfSectionNode() ); in SectionUp()
1158 SwNodeIndex aTmpIdx( pRange->aStart ); in SectionUp()
1180 SwNodeIndex aTmpIdx( pRange->aEnd ); in SectionUp()
1212 void SwNodes::SectionUpDown( const SwNodeIndex & aStart, const SwNodeIndex & aEnd ) in SectionUpDown()
1215 SwNodeIndex aTmpIdx( aStart, +1 ); in SectionUpDown()
1286 void SwNodes::Delete(const SwNodeIndex &rIndex, sal_uLong nNodes) in Delete()
1490 sal_uInt16 SwNodes::GetSectionLevel(const SwNodeIndex &rIdx) const { in GetSectionLevel()
1500 void SwNodes::GoStartOfSection(SwNodeIndex *pIdx) const in GoStartOfSection()
1503 SwNodeIndex aTmp( *pIdx->GetNode().StartOfSectionNode(), +1 ); in GoStartOfSection()
1519 void SwNodes::GoEndOfSection(SwNodeIndex *pIdx) const in GoEndOfSection()
1526 SwCntntNode* SwNodes::GoNext(SwNodeIndex *pIdx) const in GoNext()
1531 SwNodeIndex aTmp(*pIdx, +1); in GoNext()
1543 SwCntntNode* SwNodes::GoPrevious(SwNodeIndex *pIdx) const in GoPrevious()
1548 SwNodeIndex aTmp( *pIdx, -1 ); in GoPrevious()
1591 sal_Bool SwNodes::CheckNodesRange( const SwNodeIndex& rStt, const SwNodeIndex& rEnd ) const in CheckNodesRange()
1623 void SwNodes::DelNodes( const SwNodeIndex & rStart, sal_uLong nCnt ) in DelNodes()
1750 SwNodeIndex aEndIdx( pEnd->nNode ); in MoveRange()
1751 SwNodeIndex aSttIdx( pStt->nNode ); in MoveRange()
1995 const SwNodeIndex& rIndex, sal_Bool bNewFrms, sal_Bool bTblInsDummyNode ) const in _CopyNodes()
2044 SwNodeIndex aInsPos( rIndex ); in _CopyNodes()
2045 SwNodeIndex aOrigInsPos( rIndex, -1 ); // Originale Insert Pos in _CopyNodes()
2095 SwNodeIndex nStt( aInsPos, -1 ); in _CopyNodes()
2118 SwNodeIndex nStt( aInsPos, -1 ); in _CopyNodes()
2208 SwNodeIndex aIdx( rRg.aStart ); in _DelDummyNodes()
2218 SwStartNode* SwNodes::MakeEmptySection( const SwNodeIndex& rIdx, in MakeEmptySection()
2227 SwStartNode* SwNodes::MakeTextSection( const SwNodeIndex & rWhere, in MakeTextSection()
2234 MakeTxtNode( SwNodeIndex( rWhere, - 1 ), pColl, pAutoAttr ); in MakeTextSection()
2240 SwCntntNode* SwNodes::GoNextSection( SwNodeIndex * pIdx, in GoNextSection()
2244 SwNodeIndex aTmp( *pIdx ); in GoNextSection()
2293 SwCntntNode* SwNodes::GoPrevSection( SwNodeIndex * pIdx, in GoPrevSection()
2297 SwNodeIndex aTmp( *pIdx ); in GoPrevSection()
2356 SwNode* SwNodes::FindPrvNxtFrmNode( SwNodeIndex& rFrmIdx, in FindPrvNxtFrmNode()
2377 SwNodeIndex aIdx( rFrmIdx ); in FindPrvNxtFrmNode()
2481 void SwNodes::ForEach( const SwNodeIndex& rStart, const SwNodeIndex& rEnd, in ForEach()
2501 SwNodeIndex *p = pRoot; in RemoveNode()
2505 SwNodeIndex* pNext = p->pNext; in RemoveNode()
2516 SwNodeIndex* pPrev = p->pPrev; in RemoveNode()
2569 void SwNodes::RegisterIndex( SwNodeIndex& rIdx ) in RegisterIndex()
2588 void SwNodes::DeRegisterIndex( SwNodeIndex& rIdx ) in DeRegisterIndex()
2590 SwNodeIndex* pN = rIdx.pNext; in DeRegisterIndex()
2591 SwNodeIndex* pP = rIdx.pPrev; in DeRegisterIndex()
2606 const SwNodeIndex& rPos ) in InsertNode()
2624 SwNodeIndex aIdx(*pNode); in DocumentSectionStartNode()