Searched refs:EDIT_DEL_LEFT (Results 1 – 1 of 1) sorted by relevance
101 #define EDIT_DEL_LEFT 1 macro722 (((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 35 milliseconds