Home
last modified time | relevance | path

Searched refs:bMod1 (Results 1 – 25 of 36) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Diconviewimpl.cxx465 bool bMod1 = rKeyCode.IsMod1(); in KeyInput() local
492 m_aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput()
493 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
516 m_aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput()
518 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
524 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
554 m_aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput()
555 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
584 m_aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput()
586 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
[all …]
H A Dsvimpbox.cxx2119 bool bMod1 = rKeyCode.IsMod1(); in KeyInput() local
2253 if( !bMod1 ) in KeyInput()
2281 if( !bMod1 ) in KeyInput()
2313 if ( bMod1 ) in KeyInput()
2346 if( !bShift && !bMod1 ) in KeyInput()
2371 if (bMod1) in KeyInput()
2376 if( bMod1 ) in KeyInput()
2385 if (bMod1) in KeyInput()
2390 if( bMod1 ) in KeyInput()
2410 if( bMod1 ) in KeyInput()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Diconviewimpl.cxx476 bool bMod1 = rKeyCode.IsMod1(); in KeyInput() local
503 m_aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput()
504 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
527 m_aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput()
529 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
535 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
565 m_aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput()
566 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
595 m_aSelEng.CursorPosChanging( bShift, bMod1 ); in KeyInput()
597 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
[all …]
H A Dsvimpbox.cxx2165 bool bMod1 = rKeyCode.IsMod1(); in KeyInput() local
2326 if( !bMod1 ) in KeyInput()
2354 if( !bMod1 ) in KeyInput()
2386 if ( bMod1 ) in KeyInput()
2427 if( !bShift && !bMod1 ) in KeyInput()
2452 if (bMod1) in KeyInput()
2457 if( bMod1 ) in KeyInput()
2466 if (bMod1) in KeyInput()
2471 if( bMod1 ) in KeyInput()
2491 if( bMod1 ) in KeyInput()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dkeycod.hxx45 KeyCode( sal_uInt16 nKey, bool bShift, bool bMod1, bool bMod2, bool bMod3 );
86 inline vcl::KeyCode::KeyCode( sal_uInt16 nKey, bool bShift, bool bMod1, bool bMod2, bool bMod3 ) in KeyCode() argument
91 if( bMod1 ) in KeyCode()
H A Dseleng.hxx110 void CursorPosChanging( bool bShift, bool bMod1 );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dkeycod.hxx47 KeyCode( sal_uInt16 nKey, bool bShift, bool bMod1, bool bMod2, bool bMod3 );
88 inline vcl::KeyCode::KeyCode( sal_uInt16 nKey, bool bShift, bool bMod1, bool bMod2, bool bMod3 ) in KeyCode() argument
93 if( bMod1 ) in KeyCode()
H A Dseleng.hxx110 void CursorPosChanging( bool bShift, bool bMod1 );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/gallery2/
H A Dgalbrws1.cxx378 bool bMod1 = rKEvt.GetKeyCode().IsMod1(); in IMPL_LINK() local
388 if( bMod1 ) in IMPL_LINK()
395 if( bMod1 ) in IMPL_LINK()
406 if( bMod1 ) in IMPL_LINK()
413 if( bMod1 ) in IMPL_LINK()
420 if( bMod1 ) in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/gallery2/
H A Dgalbrws1.cxx493 bool bMod1 = rKEvt.GetKeyCode().IsMod1(); in KeyInput() local
503 if( bMod1 ) in KeyInput()
510 if( bMod1 ) in KeyInput()
521 if( bMod1 ) in KeyInput()
528 if( bMod1 ) in KeyInput()
535 if( bMod1 ) in KeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dseleng.cxx67 void SelectionEngine::CursorPosChanging( bool bShift, bool bMod1 ) in CursorPosChanging() argument
86 if( ShouldDeselect( bMod1 ) ) in CursorPosChanging()
106 if( ShouldDeselect( bMod1 ) ) in CursorPosChanging()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dseleng.cxx67 void SelectionEngine::CursorPosChanging( bool bShift, bool bMod1 ) in CursorPosChanging() argument
86 if( ShouldDeselect( bMod1 ) ) in CursorPosChanging()
106 if( ShouldDeselect( bMod1 ) ) in CursorPosChanging()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dimivctl1.cxx801 SvxIconChoiceCtrlEntry* pNewCursor, bool bMod1, bool bShift ) in SetCursor_Impl() argument
810 if( !bMod1 && !bShift ) in SetCursor_Impl()
812 else if( bShift && !bMod1 && !pAnchor ) in SetCursor_Impl()
823 if( bMod1 && !bShift ) in SetCursor_Impl()
868 bool bMod1 = rKEvt.GetKeyCode().IsMod1(); in KeyInput() local
874 bMod1 = false; in KeyInput()
877 if( bMod1 ) in KeyInput()
949 if( bMod1 || bShift ) in KeyInput()
968 if( !bMod1 ) in KeyInput()
1011 if( bMod1 ) in KeyInput()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dimivctl1.cxx853 SvxIconChoiceCtrlEntry* pNewCursor, bool bMod1, bool bShift ) in SetCursor_Impl() argument
862 if( !bMod1 && !bShift ) in SetCursor_Impl()
864 else if( bShift && !bMod1 && !pAnchor ) in SetCursor_Impl()
875 if( bMod1 && !bShift ) in SetCursor_Impl()
920 bool bMod1 = rKEvt.GetKeyCode().IsMod1(); in KeyInput() local
926 bMod1 = false; in KeyInput()
929 if( bMod1 ) in KeyInput()
1017 if( bMod1 || bShift ) in KeyInput()
1036 if( !bMod1 ) in KeyInput()
1079 if( bMod1 ) in KeyInput()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/uitest/
H A Dlogger.cxx193 bool bMod1 = rEvent.GetKeyCode().IsMod1(); in logKeyInput() local
215 if (!aFound.isEmpty() || bShift || bMod1 || bMod2 || bMod3) in logKeyInput()
221 if (bMod1) in logKeyInput()
H A Duiobject.cxx200 bool bMod1 = false; in generate_key_events_from_keycode() local
210 bMod1 = true; in generate_key_events_from_keycode()
227 vcl::KeyCode aCode(nFunctionKey, bShift, bMod1, bMod2, false); in generate_key_events_from_keycode()
233 vcl::KeyCode aCode(nKey, bShift, bMod1, bMod2, false); in generate_key_events_from_keycode()
242 vcl::KeyCode aCode(nKey, bShift || bShiftThroughKey, bMod1, bMod2, false); in generate_key_events_from_keycode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dcsvgrid.cxx951 bool bMod1 = rKCode.IsMod1(); in KeyInput() local
955 ScMoveMode eHDir = GetHorzDirection( nCode, !bMod1 ); in KeyInput()
956 ScMoveMode eVDir = GetVertDirection( nCode, bMod1 ); in KeyInput()
962 if( !bMod1 ) in KeyInput()
966 else if( !bMod1 ) in KeyInput()
974 if( !bMod1 ) in KeyInput()
978 else if( bMod1 ) in KeyInput()
983 else if( !bShift && bMod1 ) in KeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dcsvgrid.cxx941 bool bMod1 = rKCode.IsMod1(); in KeyInput() local
945 ScMoveMode eHDir = GetHorzDirection( nCode, !bMod1 ); in KeyInput()
946 ScMoveMode eVDir = GetVertDirection( nCode, bMod1 ); in KeyInput()
952 if( !bMod1 ) in KeyInput()
956 else if( !bMod1 ) in KeyInput()
964 if( !bMod1 ) in KeyInput()
968 else if( bMod1 ) in KeyInput()
973 else if( !bShift && bMod1 ) in KeyInput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/uitest/
H A Dlogger.cxx207 bool bMod1 = rEvent.GetKeyCode().IsMod1(); in logKeyInput() local
229 if (!aFound.isEmpty() || bShift || bMod1 || bMod2 || bMod3) in logKeyInput()
235 if (bMod1) in logKeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/helper/
H A Dcommandinfoprovider.cxx126 bool bMod1 = ((aAWTKey.Modifiers & awt::KeyModifier::MOD1 ) == awt::KeyModifier::MOD1 ); in AWTKey2VCLKey() local
131 return vcl::KeyCode(nKey, bShift, bMod1, bMod2, bMod3); in AWTKey2VCLKey()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/helper/
H A Dcommandinfoprovider.cxx126 bool bMod1 = ((aAWTKey.Modifiers & awt::KeyModifier::MOD1 ) == awt::KeyModifier::MOD1 ); in AWTKey2VCLKey() local
131 return vcl::KeyCode(nKey, bShift, bMod1, bMod2, bMod3); in AWTKey2VCLKey()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/misc/
H A Dacceleratorexecute.cxx230 …bool bMod1 = ((aAWTKey.Modifiers & css::awt::KeyModifier::MOD1 ) == css::awt::KeyModifier::MOD1 … in st_AWTKey2VCLKey() local
235 return vcl::KeyCode(nKey, bShift, bMod1, bMod2, bMod3); in st_AWTKey2VCLKey()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/misc/
H A Dacceleratorexecute.cxx249 …bool bMod1 = ((aAWTKey.Modifiers & css::awt::KeyModifier::MOD1 ) == css::awt::KeyModifier::MOD1 … in st_AWTKey2VCLKey() local
254 return vcl::KeyCode(nKey, bShift, bMod1, bMod2, bMod3); in st_AWTKey2VCLKey()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dtablecontroller.cxx1614 const bool bMod1 = rKEvt.GetKeyCode().IsMod1(); // ctrl in getKeyboardAction() local
1644 if( !bMod1 && !bMod2 && !bTextEdit ) in getKeyboardAction()
1654 if( bMod1 || bMod2 ) // f2 with modifiers is handled by the view in getKeyboardAction()
1678 if( (bMod1 || bMod2) && (bTextEdit || mbCellSelectionMode) ) in getKeyboardAction()
1680 if( bMod1 && !bMod2 ) in getKeyboardAction()
1685 else if( !bMod1 && bMod2 ) in getKeyboardAction()
1696 if( (bMod1 || bMod2) && (bTextEdit || mbCellSelectionMode) ) in getKeyboardAction()
1698 if( bMod1 && !bMod2 ) in getKeyboardAction()
1703 else if( !bMod1 && bMod2 ) in getKeyboardAction()
1729 if( !bMod1 && bMod2 ) in getKeyboardAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dtablecontroller.cxx1543 const bool bMod1 = rKEvt.GetKeyCode().IsMod1(); // ctrl in getKeyboardAction() local
1573 if( !bMod1 && !bMod2 && !bTextEdit ) in getKeyboardAction()
1583 if( bMod1 || bMod2 ) // f2 with modifiers is handled by the view in getKeyboardAction()
1607 if( (bMod1 || bMod2) && (bTextEdit || mbCellSelectionMode) ) in getKeyboardAction()
1609 if( bMod1 && !bMod2 ) in getKeyboardAction()
1614 else if( !bMod1 && bMod2 ) in getKeyboardAction()
1625 if( (bMod1 || bMod2) && (bTextEdit || mbCellSelectionMode) ) in getKeyboardAction()
1627 if( bMod1 && !bMod2 ) in getKeyboardAction()
1632 else if( !bMod1 && bMod2 ) in getKeyboardAction()
1658 if( !bMod1 && bMod2 ) in getKeyboardAction()

12