Home
last modified time | relevance | path

Searched defs:MenuAttributes (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/inc/
H A Dmenuconfiguration.hxx33 struct MenuAttributes struct
36 oslInterlockedCount refCount;
38 MenuAttributes(const OUString& rFrame, const OUString& rImageIdStr) in MenuAttributes() function
45 MenuAttributes(const css::uno::WeakReference<css::frame::XDispatchProvider>& rDispatchProvider) in MenuAttributes() argument
54 OUString aTargetFrame;
55 OUString aImageId;
56 css::uno::WeakReference<css::frame::XDispatchProvider> xDispatchProvider;
62 void acquire() in acquire()
67 void release() in release()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/framework/
H A Dmenuconfiguration.hxx40 struct FWE_DLLPUBLIC MenuAttributes struct
43 oslInterlockedCount refCount;
45 MenuAttributes(const OUString& rFrame, const OUString& rImageIdStr) in MenuAttributes() function
52 MenuAttributes(const css::uno::WeakReference<css::frame::XDispatchProvider>& rDispatchProvider) in MenuAttributes() argument
61 OUString aTargetFrame;
62 OUString aImageId;
63 css::uno::WeakReference<css::frame::XDispatchProvider> xDispatchProvider;
69 void acquire() in acquire()
74 void release() in release()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/menu/
H A Dmenusupport.py34 MenuAttributes = Type("MenuAttributes", "l") variable
/dports/lang/python27/Python-2.7.18/Mac/Modules/menu/
H A Dmenusupport.py34 MenuAttributes = Type("MenuAttributes", "l") variable