Searched refs:bStartEdit (Results 1 – 5 of 5) sorted by relevance
474 sal_Bool bStartEdit=sal_False; // nach Ende von Create automatisch TextEdit starten in ImpBegCreateObj() local494 bStartEdit=sal_True; in ImpBegCreateObj()508 bStartEdit=sal_True; in ImpBegCreateObj()
171 sal_Bool KeyInput( const KeyEvent& rKEvt, sal_Bool bStartEdit = sal_False );
231 sal_Bool InputKeyEvent( const KeyEvent& rKEvt, sal_Bool bStartEdit = sal_False );
1396 sal_Bool ScModule::InputKeyEvent( const KeyEvent& rKEvt, sal_Bool bStartEdit ) in InputKeyEvent() argument1399 return ( pHdl ? pHdl->KeyInput( rKEvt, bStartEdit ) : sal_False ); in InputKeyEvent()
2982 sal_Bool ScInputHandler::KeyInput( const KeyEvent& rKEvt, sal_Bool bStartEdit /* = sal_False */ ) in KeyInput() argument3128 if ( bStartEdit && bCellHasPercentFormat && ((nChar >= '0' && nChar <= '9') || nChar == '-') ) in KeyInput()
Completed in 113 milliseconds