Home
last modified time | relevance | path

Searched refs:EDIT_DEL_LEFT (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/control/
H A Dedit.cxx101 #define EDIT_DEL_LEFT 1 macro
722 (((rSelection.Min() == 0) && (nDirection == EDIT_DEL_LEFT)) || in ImplDelete()
734 if ( nDirection == EDIT_DEL_LEFT ) in ImplDelete()
1754 sal_uInt8 nDel = (nCode == KEY_DELETE) ? EDIT_DEL_RIGHT : EDIT_DEL_LEFT; in ImplHandleKeyEvent()
1761 nDel = EDIT_DEL_LEFT; in ImplHandleKeyEvent()
1769 nDel = EDIT_DEL_LEFT; in ImplHandleKeyEvent()

Completed in 34 milliseconds