/trunk/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 460 sal_Bool bCtrl = rEvt.GetKeyCode().IsMod1(); 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() 650 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); 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 | 1855 sal_Bool bCtrl = rEvt.GetKeyCode().IsMod1(); in ProcessKey() local 1860 if ( !bAlt && !bCtrl && !bShift ) in ProcessKey() 1885 if ( !bAlt && !bCtrl && bShift ) in ProcessKey() 1899 if ( !bAlt && bCtrl && !bShift ) in ProcessKey()
|
/trunk/main/vcl/source/control/ |
H A D | ilstbox.cxx | 1106 else if( mbSimpleMode && !bCtrl && !bShift ) in SelectEntries() 1301 sal_Bool bCtrl = aMEvt.IsMod1(); in Tracking() local 1334 if ( SelectEntries( nSelect, LET_TRACKING, bShift, bCtrl ) ) in Tracking() 1433 sal_Bool bCtrl = aKeyCode.IsMod1() || aKeyCode.IsMod3(); in ProcessKeyInput() local 1502 else if ( !bCtrl && !bMod2 ) in ProcessKeyInput() 1531 else if ( !bCtrl && !bMod2 ) in ProcessKeyInput() 1565 else if ( !bCtrl && !bMod2 ) in ProcessKeyInput() 1586 else if ( !bCtrl && !bMod2 ) in ProcessKeyInput() 1608 if ( !bCtrl && !bMod2 ) in ProcessKeyInput() 1619 if ( !bCtrl && !bMod2 ) in ProcessKeyInput() [all …]
|
/trunk/main/svx/source/dialog/ |
H A D | measctrl.cxx | 134 sal_Bool bCtrl = rMEvt.IsMod1(); in MouseButtonDown() local 145 if( bCtrl ) in MouseButtonDown() 152 if( bCtrl ) in MouseButtonDown()
|
H A D | connctrl.cxx | 317 sal_Bool bCtrl = rMEvt.IsMod1(); in MouseButtonDown() local 328 if( bCtrl ) in MouseButtonDown() 335 if( bCtrl ) in MouseButtonDown()
|
/trunk/main/forms/source/richtext/ |
H A D | richtextvclcontrol.cxx | 224 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() local 226 if ( ( KEY_TAB == nCode ) && bCtrl && !bAlt ) in PreNotify() 240 && bCtrl in PreNotify()
|
/trunk/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 694 bool bCtrl = rKEvt.GetKeyCode().IsMod1(); in KeyInput() local 701 case KEY_DOWN: KeyMove( 0, bCtrl ? 5 : 1 ); return; in KeyInput() 702 case KEY_UP: KeyMove( 0, bCtrl ? -5 : -1 ); return; in KeyInput() 703 case KEY_LEFT: KeyMove( bCtrl ? -5 : -1, 0 ); return; in KeyInput() 704 case KEY_RIGHT: KeyMove( bCtrl ? 5 : 1, 0 ); return; in KeyInput()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdview.cxx | 330 #define MODKEY_NoSnap bCtrl /* Fang temporaer aus */ 334 #define MODKEY_CopyDrag bCtrl /* Draggen mit kopieren */ 340 #define MODKEY_ForceMark bCtrl /* Rahmenaufziehen erzwingen, auch wenn Obj an MausPos */ 365 sal_Bool bCtrl=(rVEvt.nMouseCode & KEY_MOD1) !=0; in PickAnything() local 791 sal_Bool bCtrl=(rVEvt.nMouseCode & KEY_MOD1) !=0; in DoMouseEvent() local
|
/trunk/main/svtools/source/edit/ |
H A D | textview.cxx | 1274 sal_Bool bCtrl = aTranslatedKeyEvent.GetKeyCode().IsMod1() ? sal_True : sal_False; in ImpMoveCursor() local 1284 case KEY_HOME: aPaM = bCtrl ? CursorStartOfDoc() : CursorStartOfLine( aPaM ); in ImpMoveCursor() 1286 case KEY_END: aPaM = bCtrl ? CursorEndOfDoc() : CursorEndOfLine( aPaM ); in ImpMoveCursor() 1288 case KEY_PAGEUP: aPaM = bCtrl ? CursorStartOfDoc() : PageUp( aPaM ); in ImpMoveCursor() 1290 case KEY_PAGEDOWN: aPaM = bCtrl ? CursorEndOfDoc() : PageDown( aPaM ); in ImpMoveCursor() 1292 …case KEY_LEFT: aPaM = bCtrl ? CursorWordLeft( aPaM ) : CursorLeft( aPaM, aTranslatedKeyEvent.GetK… in ImpMoveCursor() 1294 …case KEY_RIGHT: aPaM = bCtrl ? CursorWordRight( aPaM ) : CursorRight( aPaM, aTranslatedKeyEvent.G… in ImpMoveCursor()
|
/trunk/main/svtools/source/dialogs/ |
H A D | addresstemplate.cxx | 1280 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() local 1285 if (!bAlt && !bCtrl && !bShift) in PreNotify() 1300 else if (!bAlt && !bCtrl && bShift) in PreNotify()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 568 sal_Bool bCtrl = rCode.IsMod1(); in HandleKeyInput() local 572 if( !bCtrl && !bShift && (nCode==KEY_DELETE) ) in HandleKeyInput()
|
H A D | JoinTableView.cxx | 977 sal_Bool bCtrl = rEvt.GetKeyCode().IsMod1(); in KeyInput() local 979 if( !bCtrl && !bShift && (nCode==KEY_DELETE) ) in KeyInput()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 868 sal_Bool bCtrl = aTranslatedKeyEvent.GetKeyCode().IsMod1() ? sal_True : sal_False; in MoveCursor() local 874 if ( !bCtrl && ( ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) ) in MoveCursor() 895 …case KEY_LEFT: aPaM = bCtrl ? WordLeft( aPaM ) : CursorLeft( aPaM, aTranslatedKeyEvent.GetKeyCode… in MoveCursor() 897 …case KEY_RIGHT: aPaM = bCtrl ? WordRight( aPaM ) : CursorRight( aPaM, aTranslatedKeyEvent.GetKeyC… in MoveCursor() 899 case KEY_HOME: aPaM = bCtrl ? CursorStartOfDoc() : CursorStartOfLine( aPaM ); in MoveCursor() 901 case KEY_END: aPaM = bCtrl ? CursorEndOfDoc() : CursorEndOfLine( aPaM ); in MoveCursor() 903 case KEY_PAGEUP: aPaM = bCtrl ? CursorStartOfDoc() : PageUp( aPaM, pEditView ); in MoveCursor() 905 case KEY_PAGEDOWN: aPaM = bCtrl ? CursorEndOfDoc() : PageDown( aPaM, pEditView ); in MoveCursor()
|
/trunk/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 997 bool bCtrl = (rKCode.GetModifier() == KEY_MOD1); in KeyInput() local 1021 else if ( bCtrl && (nCode >= KEY_1) && (nCode <= KEY_9) ) in KeyInput()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | tbunosearchcontrollers.cxx | 130 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() local 135 if ( (bCtrl && bAlt && KEY_F == nCode) || KEY_ESCAPE == nCode ) in PreNotify()
|
/trunk/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 3435 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify() local 3437 if ( ( KEY_TAB == nCode ) && bCtrl && !bAlt ) in PreNotify() 3451 if ( !bShift && !bCtrl && ( KEY_ESCAPE == nCode ) ) in PreNotify() 3459 else if ( ( KEY_DELETE == nCode ) && !bShift && !bCtrl ) // delete rows in PreNotify()
|
/trunk/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 1846 sal_Bool bCtrl = rKeyCode.IsMod1(); in PreNotify() local 1847 if ( !bCtrl && bShift && aActiveLB.HasChildPathFocus() ) in PreNotify() 1852 else if ( !bCtrl && !bShift && pControl->HasChildPathFocus() ) in PreNotify() 1857 else if ( bCtrl ) in PreNotify()
|
/trunk/main/vcl/inc/ |
H A D | ilstbox.hxx | 269 …uInt16 nSelect, LB_EVENT_TYPE eLET, sal_Bool bShift = sal_False, sal_Bool bCtrl = sal_False, sal_B…
|
/trunk/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 493 … TriggerItem( sal_uInt16 nItemId, sal_Bool bShift = sal_False, sal_Bool bCtrl = sal_False );
|
/trunk/main/vcl/source/window/ |
H A D | toolbox.cxx | 5565 void ToolBox::TriggerItem( sal_uInt16 nItemId, sal_Bool bShift, sal_Bool bCtrl ) in TriggerItem() argument 5571 if( bCtrl ) in TriggerItem()
|