Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/edit/
H A Dtextdat2.hxx44 #define DEL_LEFT 1 macro
H A Dtextview.cxx668 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()
/aoo41x/main/editeng/source/editeng/
H A Dediteng.cxx1039 nDel = DEL_LEFT; in PostKeyEvent()
1047 nDel = DEL_LEFT; in PostKeyEvent()
1054 nDel = ( nCode == KEY_DELETE ) ? DEL_RIGHT : DEL_LEFT; in PostKeyEvent()
H A Dimpedit.hxx60 #define DEL_LEFT 1 macro
H A Dimpedit2.cxx2405 if ( nMode == DEL_LEFT ) in DeleteLeftOrRight()
2488 sal_Bool bSpecialBackward = ( ( nMode == DEL_LEFT ) && ( nDelMode == DELMODE_SIMPLE ) ) in DeleteLeftOrRight()

Completed in 89 milliseconds