Lines Matching refs:bUsed
3005 sal_Bool bUsed = sal_False; in KeyInput() local
3017 bUsed = sal_True; in KeyInput()
3022 bUsed = sal_True; in KeyInput()
3036 bUsed = sal_True; in KeyInput()
3063 bUsed = sal_True; in KeyInput()
3070 bUsed = sal_True; in KeyInput()
3075 bUsed = sal_True; in KeyInput()
3080 bUsed = sal_True; in KeyInput()
3089 bUsed = sal_True; in KeyInput()
3099 if ( !bUsed && !bSkip && ( bDoEnter || EditEngine::DoesKeyChangeText(rKEvt) || in KeyInput()
3115 bUsed = sal_True; // Key-Event nicht weiterleiten in KeyInput()
3158 bUsed = sal_True; in KeyInput()
3161 bUsed = sal_True; in KeyInput()
3166 bUsed = sal_True; in KeyInput()
3172 bUsed = sal_True; in KeyInput()
3175 bUsed = sal_True; in KeyInput()
3180 if ( bUsed && bAutoComplete ) in KeyInput()
3198 if ( bUsed && nChar == '(' ) in KeyInput()
3207 …if( bUsed && bFormulaMode && ( bCursorKey || bInsKey || nCode == KEY_DELETE || nCode == KEY_BACKSP… in KeyInput()
3223 return bUsed; in KeyInput()
3228 sal_Bool bUsed = sal_False; in InputCommand() local
3243 bUsed = sal_True; in InputCommand()
3270 bUsed = sal_True; // event is used in InputCommand()
3303 bUsed = sal_True; in InputCommand()
3326 return bUsed; in InputCommand()