Searched refs:rPtIdx (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sw/source/core/crsr/ |
| H A D | unocrsr.cxx | 119 SwNodeIndex& rPtIdx = GetPoint()->nNode; in IsSelOvr() local 121 *pNewSttNd = rPtIdx.GetNode().StartOfSectionNode(); in IsSelOvr() 124 sal_Bool bMoveDown = GetSavePos()->nNode < rPtIdx.GetIndex(); in IsSelOvr() 133 if( rPtIdx > *pOldSttNd && in IsSelOvr() 134 rPtIdx < pOldSttNd->EndOfSectionIndex() ) in IsSelOvr() 141 pNewSttNd = rPtIdx.GetNode().StartOfSectionNode(); in IsSelOvr() 161 rPtIdx.Assign( *pInvalidNode->EndOfSectionNode(), 1 ); in IsSelOvr() 163 if( !rPtIdx.GetNode().IsCntntNode() && in IsSelOvr() 164 ( !pDoc->GetNodes().GoNextSection( &rPtIdx ) || in IsSelOvr() 165 rPtIdx > pOldSttNd->EndOfSectionIndex() ) ) in IsSelOvr() [all …]
|
| H A D | swcrsr.cxx | 247 SwNodeIndex& rPtIdx = GetPoint()->nNode; in IsSelOvr() local 248 const SwSectionNode* pSectNd = rPtIdx.GetNode().FindSectionNode(); in IsSelOvr() 261 SwNodeIndex aIdx( rPtIdx ); in IsSelOvr() 263 int bGoNxt = pSavePos->nNode < rPtIdx.GetIndex(); in IsSelOvr() 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() 276 ::CheckNodesRange( rPtIdx, aIdx, sal_True ); in IsSelOvr() 279 rPtIdx = pSavePos->nNode; in IsSelOvr() [all …]
|
| /trunk/main/sw/source/core/edit/ |
| H A D | editsh.cxx | 957 SwNodeIndex& rPtIdx = pPam->GetPoint()->nNode; in GetLineCount() local 958 SwNodeIndex aStart( rPtIdx ); in GetLineCount() 965 else if( rPtIdx > ( nTmpPos = GetDoc()->GetNodes().GetEndOfExtras().GetIndex()) ) in GetLineCount() 997 &aStart, sal_True, sal_False )) && ( !bActPos || aStart <= rPtIdx ) ) in GetLineCount() 1001 xub_StrLen nActPos = bActPos && aStart == rPtIdx ? in GetLineCount()
|