Searched refs:aPrevSel (Results 1 – 1 of 1) sorted by relevance
2160 TextSelection aPrevSel( mpImpl->maSelection ); in drop() local2161 aPrevSel.Justify(); in drop()2163 … sal_uInt16 nPrevStartParaLen = mpImpl->mpTextEngine->GetTextLen( aPrevSel.GetStart().GetPara() ); in drop()2204 if ( aPrevSel.HasRange() && in drop()2209 if ( ( mpImpl->mpDDInfo->maDropPos.GetPara() < aPrevSel.GetStart().GetPara() ) || in drop()2210 ( ( mpImpl->mpDDInfo->maDropPos.GetPara() == aPrevSel.GetStart().GetPara() ) in drop()2211 … && ( mpImpl->mpDDInfo->maDropPos.GetIndex() < aPrevSel.GetStart().GetIndex() ) ) ) in drop()2216 aPrevSel.GetStart().GetPara() += nNewParasBeforeSelection; in drop()2217 aPrevSel.GetEnd().GetPara() += nNewParasBeforeSelection; in drop()2219 if ( mpImpl->mpDDInfo->maDropPos.GetPara() == aPrevSel.GetStart().GetPara() ) in drop()[all …]