Searched refs:aPrevSel (Results 1 – 1 of 1) sorted by relevance
2156 TextSelection aPrevSel( mpImpl->maSelection ); in drop() local2157 aPrevSel.Justify(); in drop()2159 … sal_uInt16 nPrevStartParaLen = mpImpl->mpTextEngine->GetTextLen( aPrevSel.GetStart().GetPara() ); in drop()2200 if ( aPrevSel.HasRange() && in drop()2205 if ( ( mpImpl->mpDDInfo->maDropPos.GetPara() < aPrevSel.GetStart().GetPara() ) || in drop()2206 ( ( mpImpl->mpDDInfo->maDropPos.GetPara() == aPrevSel.GetStart().GetPara() ) in drop()2207 … && ( mpImpl->mpDDInfo->maDropPos.GetIndex() < aPrevSel.GetStart().GetIndex() ) ) ) in drop()2212 aPrevSel.GetStart().GetPara() += nNewParasBeforeSelection; in drop()2213 aPrevSel.GetEnd().GetPara() += nNewParasBeforeSelection; in drop()2215 if ( mpImpl->mpDDInfo->maDropPos.GetPara() == aPrevSel.GetStart().GetPara() ) in drop()[all …]