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()1549 if ( nDelMode == DELMODE_SIMPLE ) in ImpDelete()1577 if ( nDelMode == DELMODE_SIMPLE ) in ImpDelete()
331 #define DELMODE_SIMPLE 0 macro
2410 if ( nDelMode == DELMODE_SIMPLE ) in DeleteLeftOrRight()2434 if ( nDelMode == DELMODE_SIMPLE ) in DeleteLeftOrRight()2491 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 160 milliseconds