Lines Matching refs:pNd
44 SwSectionNode* pNd = aIdx.GetNode().FindSectionNode(); in GotoPrevRegion() local
45 if( pNd ) in GotoPrevRegion()
46 aIdx.Assign( *pNd, - 1 ); in GotoPrevRegion()
50 0 == ( pNd = aIdx.GetNode().StartOfSectionNode()->GetSectionNode()) ) in GotoPrevRegion()
53 if( pNd ) // gibt einen weiteren SectionNode ? in GotoPrevRegion()
55 if( pNd->GetSection().IsHiddenFlag() || in GotoPrevRegion()
57 pNd->GetSection().IsProtectFlag() )) in GotoPrevRegion()
60 aIdx.Assign( *pNd, - 1 ); in GotoPrevRegion()
64 aIdx = *pNd; in GotoPrevRegion()
65 SwCntntNode* pCNd = pNd->GetNodes().GoNextSection( &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()
90 } while( pNd ); in GotoPrevRegion()
99 SwSectionNode* pNd = aIdx.GetNode().FindSectionNode(); in GotoNextRegion() local
100 if( pNd ) in GotoNextRegion()
101 aIdx.Assign( *pNd->EndOfSectionNode(), - 1 ); in GotoNextRegion()
106 0 == ( pNd = aIdx.GetNode().GetSectionNode()) ) in GotoNextRegion()
109 if( pNd ) // gibt einen weiteren SectionNode ? in GotoNextRegion()
111 if( pNd->GetSection().IsHiddenFlag() || in GotoNextRegion()
113 pNd->GetSection().IsProtectFlag() )) 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()
146 } while( pNd ); in GotoNextRegion()
154 SwSectionNode* pNd = rCurCrsr.GetNode()->FindSectionNode(); in GotoCurrRegion() local
155 if( !pNd ) in GotoCurrRegion()
164 SwNodeIndex aIdx( *pNd->EndOfSectionNode() ); in GotoCurrRegion()
165 pCNd = pNd->GetNodes().GoPrevSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegion()
169 SwNodeIndex aIdx( *pNd ); in GotoCurrRegion()
170 pCNd = pNd->GetNodes().GoNextSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegion()
187 SwSectionNode* pNd = pCurrNd->FindSectionNode(); in GotoCurrRegionAndSkip() local
188 if( !pNd ) in GotoCurrRegionAndSkip()
199 SwNodeIndex aIdx( *pNd->EndOfSectionNode() ); in GotoCurrRegionAndSkip()
200 pCNd = pNd->GetNodes().GoPrevSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegionAndSkip()
207 SwNodeIndex aIdx( *pNd ); in GotoCurrRegionAndSkip()
208 pCNd = pNd->GetNodes().GoNextSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegionAndSkip()
223 SwSection* pParent = pNd->GetSection().GetParent(); in GotoCurrRegionAndSkip()
224 pNd = pParent ? pParent->GetFmt()->GetSectionNode() : 0; in GotoCurrRegionAndSkip()
225 } while( pNd ); in GotoCurrRegionAndSkip()