Home
last modified time | relevance | path

Searched refs:xMenu (Results 26 – 50 of 67) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/animations/
H A DCustomAnimationList.cxx1142 std::unique_ptr<weld::Menu> xMenu = xBuilder->weld_menu("menu"); in IMPL_LINK() local
1171 xMenu->set_active("onclick", nNodeType == EffectNodeType::ON_CLICK); in IMPL_LINK()
1172 xMenu->set_active("withprev", nNodeType == EffectNodeType::WITH_PREVIOUS); in IMPL_LINK()
1173 xMenu->set_active("afterprev", nNodeType == EffectNodeType::AFTER_PREVIOUS); in IMPL_LINK()
1174 xMenu->set_sensitive("options", nEntries == 1); in IMPL_LINK()
1175 xMenu->set_sensitive("timing", nEntries == 1); in IMPL_LINK()
1177 …OString sCommand = xMenu->popup_at_rect(mxTreeView.get(), ::tools::Rectangle(rCEvt.GetMousePosPixe… in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/inc/
H A Dtemplatesearchview.hxx24 std::unique_ptr<weld::Menu> xMenu);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/
H A Drecentdocsview.hxx62 … RecentDocsView(std::unique_ptr<weld::ScrolledWindow> xWindow, std::unique_ptr<weld::Menu> xMenu);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/sidebar/
H A DMasterPagesSelector.cxx203 std::unique_ptr<weld::Menu> xMenu(xBuilder->weld_menu("menu")); in ShowContextMenu() local
204 ProcessPopupMenu(*xMenu); in ShowContextMenu()
207 ExecuteCommand(xMenu->popup_at_rect(pParent, aRect)); in ShowContextMenu()
H A DLayoutMenu.cxx594 std::unique_ptr<weld::Menu> xMenu(xBuilder->weld_menu("menu")); in ShowContextMenu() local
602 xMenu->set_sensitive("insert", false); in ShowContextMenu()
605 OnMenuItemSelected(xMenu->popup_at_rect(pPopupParent, aRect)); in ShowContextMenu()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/inc/awt/
H A Dvclxtopwindow.hxx61 void SAL_CALL setMenuBar( const css::uno::Reference< css::awt::XMenuBar >& xMenu ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/
H A Dtemplatesearchview.hxx25 std::unique_ptr<weld::Menu> xMenu,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/uitest/autofilter/
H A Dautofilter.py450 xMenu = xFloatWindow.getChild("menu")
451 xMenu.executeAction("TYPE", mkPropertyValues({"KEYCODE":"DOWN"}))
452 xMenu.executeAction("TYPE", mkPropertyValues({"KEYCODE":"DOWN"}))
453 xMenu.executeAction("TYPE", mkPropertyValues({"KEYCODE":"RETURN"}))
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dtemplatedlglocalview.cxx24 std::unique_ptr<weld::Menu> xMenu, in TemplateDlgLocalView() argument
26 : TemplateLocalView(std::move(xWindow), std::move(xMenu)) in TemplateDlgLocalView()
H A Dtemplatesearchview.cxx29 std::unique_ptr<weld::Menu> xMenu, in TemplateSearchView() argument
31 : ThumbnailView(std::move(xWindow), std::move(xMenu)) in TemplateSearchView()
H A Drecentdocsview.cxx125 …w::RecentDocsView(std::unique_ptr<weld::ScrolledWindow> xWindow, std::unique_ptr<weld::Menu> xMenu) in RecentDocsView() argument
126 : ThumbnailView(std::move(xWindow), std::move(xMenu)) in RecentDocsView()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/toolkit/awt/
H A Dvclxtopwindow.hxx63 void SAL_CALL setMenuBar( const css::uno::Reference< css::awt::XMenuBar >& xMenu ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Ddatanavi.cxx148 std::unique_ptr<weld::Menu> xMenu(xBuilder->weld_menu("menu")); in IMPL_LINK() local
151 xMenu->set_visible("additem", false); in IMPL_LINK()
154 xMenu->set_visible("addelement", false); in IMPL_LINK()
155 xMenu->set_visible("addattribute", false); in IMPL_LINK()
159 xMenu->set_label("additem", SvxResId(RID_STR_DATANAV_ADD_SUBMISSION)); in IMPL_LINK()
160 xMenu->set_label("edit", SvxResId(RID_STR_DATANAV_EDIT_SUBMISSION)); in IMPL_LINK()
161 xMenu->set_label("delete", SvxResId(RID_STR_DATANAV_REMOVE_SUBMISSION)); in IMPL_LINK()
165 xMenu->set_label("additem", SvxResId(RID_STR_DATANAV_ADD_BINDING)); in IMPL_LINK()
166 xMenu->set_label("edit", SvxResId(RID_STR_DATANAV_EDIT_BINDING)); in IMPL_LINK()
167 xMenu->set_label("delete", SvxResId(RID_STR_DATANAV_REMOVE_BINDING)); in IMPL_LINK()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1951 std::unique_ptr<weld::Menu> xMenu(xBuilder->weld_menu("menu")); in IMPL_LINK_NOARG() local
1953xMenu->insert(0, "next", SdResId(RID_SVXSTR_MENU_NEXT), &sNextImage, nullptr, nullptr, TRISTATE_IN… in IMPL_LINK_NOARG()
1954xMenu->insert(1, "prev", SdResId(RID_SVXSTR_MENU_PREV), &sPrevImage, nullptr, nullptr, TRISTATE_IN… in IMPL_LINK_NOARG()
1957 xMenu->set_active("pen", mbUsePen); in IMPL_LINK_NOARG()
1960 xMenu->set_visible("next", mpSlideController->getNextSlideIndex() != -1); in IMPL_LINK_NOARG()
1961xMenu->set_visible("prev", (mpSlideController->getPreviousSlideIndex() != -1 ) || (eMode == SHOWWI… in IMPL_LINK_NOARG()
1962 xMenu->set_visible("edit", mpViewShell->GetDoc()->IsStartWithPresentation()); in IMPL_LINK_NOARG()
1973 xMenu->set_visible("goto", false); in IMPL_LINK_NOARG()
2045 ContextMenuSelectHdl(xMenu->popup_at_rect(pParent, aRect)); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dsvxruler.cxx3301 std::unique_ptr<weld::Menu> xMenu(xBuilder->weld_menu("menu")); in Command() local
3309 xMenu->clear(); in Command()
3328 xMenu->set_active(sId, i == mpTabs[mxRulerImpl->nIdx + TAB_GAP].nStyle); in Command()
3330 TabMenuSelect(xMenu->popup_at_rect(pPopupParent, aRect)); in Command()
3335 const int nCount = xMenu->n_children(); in Command()
3340 OString sIdent = xMenu->get_id(i - 1); in Command()
3342 xMenu->set_active(sIdent, eMenuUnit == eUnit); in Command()
3350 xMenu->remove(sIdent); in Command()
3354 xMenu->remove(sIdent); in Command()
3358 xMenu->remove(sIdent); in Command()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A Diodlgimp.hxx86 std::unique_ptr<weld::Menu> xMenu,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dtemplatelocalview.hxx72 std::unique_ptr<weld::Menu> xMenu);
H A Dthumbnailview.hxx168 ThumbnailView(std::unique_ptr<weld::ScrolledWindow> xWindow, std::unique_ptr<weld::Menu> xMenu);
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/awt/
H A DXTopWindow.idl64 void setMenuBar( [in] com::sun::star::awt::XMenuBar xMenu );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/awt/
H A DXTopWindow.idl64 void setMenuBar( [in] com::sun::star::awt::XMenuBar xMenu );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A DStylesPreviewWindow.cxx127 std::unique_ptr<weld::Menu> xMenu(xBuilder->weld_menu("menu")); in Command() local
128 std::string_view rIdent = xMenu->popup_at_rect( in Command()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A Diodlgimp.hxx87 std::unique_ptr<weld::Menu> xMenu,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dtemplatelocalview.hxx146 std::unique_ptr<weld::Menu> xMenu);
/dports/editors/libreoffice/libreoffice-7.2.6.2/embeddedobj/source/inc/
H A Ddocholder.hxx103 const css::uno::Reference< css::container::XIndexAccess >& xMenu,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embeddedobj/source/inc/
H A Ddocholder.hxx104 const css::uno::Reference< css::container::XIndexAccess >& xMenu,

123