Lines Matching refs:SwNodeIndex
71 SwPosition::SwPosition( const SwNodeIndex & rNodeIndex, const SwIndex & rCntnt ) in SwPosition()
76 SwPosition::SwPosition( const SwNodeIndex & rNodeIndex ) in SwPosition()
300 sal_Bool CheckNodesRange( const SwNodeIndex& rStt, in CheckNodesRange()
301 const SwNodeIndex& rEnd, sal_Bool bChkSection ) in CheckNodesRange()
348 SwCntntNode* GoNextNds( SwNodeIndex* pIdx, sal_Bool bChk ) in GoNextNds()
350 SwNodeIndex aIdx( *pIdx ); in GoNextNds()
364 SwCntntNode* GoPreviousNds( SwNodeIndex * pIdx, sal_Bool bChk ) in GoPreviousNds()
366 SwNodeIndex aIdx( *pIdx ); in GoPreviousNds()
411 SwPaM::SwPaM( const SwNodeIndex& rMark, const SwNodeIndex& rPoint, in SwPaM()
455 SwPaM::SwPaM( const SwNodeIndex& rMark , xub_StrLen nMarkCntnt, in SwPaM()
456 const SwNodeIndex& rPoint, xub_StrLen nPointCntnt, SwPaM* pRing ) in SwPaM()
495 SwPaM::SwPaM( const SwNodeIndex& rNodeIdx, xub_StrLen nCntnt, SwPaM* pRing ) in SwPaM()
1176 SwNodeIndex aNodeIndex = Start()->nNode; in GetTxt()