Searched refs:bFromCommand (Results 1 – 2 of 2) sorted by relevance
124 sal_Bool StartTable( sal_Unicode cTyped, sal_Bool bFromCommand );209 sal_Bool DataChanging( sal_Unicode cTyped = 0, sal_Bool bFromCommand = sal_False );
1858 sal_Bool ScInputHandler::StartTable( sal_Unicode cTyped, sal_Bool bFromCommand ) in StartTable() argument2000 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() argument2091 return StartTable( cTyped, bFromCommand ); in DataChanging()
Completed in 34 milliseconds