Searched refs:DELMODE_SIMPLE (Results 1 – 6 of 6) sorted by relevance
40 #define DELMODE_SIMPLE 0 macro
669 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()
331 #define DELMODE_SIMPLE 0 macro
2407 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()
785 …Right( const EditSelection& rEditSelection, sal_uInt8 nMode, sal_uInt8 nDelMode = DELMODE_SIMPLE );
1055 … nMode = rKeyEvent.GetKeyCode().IsMod1() ? DELMODE_RESTOFWORD : DELMODE_SIMPLE; in PostKeyEvent()
Completed in 121 milliseconds