Searched refs:IsSimpleCharInput (Results 1 – 7 of 7) sorted by relevance
888 sal_Bool bPrintable(EditEngine::IsSimpleCharInput(rKEvt)); in IMPL_LINK_INLINE_END()911 && EditEngine::IsSimpleCharInput(rKEvt)) in IMPL_LINK_INLINE_END()
326 static sal_Bool IsSimpleCharInput( const KeyEvent& rKeyEvent );
699 …if( !pView->IsTextEdit() && 1 == rMarkList.GetMarkCount() && EditEngine::IsSimpleCharInput(rKEvt) ) in KeyInput()
466 static sal_Bool IsSimpleCharInput( const KeyEvent& rKeyEvent );
1153 if ( !bReadOnly && IsSimpleCharInput( rKeyEvent ) ) in PostKeyEvent()2762 bDoesChange = IsSimpleCharInput( rKeyEvent ); in DoesKeyChangeText()2769 sal_Bool EditEngine::IsSimpleCharInput( const KeyEvent& rKeyEvent ) in IsSimpleCharInput() function in EditEngine
426 bDoesChange = TextEngine::IsSimpleCharInput( rKeyEvent ); in DoesKeyChangeText()433 sal_Bool TextEngine::IsSimpleCharInput( const KeyEvent& rKeyEvent ) in IsSimpleCharInput() function in TextEngine
774 if ( TextEngine::IsSimpleCharInput( rKeyEvent ) ) in KeyInput()
Completed in 83 milliseconds