Home
last modified time | relevance | path

Searched refs:ShowMenubar (Results 1 – 25 of 38) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/notebookbar/
H A DSfxNotebookBar.hxx53 static void ShowMenubar(bool bShow);
55 static void ShowMenubar(SfxViewFrame const * pViewFrame, bool bShow);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/notebookbar/
H A DSfxNotebookBar.hxx66 static void ShowMenubar(bool bShow);
68 static void ShowMenubar(SfxViewFrame const* pViewFrame, bool bShow);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/notebookbar/
H A DSfxNotebookBar.cxx209 SfxNotebookBar::ShowMenubar(SfxViewFrame::Current(), true); in CloseMethod()
403 … SfxNotebookBar::ShowMenubar( comphelper::getBOOL( aModeNode.getNodeValue( "HasMenubar" ) ) ); in StateMethod()
421 SfxNotebookBar::ShowMenubar(true); in StateMethod()
435 void SfxNotebookBar::ShowMenubar(bool bShow) in ShowMenubar() function in SfxNotebookBar
489 void SfxNotebookBar::ShowMenubar(SfxViewFrame const * pViewFrame, bool bShow) in ShowMenubar() function in SfxNotebookBar
535 SfxNotebookBar::ShowMenubar(false); in ToggleMenubar()
539 SfxNotebookBar::ShowMenubar(true); in ToggleMenubar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/notebookbar/
H A DSfxNotebookBar.cxx232 SfxNotebookBar::ShowMenubar(SfxViewFrame::Current(), true); in CloseMethod()
397 … SfxNotebookBar::ShowMenubar( comphelper::getBOOL( aModeNode.getNodeValue( "HasMenubar" ) ) ); in StateMethod()
413 SfxNotebookBar::ShowMenubar(true); in StateMethod()
431 void SfxNotebookBar::ShowMenubar(bool bShow) in ShowMenubar() function in SfxNotebookBar
485 void SfxNotebookBar::ShowMenubar(SfxViewFrame const * pViewFrame, bool bShow) in ShowMenubar() function in SfxNotebookBar
534 SfxNotebookBar::ShowMenubar(false); in ToggleMenubar()
538 SfxNotebookBar::ShowMenubar(true); in ToggleMenubar()
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/config/
H A Dkstandardaction_p.h96 …{ ShowMenubar, KStandardShortcut::ShowMenubar, "options_show_menubar", I18N_NOOP("Show &Menubar"…
H A Dkstandardaction.cpp141 case ShowMenubar: in create()
521 ret->setObjectName(name(ShowMenubar)); in showMenubar()
H A Dkstandardaction.h149 ShowMenubar, ShowToolbar, ShowStatusbar, enumerator
/dports/x11-toolkits/kf5-kconfigwidgets/kconfigwidgets-5.89.0/src/
H A Dkstandardaction_p.h87 …{ ShowMenubar, KStandardShortcut::ShowMenubar, "options_show_menubar", kli18n("Show &Menubar"), …
H A Dkstandardaction.h174 ShowMenubar, ///< Show/Hide the menubar. enumerator
949 QAction *ret = create(ShowMenubar, recvr, slot, parent); in showMenubar()
H A Dkstandardaction.cpp212 case ShowMenubar: { in _k_createInternal()
637 QAction *ret = KStandardAction::create(ShowMenubar, recvr, slot, parent); in showMenubar()
/dports/emulators/bochs/bochs-2.7/gui/
H A Dmacintosh.cc170 void ShowMenubar(void);
593 ShowMenubar(); in HandleMenuChoice()
611 ShowMenubar(); in HandleMenuChoice()
1130 ShowMenubar(); // Make the menubar visible again in exit()
1282 void ShowMenubar() in ShowMenubar() function
H A Dcarbon.cc194 void ShowMenubar(void);
484 ShowMenubar(); in CEvtHandleApplicationMenus()
498 ShowMenubar(); in CEvtHandleApplicationMenus()
1515 ShowMenubar(); // Make the menubar visible again in exit()
1700 void ShowMenubar() in ShowMenubar() function
/dports/devel/kf5-kconfig/kconfig-5.89.0/src/gui/
H A Dkstandardshortcut.h92 ShowMenubar, ///< Show Menu Bar. enumerator
H A Dkstandardshortcut.cpp216 …{ShowMenubar, "ShowMenubar", QT_TRANSLATE_NOOP3("KStandardShortcut", "Show Menu Bar", "@action"), …
789 return shortcut(ShowMenubar); in find()
/dports/audio/kmix/kmix-21.12.3/gui/
H A Dviewbase.cpp77 …ction *m = static_cast<KToggleAction*>( _actions->action( name(KStandardAction::ShowMenubar) ) ) ; in ViewBase()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/
H A DActionClasses.cpp128 safePlug( ac, KStandardAction::name(KStandardAction::ShowMenubar), this ); in Menu()
H A DMainWindow.cpp1129 …ion( Amarok::actionCollection()->action( KStandardAction::name( KStandardAction::ShowMenubar ) ) ); in createMenus()
/dports/multimedia/dragon/dragon-21.12.3/src/app/
H A DmainWindow.cpp283 static_cast<KToggleAction*>(ac->addAction(KStandardAction::ShowMenubar, in setupActions()
/dports/textproc/dikt/dikt-2s4/src/
H A Dwindow.cpp629 QAction *menubar = action(KStandardAction::name(KStandardAction::ShowMenubar)); in setupMenubar()
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dproc_globdata.pas367 ShowMenubar: boolean;
1881 ShowMenubar:= true;
H A Dformmain_loadsave.inc1293 UiOps.ShowMenubar:= cfg.GetValue('ui_menu_show', UiOps.ShowMenubar);
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinmainwindow.cpp191 …howMenuBarAction = actionCollection()->action(KStandardAction::name(KStandardAction::ShowMenubar)); in DolphinMainWindow()
1193 menu->addAction(ac->action(KStandardAction::name(KStandardAction::ShowMenubar))); in updateHamburgerMenu()
/dports/graphics/okular/okular-21.12.3/part/
H A Dpart.cpp2962 …n = findActionInKPartHierarchy<KToggleAction>(KStandardAction::name(KStandardAction::ShowMenubar)); in showMenu()
3098 …n = findActionInKPartHierarchy<KToggleAction>(KStandardAction::name(KStandardAction::ShowMenubar)); in slotUpdateHamburgerMenu()
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dmainwindow.cpp499 …Action = static_cast<KToggleAction *>(view->addAction(KStandardAction::ShowMenubar, q, SLOT(toggle… in setupActions()
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dkmplayer.cpp197 viewMenuBar = KStandardAction::create (KStandardAction::ShowMenubar, in initActions()

12