Lines Matching refs:aEndIdx
899 SwNodeIndex aEndIdx( *pSectNd->EndOfSectionNode() ); in Update() local
900 pFirstEmptyNd = pDoc->GetNodes().MakeTxtNode( aEndIdx, in Update()
917 aEndIdx--; in Update()
918 SwPosition aPos( aEndIdx, SwIndex( pFirstEmptyNd, 0 )); in Update()
919 pDoc->CorrAbs( aSttIdx, aEndIdx, aPos, sal_True ); in Update()
922 DelFlyInRange( aSttIdx, aEndIdx ); in Update()
923 _DelBookmarks( aSttIdx, aEndIdx ); in Update()
925 pDoc->GetNodes().Delete( aSttIdx, aEndIdx.GetIndex() - aSttIdx.GetIndex() ); in Update()
1058 SwNodeIndex aEndIdx( aInsPos, 1 ); in Update() local
1059 pDoc->CorrAbs( aInsPos, aEndIdx, *aCorPam.GetPoint(), sal_True ); in Update()
1065 aEndIdx = *pSectNd; in Update()
1067 aEndIdx = *pFirstEmptyNd; in Update()
1068 SwCntntNode* pCNd = pDoc->GetNodes().GoNext( &aEndIdx ); in Update()