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()
516 nSttEndTbl = rNds[ nSEIdx ]->StartOfSectionIndex() - 1; in IsSelOvr()
526 ? rNds.GoPrevSection( &GetPoint()->nNode,sal_True,sal_False ) in IsSelOvr()
527 : rNds.GoNextSection( &GetPoint()->nNode,sal_True,sal_False ); in IsSelOvr()
926 SwNodes& rNds = rPam.GetDoc()->GetNodes(); in lcl_MakeSelFwrd() local
932 pCNd = rNds.GoNext( &rPam.GetPoint()->nNode ); in lcl_MakeSelFwrd()
943 pCNd = rNds.GoPrevious( &rPam.GetPoint()->nNode ); in lcl_MakeSelFwrd()
958 SwNodes& rNds = rPam.GetDoc()->GetNodes(); in lcl_MakeSelBkwrd() local
964 pCNd = rNds.GoPrevious( &rPam.GetPoint()->nNode ); in lcl_MakeSelBkwrd()
975 pCNd = rNds.GoNext( &rPam.GetPoint()->nNode ); in lcl_MakeSelBkwrd()
1003 SwNodes& rNds = GetDoc()->GetNodes(); in FindAll() local
1035 ? lcl_MakeSelBkwrd( rNds.GetEndOfExtras(), in FindAll()
1036 *rNds.GetEndOfPostIts().StartOfSectionNode(), in FindAll()
1037 *this, rNds.GetEndOfExtras().GetIndex() >= in FindAll()
1039 : lcl_MakeSelFwrd( *rNds.GetEndOfPostIts().StartOfSectionNode(), in FindAll()
1040 rNds.GetEndOfExtras(), *this, in FindAll()
1041 rNds.GetEndOfExtras().GetIndex() >= in FindAll()
1091 ? rNds.GetEndOfContent().StartOfSectionNode() in FindAll()
1092 : rNds.GetEndOfPostIts().StartOfSectionNode(); in FindAll()
1095 ? lcl_MakeSelBkwrd( rNds.GetEndOfContent(), *pSttNd,*this, sal_False ) in FindAll()
1096 : lcl_MakeSelFwrd( *pSttNd, rNds.GetEndOfContent(), *this, sal_False )) in FindAll()
1149 SwNodes& rNds = GetDoc()->GetNodes(); in FillFindPos() local
1154 rPos.nNode = *rNds.GetEndOfContent().StartOfSectionNode(); in FillFindPos()
1155 pCNd = rNds.GoNext( &rPos.nNode ); in FillFindPos()
1159 rPos.nNode = rNds.GetEndOfContent(); in FillFindPos()
1160 pCNd = rNds.GoPrevious( &rPos.nNode ); in FillFindPos()
1165 rPos.nNode = *rNds[ sal_uLong(0) ]; in FillFindPos()
1166 pCNd = rNds.GoNext( &rPos.nNode ); in FillFindPos()
1170 rPos.nNode = *rNds.GetEndOfContent().StartOfSectionNode(); in FillFindPos()
1171 pCNd = rNds.GoPrevious( &rPos.nNode ); in FillFindPos()
2209 SwNodes& rNds = pAktCrsr->GetDoc()->GetNodes(); in MakeBoxSels() local
2225 pNd = rNds.GoNextSection( &aIdx, sal_True, sal_False ); in MakeBoxSels()
2234 pNd = rNds.GoPrevSection( &aIdx, sal_True, sal_False ); in MakeBoxSels()
2276 if( &aIdx.GetNodes() != &rNds ) in MakeBoxSels()
2280 pNd = rNds.GoNextSection( &aIdx, sal_True, sal_False ); in MakeBoxSels()
2300 pNd = rNds.GoPrevSection( &pPos->nNode, sal_True, sal_False ); in MakeBoxSels()