Searched refs:cTyped (Results 1 – 2 of 2) sorted by relevance
124 sal_Bool StartTable( sal_Unicode cTyped, sal_Bool bFromCommand );133 void UpdateAdjust( sal_Unicode cTyped );209 sal_Bool DataChanging( sal_Unicode cTyped = 0, sal_Bool bFromCommand = sal_False );
1751 void ScInputHandler::UpdateAdjust( sal_Unicode cTyped ) in UpdateAdjust() argument1759 if (cTyped) // neu angefangen in UpdateAdjust()1760 bNumber = (cTyped>='0' && cTyped<='9'); // nur Ziffern sind Zahlen in UpdateAdjust()1858 sal_Bool ScInputHandler::StartTable( sal_Unicode cTyped, sal_Bool bFromCommand ) in StartTable() argument1983 UpdateAdjust( cTyped ); in StartTable()1989 !cTyped && !bCreatingFuncView ) 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 26 milliseconds