Lines Matching refs:bUsed

1294 	sal_Bool bUsed	    = sal_False;  in TabKeyInput()  local
1314 bUsed = pScMod->InputKeyEvent( rKEvt ); // Eingabe in TabKeyInput()
1315 if( !bUsed ) in TabKeyInput()
1316bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1353 bUsed = pScMod->InputKeyEvent( rKEvt ); // Eingabe in TabKeyInput()
1355 if( !bUsed ) in TabKeyInput()
1356bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1358 if ( !bUsed && !bIsType && nCode != KEY_RETURN ) // Eingabe nochmal hinterher in TabKeyInput()
1359 bUsed = pScMod->InputKeyEvent( rKEvt ); in TabKeyInput()
1374 bUsed = sal_True; in TabKeyInput()
1377 if (!bUsed) in TabKeyInput()
1378bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1386 if( !bUsed && !bDraw && nCode != KEY_RETURN && !bParent ) in TabKeyInput()
1387 bUsed = pScMod->InputKeyEvent( rKEvt, sal_True ); // Eingabe in TabKeyInput()
1390 if (!bInPlace && !bUsed && !bDraw) in TabKeyInput()
1405 bUsed = sal_True; in TabKeyInput()
1410 if ( !bUsed && !bEditReturn ) in TabKeyInput()
1441 bUsed = sal_True; in TabKeyInput()
1450 if ( !bUsed && bAlt && !bControl ) in TabKeyInput()
1457 bUsed = sal_True; in TabKeyInput()
1461 bUsed = sal_True; in TabKeyInput()
1465 bUsed = sal_True; in TabKeyInput()
1469 bUsed = sal_True; in TabKeyInput()
1481 bUsed = sal_True; in TabKeyInput()
1487 if ( !bUsed && bAlt && bControl && bShift) in TabKeyInput()
1526 bUsed = sal_True; in TabKeyInput()
1532 return bUsed; in TabKeyInput()