/aoo41x/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 369 sal_Bool bShift, sal_Bool bControl, 372 sal_Bool bShift, sal_Bool bKeepSel = sal_False ); 374 sal_Bool bShift, sal_Bool bKeepSel = sal_False ); 376 sal_Bool bShift, sal_Bool bKeepSel = sal_False ); 378 sal_Bool bShift, sal_Bool bKeepSel = sal_False ); 379 void MoveCursorScreen( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode, sal_Bool bShift ); 381 void MoveCursorEnter( sal_Bool bShift ); // Shift fuer Richtung (kein Markieren) 385 void FindNextUnprot( sal_Bool bShift, sal_Bool bInSelection = sal_True );
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 925 if ( bShift && bNewStartIfMarking && IsBlockMode() ) in MoveCursorAbs() 942 bMoveIsShift = bShift; in MoveCursorAbs() 943 pSelEngine->CursorPosChanging( bShift, bControl ); in MoveCursorAbs() 957 sal_Bool bShift, sal_Bool bKeepSel ) in MoveCursorRel() argument 1107 MoveCursorRel( nPageX, nPageY, eMode, bShift, bKeepSel ); in MoveCursorPage() 1218 MoveCursorAbs( nNewX, nNewY, eMode, bShift, sal_False, sal_True ); in MoveCursorScreen() 1235 nMoveY = bShift ? -1 : 1; in MoveCursorEnter() 1238 nMoveX = bShift ? -1 : 1; in MoveCursorEnter() 1241 nMoveY = bShift ? 1 : -1; in MoveCursorEnter() 1244 nMoveX = bShift ? 1 : -1; in MoveCursorEnter() [all …]
|
H A D | tabvwsh4.cxx | 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() [all …]
|
H A D | olinewin.cxx | 996 bool bShift = (rKCode.GetModifier() == KEY_SHIFT); in KeyInput() local 1004 if ( (nCode == KEY_TAB) && (bNoMod || bShift) ) in KeyInput()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 459 sal_Bool bShift = rEvt.GetKeyCode().IsShift(); in KeyInput() local 465 if (!bCtrl && !bShift && IsTabAllowed(sal_True)) in KeyInput() 473 if (!bCtrl && !bShift) in KeyInput() 483 else if (!bCtrl && bShift) in KeyInput() 649 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify() local 656 if (!bAlt && !bCtrl && !bShift ) in PreNotify() 691 if ( !bAlt && !bCtrl && bShift ) in PreNotify() 704 if ( !bAlt && bCtrl && bShift ) in PreNotify() 711 if ( !bAlt && bCtrl && !bShift ) in PreNotify()
|
H A D | brwbox2.cxx | 1854 sal_Bool bShift = rEvt.GetKeyCode().IsShift(); in ProcessKey() local 1860 if ( !bAlt && !bCtrl && !bShift ) in ProcessKey() 1885 if ( !bAlt && !bCtrl && bShift ) in ProcessKey() 1899 if ( !bAlt && bCtrl && !bShift ) in ProcessKey()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | keycod.hxx | 69 KeyCode( sal_uInt16 nKey, sal_Bool bShift, sal_Bool bMod1, sal_Bool bMod2, sal_Bool bMod3 ); 108 inline KeyCode::KeyCode( sal_uInt16 nKey, sal_Bool bShift, sal_Bool bMod1, sal_Bool bMod2, sal_Bool… in KeyCode() argument 111 if( bShift ) in KeyCode()
|
H A D | seleng.hxx | 108 void CursorPosChanging( sal_Bool bShift, sal_Bool bMod1 );
|
/aoo41x/main/vcl/source/control/ |
H A D | ilstbox.cxx | 1106 else if( mbSimpleMode && !bCtrl && !bShift ) in SelectEntries() 1123 …else if( ( !mbSimpleMode /* && !bShift */ ) || ( (mbSimpleMode && ( bCtrl || bShift )) || mbStackM… in SelectEntries() 1126 if( !bShift && ( ( eLET == LET_KEYSPACE ) || ( eLET == LET_MBDOWN ) ) ) in SelectEntries() 1153 ( (bShift||mbStackMode) && ( ( eLET == LET_KEYMOVE ) || ( eLET == LET_MBDOWN ) ) ) ) in SelectEntries() 1214 else if( bShift ) in SelectEntries() 1300 sal_Bool bShift = aMEvt.IsShift(); in Tracking() local 1334 if ( SelectEntries( nSelect, LET_TRACKING, bShift, bCtrl ) ) in Tracking() 1376 … bSelectionChanged = SelectEntries( nSelect, LET_TRACKING, bShift, bCtrl ); in Tracking() 1432 sal_Bool bShift = aKeyCode.IsShift(); in ProcessKeyInput() local 1644 if( mbMulti && ( !mbSimpleMode || ( mbSimpleMode && bCtrl && !bShift ) || mbStackMode ) ) in ProcessKeyInput() [all …]
|
H A D | field2.cxx | 497 sal_Bool bShift = aCode.IsShift(); in ImplPatternProcessKeyInput() local 507 if ( bShift ) in ImplPatternProcessKeyInput() 521 if ( bShift ) in ImplPatternProcessKeyInput() 539 if ( bShift ) in ImplPatternProcessKeyInput() 559 if ( bShift ) in ImplPatternProcessKeyInput()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fudraw.cxx | 89 sal_Bool bShift = rMEvt.IsShift(); in DoModifiers() local 98 sal_Bool bOrtho = bShift; in DoModifiers() 99 sal_Bool bAngleSnap = bShift; in DoModifiers() 106 bOrtho = !bShift; in DoModifiers()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 1149 if( !bMod1 && !bShift ) in SetCursor_Impl() 1151 else if( bShift && !bMod1 && !pAnchor ) in SetCursor_Impl() 1162 if( bMod1 && !bShift ) in SetCursor_Impl() 1170 else if( bShift ) in SetCursor_Impl() 1211 sal_Bool bShift = rKEvt.GetKeyCode().IsShift(); in KeyInput() local 1215 bShift = sal_False; in KeyInput() 1224 if( !bMod1 && !bShift ) in KeyInput() 1226 if( bShift && !bMod1 && !pAnchor ) in KeyInput() 1245 SetCursor_Impl( pOldCursor, pNewCursor, bMod1, bShift, sal_True ); in KeyInput() 1275 SetCursor_Impl( pOldCursor, pNewCursor, bMod1, bShift, sal_True ); in KeyInput() [all …]
|
H A D | svimpbox.cxx | 2261 sal_Bool bShift = rKeyCode.IsShift(); in KeyInput() local 2291 aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput() 2321 aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput() 2428 aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput() 2456 aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput() 2477 if ( pView->GetSelectionMode() == MULTIPLE_SELECTION && !bShift ) in KeyInput() 2481 else if ( !bShift /*&& !bMod1*/ ) in KeyInput() 2516 if( !bShift && !bMod1 ) in KeyInput() 2526 if( bShift && pView->GetSelectionMode()==MULTIPLE_SELECTION && in KeyInput() 2648 aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdview.cxx | 331 #define MODKEY_Ortho bShift /* na eben ortho */ 333 #define MODKEY_AngleSnap bShift 338 #define MODKEY_MultiMark bShift /* MarkObj ohne vorher UnmarkAll */ 342 #define MODKEY_DeepBackw bShift /* MarkNextObj rueckwaerts */ 364 sal_Bool bShift=(rVEvt.nMouseCode & KEY_SHIFT) !=0; in PickAnything() local 790 sal_Bool bShift=(rVEvt.nMouseCode & KEY_SHIFT) !=0; in DoMouseEvent() local
|
/aoo41x/main/vcl/source/window/ |
H A D | seleng.cxx | 138 void SelectionEngine::CursorPosChanging( sal_Bool bShift, sal_Bool bMod1 ) in CursorPosChanging() argument 143 if ( bShift && eSelMode != SINGLE_SELECTION ) in CursorPosChanging()
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextvclcontrol.cxx | 223 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify() local 230 KeyCode aNewCode( KEY_TAB, bShift, sal_False, sal_False, sal_False ); in PreNotify()
|
/aoo41x/main/framework/source/accelerators/ |
H A D | acceleratorexecute.cxx | 218 …sal_Bool bShift = ((aAWTKey.Modifiers & css::awt::KeyModifier::SHIFT) == css::awt::KeyModifier::SH… in st_AWTKey2VCLKey() local 224 return KeyCode(nKey, bShift, bMod1, bMod2, bMod3); in st_AWTKey2VCLKey()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 885 bool bShift = rKCode.IsShift() == sal_True; in KeyInput() local 899 if( bShift ) in KeyInput() 911 if( bShift ) in KeyInput() 918 else if( !bShift && bMod1 ) in KeyInput()
|
H A D | csvruler.cxx | 453 bool bShift = (rKCode.GetModifier() == KEY_SHIFT); in KeyInput() local 477 else if( bShift && (nCode == KEY_DELETE) ) in KeyInput()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 2992 sal_Bool bShift = aCode.IsShift(); in KeyInput() local 3012 if (bControl && !bShift && !bInputLine) in KeyInput() 3027 if ( bShift && bControl ) in KeyInput() 3034 pActiveViewSh->MoveCursorEnter( bShift && !bControl ); in KeyInput() 3046 NextFormulaEntry( bShift ); in KeyInput() 3052 NextAutoEntry( bShift ); in KeyInput() 3061 pActiveViewSh->FindNextUnprot( bShift ); in KeyInput() 3086 if ( !bShift && !bControl && !bAlt && eMode == SC_INPUT_TABLE ) in KeyInput()
|
/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.hxx | 563 sal_Bool bShift : 1; // Positionsaend.: Repaint bis auf Weiteres member in SwTxtFormatInfo 644 inline sal_Bool IsShift() const { return bShift; } in IsShift() 645 inline void SetShift( const sal_Bool bNew ) { bShift = bNew; } in SetShift()
|
/aoo41x/main/svtools/source/misc/ |
H A D | acceleratorexecute.cxx | 298 …sal_Bool bShift = ((aAWTKey.Modifiers & css::awt::KeyModifier::SHIFT) == css::awt::KeyModifier::SH… in st_AWTKey2VCLKey() local 304 return KeyCode(nKey, bShift, bMod1, bMod2, bMod3); in st_AWTKey2VCLKey()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | futext.cxx | 982 sal_Bool bShift = nCode.IsShift(); in KeyInput() local 1006 bShift = sal_True; in KeyInput() 1010 KeyCode aKeyCode (nKey, bShift, nCode.IsMod1(), nCode.IsMod2(), nCode.IsMod3() ); in KeyInput()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | addresstemplate.cxx | 1279 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify() local 1285 if (!bAlt && !bCtrl && !bShift) in PreNotify() 1300 else if (!bAlt && !bCtrl && bShift) in PreNotify()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 567 sal_Bool bShift = rCode.IsShift(); in HandleKeyInput() local 572 if( !bCtrl && !bShift && (nCode==KEY_DELETE) ) in HandleKeyInput()
|