Home
last modified time | relevance | path

Searched refs:SetAccelKey (Results 1 – 25 of 31) sorted by relevance

12

/dports/misc/estic/estic-1.61_10/spunk/
H A Ditemwin.h64 friend inline WindowItem* SetAccelKey (WindowItem* Item, Key AccelKey);
127 void SetAccelKey (Key NewNewKey);
217 inline void WindowItem::SetAccelKey (Key NewAccelKey) in SetAccelKey() function
301 inline WindowItem* SetAccelKey (WindowItem* Item, Key AccelKey) in SetAccelKey() function
487 void SetAccelKey (i16 aID, Key aAccelKey);
H A Ditemwin.cc1173 void ItemWindow::SetAccelKey (i16 aID, Key aAccelKey) in SetAccelKey() function in ItemWindow
1177 ForcedItemWithID (aID) -> SetAccelKey (aAccelKey); in SetAccelKey()
H A Dresed.cc349 return (MenueItem*) SetAccelKey (new MenueItem (ItemText, in GetMenueItem()
H A Dresitem.cc1654 Item->SetAccelKey (K); in ItemMenue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dnewmenucontroller.cxx127 pPopupMenu->SetAccelKey( nId, rKeyCode ); in determineAndSetNewDocAccel()
151 pPopupMenu->SetAccelKey( nId, rKeyCode ); in determineAndSetNewDocAccel()
256 pPopupMenu->SetAccelKey( aIds[i], aMenuShortCuts[i] ); in setAccelerators()
H A Dmenubarmanager.cxx630 pMenu->SetAccelKey( menuItemHandler->nItemId, vcl::KeyCode() ); in IMPL_LINK()
637 pMenu->SetAccelKey( menuItemHandler->nItemId, aKeyCode ); in IMPL_LINK()
640 pMenu->SetAccelKey( menuItemHandler->nItemId, menuItemHandler->aKeyCode ); in IMPL_LINK()
1095 pMenu->SetAccelKey( menuItemHandler->nItemId, aKeyCode ); in FillMenuManager()
1098 pMenu->SetAccelKey( menuItemHandler->nItemId, menuItemHandler->aKeyCode ); in FillMenuManager()
H A Dtoolbarmanager.cxx1922 … pMenu->SetAccelKey(MENUITEM_TOOLBAR_DOCKTOOLBAR, vcl::KeyCode(KEY_F10, true, true, false, false)); in AddCustomizeMenuItems()
1927 …pMenu->SetAccelKey(MENUITEM_TOOLBAR_UNDOCKTOOLBAR, vcl::KeyCode(KEY_F10, true, true, false, false)… in AddCustomizeMenuItems()
1985 … xVisibleItemsPopupMenu->SetAccelKey( STARTID_CUSTOMIZE_POPUPMENU+nPos, aKeyCodeShortCut ); in AddCustomizeMenuItems()
2007 pMenu->SetAccelKey( nId, aKeyCodeShortCut ); in AddCustomizeMenuItems()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dnewmenucontroller.cxx126 pPopupMenu->SetAccelKey( nId, rKeyCode ); in determineAndSetNewDocAccel()
148 pPopupMenu->SetAccelKey( nId, rKeyCode ); in determineAndSetNewDocAccel()
254 pPopupMenu->SetAccelKey( aIds[i], aMenuShortCuts[i] ); in setAccelerators()
H A Dmenubarmanager.cxx670 pMenu->SetAccelKey( menuItemHandler->nItemId, vcl::KeyCode() ); in IMPL_LINK()
677 pMenu->SetAccelKey( menuItemHandler->nItemId, aKeyCode ); in IMPL_LINK()
680 pMenu->SetAccelKey( menuItemHandler->nItemId, menuItemHandler->aKeyCode ); in IMPL_LINK()
1185 pMenu->SetAccelKey( menuItemHandler->nItemId, aKeyCode ); in FillMenuManager()
1188 pMenu->SetAccelKey( menuItemHandler->nItemId, menuItemHandler->aKeyCode ); in FillMenuManager()
/dports/misc/estic/estic-1.61_10/spunk/samples/skel/
H A Dskel.cc75 return (MenueItem*) SetAccelKey (new MenueItem (App->LoadAppMsg (MsgID), in GetMenueItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dedit.cxx2710 pPopup->SetAccelKey(pPopup->GetItemId("undo"), vcl::KeyCode( KeyFuncType::UNDO)); in CreatePopupMenu()
2711 pPopup->SetAccelKey(pPopup->GetItemId("cut"), vcl::KeyCode( KeyFuncType::CUT)); in CreatePopupMenu()
2712 pPopup->SetAccelKey(pPopup->GetItemId("copy"), vcl::KeyCode( KeyFuncType::COPY)); in CreatePopupMenu()
2713 pPopup->SetAccelKey(pPopup->GetItemId("paste"), vcl::KeyCode( KeyFuncType::PASTE)); in CreatePopupMenu()
2714 pPopup->SetAccelKey(pPopup->GetItemId("delete"), vcl::KeyCode( KeyFuncType::DELETE)); in CreatePopupMenu()
2715 …pPopup->SetAccelKey(pPopup->GetItemId("selectall"), vcl::KeyCode( KEY_A, false, true, false, false… in CreatePopupMenu()
2716 …pPopup->SetAccelKey(pPopup->GetItemId("specialchar"), vcl::KeyCode( KEY_S, true, true, false, fals… in CreatePopupMenu()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dedit.cxx2741 pPopup->SetAccelKey(pPopup->GetItemId("undo"), vcl::KeyCode( KeyFuncType::UNDO)); in CreatePopupMenu()
2742 pPopup->SetAccelKey(pPopup->GetItemId("cut"), vcl::KeyCode( KeyFuncType::CUT)); in CreatePopupMenu()
2743 pPopup->SetAccelKey(pPopup->GetItemId("copy"), vcl::KeyCode( KeyFuncType::COPY)); in CreatePopupMenu()
2744 pPopup->SetAccelKey(pPopup->GetItemId("paste"), vcl::KeyCode( KeyFuncType::PASTE)); in CreatePopupMenu()
2745 pPopup->SetAccelKey(pPopup->GetItemId("delete"), vcl::KeyCode( KeyFuncType::DELETE)); in CreatePopupMenu()
2746 …pPopup->SetAccelKey(pPopup->GetItemId("selectall"), vcl::KeyCode( KEY_A, false, true, false, false… in CreatePopupMenu()
2747 …pPopup->SetAccelKey(pPopup->GetItemId("specialchar"), vcl::KeyCode( KEY_S, true, true, false, fals… in CreatePopupMenu()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dmenu.hxx276 void SetAccelKey( sal_uInt16 nItemId, const vcl::KeyCode& rKeyCode );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dmenu.hxx280 void SetAccelKey( sal_uInt16 nItemId, const vcl::KeyCode& rKeyCode );
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dvclxmenu.cxx705 mpMenu->SetAccelKey( nItemId, aVCLKeyCode ); in setAcceleratorKeyEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxmenu.cxx705 mpMenu->SetAccelKey( nItemId, aVCLKeyCode ); in setAcceleratorKeyEvent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dmenubarwindow.cxx318 mpParentPopup->SetAccelKey(nId, pParentItemData->aAccelKey); in ImplCreatePopup()
H A Dmenu.cxx580 pThis->SetAccelKey( nId, pData->aAccelKey ); in ImplCopyItem()
783 void Menu::SetAccelKey( sal_uInt16 nItemId, const KeyCode& rKeyCode ) in SetAccelKey() function in Menu
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dmenubarwindow.cxx318 mpParentPopup->SetAccelKey(nId, pParentItemData->aAccelKey); in ImplCreatePopup()
H A Dmenu.cxx567 pThis->SetAccelKey( nId, pData->aAccelKey ); in ImplCopyItem()
770 void Menu::SetAccelKey( sal_uInt16 nItemId, const KeyCode& rKeyCode ) in SetAccelKey() function in Menu
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dcontent.cxx1220 pPop->SetAccelKey(800, vcl::KeyCode(KEY_MULTIPLY, false, true, false, false)); in lcl_InsertExpandCollapseAllItem()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2proc.inc5432 function SetAccelKey(const Widget: PGtkWidget;
5455 DebugLn('SetAccelKey Widget=',DbgS(Widget),
5464 SetAccelKey(Widget,0,0,'');
5555 SetAccelKey(Widget,Key,Mods,Signal);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2proc.inc5432 function SetAccelKey(const Widget: PGtkWidget;
5455 DebugLn('SetAccelKey Widget=',DbgS(Widget),
5464 SetAccelKey(Widget,0,0,'');
5555 SetAccelKey(Widget,Key,Mods,Signal);
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk2/
H A Dgtk2proc.inc5443 function SetAccelKey(const Widget: PGtkWidget;
5466 DebugLn('SetAccelKey Widget=',DbgS(Widget),
5475 SetAccelKey(Widget,0,0,'');
5566 SetAccelKey(Widget,Key,Mods,Signal);
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkproc.inc5496 function SetAccelKey(const Widget: PGtkWidget;
5519 DebugLn('SetAccelKey Widget=',DbgS(Widget),
5528 SetAccelKey(Widget,0,0,'');
5623 SetAccelKey(Widget,Key,Mods,Signal);

12