Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/edit/
H A Dtextdat2.hxx40 #define DELMODE_SIMPLE 0 macro
H A Dtextview.cxx669 sal_uInt8 nMode = rKeyEvent.GetKeyCode().IsMod1() ? DELMODE_RESTOFWORD : DELMODE_SIMPLE; in KeyInput()
1545 if ( nDelMode == DELMODE_SIMPLE ) in ImpDelete()
1573 if ( nDelMode == DELMODE_SIMPLE ) in ImpDelete()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.hxx331 #define DELMODE_SIMPLE 0 macro
H A Dimpedit2.cxx2407 if ( nDelMode == DELMODE_SIMPLE ) in DeleteLeftOrRight()
2431 if ( nDelMode == DELMODE_SIMPLE ) in DeleteLeftOrRight()
2488 sal_Bool bSpecialBackward = ( ( nMode == DEL_LEFT ) && ( nDelMode == DELMODE_SIMPLE ) ) in DeleteLeftOrRight()
H A Dimpedit.hxx785 …Right( const EditSelection& rEditSelection, sal_uInt8 nMode, sal_uInt8 nDelMode = DELMODE_SIMPLE );
H A Dediteng.cxx1055 … nMode = rKeyEvent.GetKeyCode().IsMod1() ? DELMODE_RESTOFWORD : DELMODE_SIMPLE; in PostKeyEvent()

Completed in 130 milliseconds