Lines Matching refs:aIdx

43 	SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode );  in GotoPrevRegion()  local
44 SwSectionNode* pNd = aIdx.GetNode().FindSectionNode(); in GotoPrevRegion()
46 aIdx.Assign( *pNd, - 1 ); in GotoPrevRegion()
49 while( aIdx.GetIndex() && in GotoPrevRegion()
50 0 == ( pNd = aIdx.GetNode().StartOfSectionNode()->GetSectionNode()) ) in GotoPrevRegion()
51 aIdx--; in GotoPrevRegion()
60 aIdx.Assign( *pNd, - 1 ); in GotoPrevRegion()
64 aIdx = *pNd; in GotoPrevRegion()
65 SwCntntNode* pCNd = pNd->GetNodes().GoNextSection( &aIdx, in GotoPrevRegion()
69 aIdx--; in GotoPrevRegion()
76 aIdx = *pNd->EndOfSectionNode(); in GotoPrevRegion()
77 SwCntntNode* pCNd = pNd->GetNodes().GoPrevSection( &aIdx, in GotoPrevRegion()
81 aIdx.Assign( *pNd, - 1 ); in GotoPrevRegion()
87 rCurCrsr.GetPoint()->nNode = aIdx; in GotoPrevRegion()
98 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoNextRegion() local
99 SwSectionNode* pNd = aIdx.GetNode().FindSectionNode(); in GotoNextRegion()
101 aIdx.Assign( *pNd->EndOfSectionNode(), - 1 ); in GotoNextRegion()
103 sal_uLong nEndCount = aIdx.GetNode().GetNodes().Count()-1; in GotoNextRegion()
105 while( aIdx.GetIndex() < nEndCount && in GotoNextRegion()
106 0 == ( pNd = aIdx.GetNode().GetSectionNode()) ) in GotoNextRegion()
107 aIdx++; in GotoNextRegion()
116 aIdx.Assign( *pNd->EndOfSectionNode(), +1 ); in GotoNextRegion()
120 aIdx = *pNd; in GotoNextRegion()
121 SwCntntNode* pCNd = pNd->GetNodes().GoNextSection( &aIdx, in GotoNextRegion()
125 aIdx.Assign( *pNd->EndOfSectionNode(), +1 ); in GotoNextRegion()
132 aIdx = *pNd->EndOfSectionNode(); in GotoNextRegion()
133 SwCntntNode* pCNd = pNd->GetNodes().GoPrevSection( &aIdx, in GotoNextRegion()
137 aIdx++; in GotoNextRegion()
143 rCurCrsr.GetPoint()->nNode = aIdx; in GotoNextRegion()
164 SwNodeIndex aIdx( *pNd->EndOfSectionNode() ); in GotoCurrRegion() local
165 pCNd = pNd->GetNodes().GoPrevSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegion()
169 SwNodeIndex aIdx( *pNd ); in GotoCurrRegion() local
170 pCNd = pNd->GetNodes().GoNextSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegion()
199 SwNodeIndex aIdx( *pNd->EndOfSectionNode() ); in GotoCurrRegionAndSkip() local
200 pCNd = pNd->GetNodes().GoPrevSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegionAndSkip()
203 pPos->nNode = aIdx; in GotoCurrRegionAndSkip()
207 SwNodeIndex aIdx( *pNd ); in GotoCurrRegionAndSkip() local
208 pCNd = pNd->GetNodes().GoNextSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegionAndSkip()
211 pPos->nNode = aIdx; in GotoCurrRegionAndSkip()