Home
last modified time | relevance | path

Searched refs:IsSimpleCharInput (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx888 sal_Bool bPrintable(EditEngine::IsSimpleCharInput(rKEvt)); in IMPL_LINK_INLINE_END()
911 && EditEngine::IsSimpleCharInput(rKEvt)) in IMPL_LINK_INLINE_END()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx326 static sal_Bool IsSimpleCharInput( const KeyEvent& rKeyEvent );
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx699 …if( !pView->IsTextEdit() && 1 == rMarkList.GetMarkCount() && EditEngine::IsSimpleCharInput(rKEvt) ) in KeyInput()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1153 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
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx466 static sal_Bool IsSimpleCharInput( const KeyEvent& rKeyEvent );
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx426 bDoesChange = TextEngine::IsSimpleCharInput( rKeyEvent ); in DoesKeyChangeText()
433 sal_Bool TextEngine::IsSimpleCharInput( const KeyEvent& rKeyEvent ) in IsSimpleCharInput() function in TextEngine
H A Dtextview.cxx774 if ( TextEngine::IsSimpleCharInput( rKeyEvent ) ) in KeyInput()

Completed in 75 milliseconds