Searched refs:EDIT_DELMODE_SIMPLE (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/source/control/ |
H A D | edit.cxx | 104 #define EDIT_DELMODE_SIMPLE 11 macro 1755 sal_uInt8 nMode = rKEvt.GetKeyCode().IsMod1() ? EDIT_DELMODE_RESTOFWORD : EDIT_DELMODE_SIMPLE; 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()
|
Completed in 70 milliseconds