Lines Matching refs:TextSelection

170     TextSelection       maSelection;
274 void TextView::SetSelection( const TextSelection& rTextSel, sal_Bool bGotoCursor ) in SetSelection()
285 TextSelection aNewSel( rTextSel ); in SetSelection()
292 void TextView::SetSelection( const TextSelection& rTextSel ) in SetSelection()
297 const TextSelection& TextView::GetSelection() const in GetSelection()
301 TextSelection& TextView::GetSelection() in GetSelection()
319 …const Point& rStartPos, Rectangle const* pPaintArea, TextSelection const* pPaintRange, TextSelecti… in ImpPaint()
352 TextSelection *pDrawSelection = NULL; in ImpPaint()
415 void TextView::ImpHighlight( const TextSelection& rSel ) in ImpHighlight()
417 TextSelection aSel( rSel ); in ImpHighlight()
487 void TextView::ImpSetSelection( const TextSelection& rSelection ) in ImpSetSelection()
506 void TextView::ShowSelection( const TextSelection& rRange ) in ShowSelection()
511 void TextView::ImpShowHideSelection( sal_Bool bShow, const TextSelection* pRange ) in ImpShowHideSelection()
513 const TextSelection* pRangeOrSelection = pRange ? pRange : &mpImpl->maSelection; in ImpShowHideSelection()
529 TextSelection aRange( *pRangeOrSelection ); in ImpShowHideSelection()
571 TextSelection aCurSel( mpImpl->maSelection ); in KeyInput()
572 TextSelection aOldSel( aCurSel ); in KeyInput()
874 TextSelection aNewSel( mpImpl->maSelection ); in MouseButtonDown()
908 TextSelection aNewSel( mpImpl->maSelection ); in MouseButtonDown()
969 TextSelection aSelect( mpImpl->mpTextEngine->mpIMEInfos->aPos ); in Command()
998 TextSelection aSel( aPaM ); in Command()
1020TextSelection aNewSel = TextPaM( mpImpl->mpTextEngine->mpIMEInfos->aPos.GetPara(), mpImpl->mpTextE… in Command()
1260 TextSelection TextView::ImpMoveCursor( const KeyEvent& rKeyEvent ) in ImpMoveCursor()
1346 TextSelection aOldSelection( mpImpl->maSelection ); in ImpMoveCursor()
1347 TextSelection aNewSelection( mpImpl->maSelection ); in ImpMoveCursor()
1353 ShowSelection( TextSelection( aOldEnd, aPaM ) ); in ImpMoveCursor()
1390 TextSelection aNewSel( mpImpl->maSelection ); in InsertNewText()
1603 return mpImpl->mpTextEngine->ImpDeleteText( TextSelection( aStartPaM, aEndPaM ) ); in ImpDelete()
1922 TextSelection aTmpNewSel( mpImpl->maSelection.GetEnd(), aPaM ); in SetCursorAtPoint()
1923 TextSelection aNewSel( mpImpl->maSelection ); in SetCursorAtPoint()
1961 TextSelection aSel = mpImpl->maSelection; in IsInSelection()
2160 TextSelection aPrevSel( mpImpl->maSelection ); in drop()