Home
last modified time | relevance | path

Searched refs:bFromCommand (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/inc/
H A Dinputhdl.hxx124 sal_Bool StartTable( sal_Unicode cTyped, sal_Bool bFromCommand );
209 sal_Bool DataChanging( sal_Unicode cTyped = 0, sal_Bool bFromCommand = sal_False );
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1858 sal_Bool ScInputHandler::StartTable( sal_Unicode cTyped, sal_Bool bFromCommand ) in StartTable() argument
2000 if ( pActiveViewSh && ( !bFromCommand || !bCommandErrorShown ) ) in StartTable()
2006 if ( bFromCommand ) in StartTable()
2086 sal_Bool ScInputHandler::DataChanging( sal_Unicode cTyped, sal_Bool bFromCommand ) // return sal_T… in DataChanging() argument
2091 return StartTable( cTyped, bFromCommand ); in DataChanging()

Completed in 22 milliseconds