Lines Matching refs:bShift
1290 sal_Bool bShift = aCode.IsShift(); in TabKeyInput() local
1409 sal_Bool bEditReturn = bControl && !bShift; // An Edit-Engine weiter in TabKeyInput()
1416 if ( bShift && bControl ) in TabKeyInput()
1424 if( bShift ) in TabKeyInput()
1456 ModifyCellSize( DIR_TOP, bShift ); in TabKeyInput()
1460 ModifyCellSize( DIR_BOTTOM, bShift ); in TabKeyInput()
1464 ModifyCellSize( DIR_LEFT, bShift ); in TabKeyInput()
1468 ModifyCellSize( DIR_RIGHT, bShift ); in TabKeyInput()
1472 nSlotId = bShift ? SID_CURSORPAGELEFT_SEL : SID_CURSORPAGELEFT_; in TabKeyInput()
1475 nSlotId = bShift ? SID_CURSORPAGERIGHT_SEL : SID_CURSORPAGERIGHT_; in TabKeyInput()
1487 if ( !bUsed && bAlt && bControl && bShift) in TabKeyInput()