Lines Matching refs:rNds

213     SwNodes& rNds = GetDoc()->GetNodes();  in IsSelOvrCheck()  local
218 SwNodeIndex aOldPos( rNds, GetSavePos()->nNode ); in IsSelOvrCheck()
232 SwNodes& rNds = pDoc->GetNodes(); in IsSelOvr() local
265 ? rNds.GoNextSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections) in IsSelOvr()
266 : rNds.GoPrevSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections); in IsSelOvr()
270 … pCNd = bGoNxt ? rNds.GoNextSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections) in IsSelOvr()
271 … : rNds.GoPrevSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections); in IsSelOvr()
288 rPtIdx = rNds.GetEndOfExtras(); in IsSelOvr()
289 pCNd = rNds.GoNext( &rPtIdx ); in IsSelOvr()
504 nSttEndTbl = rNds[ nSEIdx ]->StartOfSectionIndex() - 1; in IsSelOvr()
514 ? rNds.GoPrevSection( &GetPoint()->nNode,sal_True,sal_False ) in IsSelOvr()
515 : rNds.GoNextSection( &GetPoint()->nNode,sal_True,sal_False ); in IsSelOvr()
914 SwNodes& rNds = rPam.GetDoc()->GetNodes(); in lcl_MakeSelFwrd() local
920 pCNd = rNds.GoNext( &rPam.GetPoint()->nNode ); in lcl_MakeSelFwrd()
931 pCNd = rNds.GoPrevious( &rPam.GetPoint()->nNode ); in lcl_MakeSelFwrd()
946 SwNodes& rNds = rPam.GetDoc()->GetNodes(); in lcl_MakeSelBkwrd() local
952 pCNd = rNds.GoPrevious( &rPam.GetPoint()->nNode ); in lcl_MakeSelBkwrd()
963 pCNd = rNds.GoNext( &rPam.GetPoint()->nNode ); in lcl_MakeSelBkwrd()
991 SwNodes& rNds = GetDoc()->GetNodes(); in FindAll() local
1023 ? lcl_MakeSelBkwrd( rNds.GetEndOfExtras(), in FindAll()
1024 *rNds.GetEndOfPostIts().StartOfSectionNode(), in FindAll()
1025 *this, rNds.GetEndOfExtras().GetIndex() >= in FindAll()
1027 : lcl_MakeSelFwrd( *rNds.GetEndOfPostIts().StartOfSectionNode(), in FindAll()
1028 rNds.GetEndOfExtras(), *this, in FindAll()
1029 rNds.GetEndOfExtras().GetIndex() >= in FindAll()
1079 ? rNds.GetEndOfContent().StartOfSectionNode() in FindAll()
1080 : rNds.GetEndOfPostIts().StartOfSectionNode(); in FindAll()
1083 ? lcl_MakeSelBkwrd( rNds.GetEndOfContent(), *pSttNd,*this, sal_False ) in FindAll()
1084 : lcl_MakeSelFwrd( *pSttNd, rNds.GetEndOfContent(), *this, sal_False )) in FindAll()
1137 SwNodes& rNds = GetDoc()->GetNodes(); in FillFindPos() local
1142 rPos.nNode = *rNds.GetEndOfContent().StartOfSectionNode(); in FillFindPos()
1143 pCNd = rNds.GoNext( &rPos.nNode ); in FillFindPos()
1147 rPos.nNode = rNds.GetEndOfContent(); in FillFindPos()
1148 pCNd = rNds.GoPrevious( &rPos.nNode ); in FillFindPos()
1153 rPos.nNode = *rNds[ sal_uLong(0) ]; in FillFindPos()
1154 pCNd = rNds.GoNext( &rPos.nNode ); in FillFindPos()
1158 rPos.nNode = *rNds.GetEndOfContent().StartOfSectionNode(); in FillFindPos()
1159 pCNd = rNds.GoPrevious( &rPos.nNode ); in FillFindPos()
2197 SwNodes& rNds = pAktCrsr->GetDoc()->GetNodes(); in MakeBoxSels() local
2213 pNd = rNds.GoNextSection( &aIdx, sal_True, sal_False ); in MakeBoxSels()
2222 pNd = rNds.GoPrevSection( &aIdx, sal_True, sal_False ); in MakeBoxSels()
2264 if( &aIdx.GetNodes() != &rNds ) in MakeBoxSels()
2268 pNd = rNds.GoNextSection( &aIdx, sal_True, sal_False ); in MakeBoxSels()
2288 pNd = rNds.GoPrevSection( &pPos->nNode, sal_True, sal_False ); in MakeBoxSels()