Lines Matching refs:SwNodeIndex
64 SwNodeIndex* GetMvSttIdx() const in GetMvSttIdx()
154 SwNodeIndex aIdx( rDoc.GetNodes(), nSttIdx ); in RemoveIdxFromSection()
155 SwNodeIndex aEndIdx( rDoc.GetNodes(), pEndIdx ? *pEndIdx in RemoveIdxFromSection()
169 SwNodeIndex aStt( rPam.GetMark()->nNode ); in RemoveIdxFromRange()
170 SwNodeIndex aEnd( rPam.GetPoint()->nNode ); in RemoveIdxFromRange()
192 SwNodeIndex aIdx( rPos.nNode.GetNode().GetNodes(), nIdx ); in RemoveIdxRel()
356 void SwUndoSaveCntnt::MoveToUndoNds( SwPaM& rPaM, SwNodeIndex* pNodeIdx, in MoveToUndoNds()
910 void SwUndoSaveSection::SaveSection( SwDoc* pDoc, const SwNodeIndex& rSttIdx ) in SaveSection()
927 SwNodeIndex aSttIdx( aPam.Start()->nNode.GetNode() ); in SaveSection()
928 SwNodeIndex aEndIdx( aPam.End()->nNode.GetNode() ); in SaveSection()
929 SwNodeIndex aMvStt( aEndIdx, 1 ); in SaveSection()
951 pMvStt = new SwNodeIndex( rRange.aStart ); in SaveSection()
956 void SwUndoSaveSection::RestoreSection( SwDoc* pDoc, SwNodeIndex* pIdx, in RestoreSection()
962 SwNodeIndex aSttIdx( pDoc->GetNodes(), nStartPos ); in RestoreSection()
970 RestoreSection( pDoc, SwNodeIndex( *pSttNd->EndOfSectionNode() )); in RestoreSection()
977 void SwUndoSaveSection::RestoreSection( SwDoc* pDoc, const SwNodeIndex& rInsPos ) in RestoreSection()
1062 SwNodeIndex aIdx( rDoc.GetNodes() ); in RedlineToDoc()