Lines Matching refs:aNewSel

285     TextSelection aNewSel( rTextSel );  in SetSelection()  local
286 mpImpl->mpTextEngine->ValidateSelection( aNewSel ); in SetSelection()
287 ImpSetSelection( aNewSel ); in SetSelection()
874 TextSelection aNewSel( mpImpl->maSelection ); in MouseButtonDown() local
875 aNewSel.GetStart().GetIndex() = (sal_uInt16)aBoundary.startPos; in MouseButtonDown()
876 aNewSel.GetEnd().GetIndex() = (sal_uInt16)aBoundary.endPos; in MouseButtonDown()
881 TextPaM(aNewSel.GetStart().GetPara(), in MouseButtonDown()
885 TextPaM(aNewSel.GetEnd().GetPara(), in MouseButtonDown()
888 if(pStartAttr && pStartAttr->GetStart() < aNewSel.GetStart().GetIndex()) in MouseButtonDown()
890 aNewSel.GetStart().GetIndex() = pStartAttr->GetStart(); in MouseButtonDown()
892 if(pEndAttr && pEndAttr->GetEnd() > aNewSel.GetEnd().GetIndex()) in MouseButtonDown()
894 aNewSel.GetEnd().GetIndex() = pEndAttr->GetEnd(); in MouseButtonDown()
897 ImpSetSelection( aNewSel ); in MouseButtonDown()
908 TextSelection aNewSel( mpImpl->maSelection ); in MouseButtonDown() local
909 aNewSel.GetStart().GetIndex() = 0; in MouseButtonDown()
910aNewSel.GetEnd().GetIndex() = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( mpImpl->maSelecti… in MouseButtonDown()
911 ImpSetSelection( aNewSel ); in MouseButtonDown()
1020 …TextSelection aNewSel = TextPaM( mpImpl->mpTextEngine->mpIMEInfos->aPos.GetPara(), mpImpl->mpTextE… in Command() local
1021 SetSelection( aNewSel ); in Command()
1390 TextSelection aNewSel( mpImpl->maSelection ); in InsertNewText() local
1396 aNewSel.Justify(); in InsertNewText()
1397 aNewSel.GetEnd() = aPaM; in InsertNewText()
1401 aNewSel = aPaM; in InsertNewText()
1404 ImpSetSelection( aNewSel ); in InsertNewText()
1923 TextSelection aNewSel( mpImpl->maSelection ); in SetCursorAtPoint() local
1924 aNewSel.GetEnd() = aPaM; in SetCursorAtPoint()
1930 aNewSel.GetStart() = aPaM; in SetCursorAtPoint()
1931 ImpSetSelection( aNewSel ); in SetCursorAtPoint()
1935 ImpSetSelection( aNewSel ); in SetCursorAtPoint()