Lines Matching refs:Selection

113     Selection       aDndStartSel;
585 Selection aTmpSel( maSelection ); in ImplRepaint()
716 void Edit::ImplDelete( const Selection& rSelection, sal_uInt8 nDirection, sal_uInt8 nMode ) in ImplDelete()
728 Selection aSelection( rSelection ); in ImplDelete()
860 void Edit::ImplInsertText( const XubString& rStr, const Selection* pNewSel, sal_Bool bIsUserInput ) in ImplInsertText()
862 Selection aSelection( maSelection ); in ImplInsertText()
1004 void Edit::ImplSetText( const XubString& rText, const Selection* pNewSelection ) in ImplSetText()
1356 Selection aSelection( maSelection ); in ImplSetCursorPos()
1441 Selection aSelection( maSelection ); in MouseButtonDown()
1449 ImplSetSelection( Selection( 0, 0xFFFF ) ); in MouseButtonDown()
1457 ImplSetSelection( Selection( aBoundary.startPos, aBoundary.endPos ) ); in MouseButtonDown()
1587 ImplSetSelection( Selection( 0, maText.Len() ) ); in ImplHandleKeyEvent()
1594Selection aSaveSel = GetSelection(); // Falls jemand in Get/LoseFocus die Selektion verbiegt, z.B.… in ImplHandleKeyEvent()
1613 ImplSetSelection( Selection( 0, maText.Len() ) ); in ImplHandleKeyEvent()
1644 Selection aSel( maSelection ); in ImplHandleKeyEvent()
2146Selection aSaveSel = GetSelection(); // Falls jemand in Get/LoseFocus die Selektion verbiegt, z.B.… in Command()
2179 ImplSetSelection( Selection( 0, maText.Len() ) ); in Command()
2303 SetSelection( Selection( nCursorPos, nCursorPos ) ); in Command()
2330 Selection aSelection( pData->GetStart(), pData->GetEnd() ); in Command()
2617 ImplDelete( Selection( mnMaxTextLen, maText.Len() ), EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in SetMaxTextLen()
2623 void Edit::SetSelection( const Selection& rSelection ) in SetSelection()
2637 void Edit::ImplSetSelection( const Selection& rSelection, sal_Bool bPaint ) in ImplSetSelection()
2645 Selection aOld( maSelection ); in ImplSetSelection()
2646 Selection aNew( rSelection ); in ImplSetSelection()
2660 Selection aTemp = maSelection; in ImplSetSelection()
2697 const Selection& Edit::GetSelection() const in GetSelection()
2736 Selection aSelection( maSelection ); in GetSelected()
2781 ImplDelete( Selection( 0, aText.Len() ), EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in Undo()
2783 ImplSetSelection( Selection( 0, maUndoText.Len() ) ); in Undo()
2796 Selection aNewSel( 0, 0 ); // Damit nicht gescrollt wird in SetText()
2803 void Edit::SetText( const XubString& rStr, const Selection& rSelection ) in SetText()
2981 Selection aSel( maSelection ); in dragGestureRecognized()
3018 Selection aSel( mpDDInfo->aDndStartSel ); in dragDropEnd()
3047 Selection aSel( maSelection ); in drop()
3132 Selection aSel( maSelection ); in dragOver()
3174 Selection Edit::GetSurroundingTextSelection() const in GetSurroundingTextSelection()