Searched refs:DEL_LEFT (Results 1 – 5 of 5) sorted by relevance
44 #define DEL_LEFT 1 macro
668 sal_uInt8 nDel = ( nCode == KEY_DELETE ) ? DEL_RIGHT : DEL_LEFT; in KeyInput()676 nDel = DEL_LEFT; in KeyInput()684 nDel = DEL_LEFT; in KeyInput()1543 if ( nMode == DEL_LEFT ) in ImpDelete()
1039 nDel = DEL_LEFT; in PostKeyEvent()1047 nDel = DEL_LEFT; in PostKeyEvent()1054 nDel = ( nCode == KEY_DELETE ) ? DEL_RIGHT : DEL_LEFT; in PostKeyEvent()
60 #define DEL_LEFT 1 macro
2405 if ( nMode == DEL_LEFT ) in DeleteLeftOrRight()2488 sal_Bool bSpecialBackward = ( ( nMode == DEL_LEFT ) && ( nDelMode == DELMODE_SIMPLE ) ) in DeleteLeftOrRight()
Completed in 74 milliseconds