Searched refs:ImplDelete (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/control/ |
| H A D | edit.cxx | 716 void Edit::ImplDelete( const Selection& rSelection, sal_uInt8 nDirection, sal_uInt8 nMode ) in ImplDelete() function in Edit 1779 ImplDelete( maSelection, nDel, nMode ); in ImplHandleKeyEvent() 2614 … ImplDelete( Selection( mnMaxTextLen, maText.Len() ), EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in SetMaxTextLen() 2721 ImplDelete( maSelection, EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in DeleteSelected() 2778 ImplDelete( Selection( 0, aText.Len() ), EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in Undo() 3025 ImplDelete( aSel, EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in dragDropEnd() 3048 ImplDelete( aSel, EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in drop()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | edit.hxx | 99 …SAL_DLLPRIVATE void ImplDelete( const Selection& rSelection, sal_uInt8 nDirection, sal_uInt…
|