Home
last modified time | relevance | path

Searched refs:aPrevSel (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/svtools/source/edit/
H A Dtextview.cxx2156 TextSelection aPrevSel( mpImpl->maSelection ); in drop() local
2157 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 …]