Home
last modified time | relevance | path

Searched refs:bStartEdit (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx474 sal_Bool bStartEdit=sal_False; // nach Ende von Create automatisch TextEdit starten in ImpBegCreateObj() local
494 bStartEdit=sal_True; in ImpBegCreateObj()
508 bStartEdit=sal_True; in ImpBegCreateObj()
/trunk/main/sc/source/ui/inc/
H A Dinputhdl.hxx171 sal_Bool KeyInput( const KeyEvent& rKEvt, sal_Bool bStartEdit = sal_False );
/trunk/main/sc/inc/
H A Dscmod.hxx231 sal_Bool InputKeyEvent( const KeyEvent& rKEvt, sal_Bool bStartEdit = sal_False );
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx1396 sal_Bool ScModule::InputKeyEvent( const KeyEvent& rKEvt, sal_Bool bStartEdit ) in InputKeyEvent() argument
1399 return ( pHdl ? pHdl->KeyInput( rKEvt, bStartEdit ) : sal_False ); in InputKeyEvent()
H A Dinputhdl.cxx2982 sal_Bool ScInputHandler::KeyInput( const KeyEvent& rKEvt, sal_Bool bStartEdit /* = sal_False */ ) in KeyInput() argument
3128 if ( bStartEdit && bCellHasPercentFormat && ((nChar >= '0' && nChar <= '9') || nChar == '-') ) in KeyInput()

Completed in 55 milliseconds