LibreOffice Module framework (master) 1
Functions | Variables
moduleuiconfigurationmanager.cxx File Reference
#include <accelerators/presethandler.hxx>
#include <uiconfiguration/imagemanager.hxx>
#include <uielement/constitemcontainer.hxx>
#include <uielement/rootitemcontainer.hxx>
#include <uielement/uielementtypenames.hxx>
#include <menuconfiguration.hxx>
#include <toolboxconfiguration.hxx>
#include <statusbarconfiguration.hxx>
#include <com/sun/star/ui/UIElementType.hpp>
#include <com/sun/star/ui/ConfigurationEvent.hpp>
#include <com/sun/star/ui/ModuleAcceleratorConfiguration.hpp>
#include <com/sun/star/ui/XModuleUIConfigurationManager2.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/IllegalAccessException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/InvalidStorageException.hpp>
#include <com/sun/star/embed/StorageWrappedTargetException.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <com/sun/star/container/ElementExistException.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <comphelper/propertysequence.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <sal/log.hxx>
#include <comphelper/interfacecontainer4.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/servicehelper.hxx>
#include <o3tl/string_view.hxx>
#include <memory>
#include <mutex>
#include <string_view>
Include dependency graph for moduleuiconfigurationmanager.cxx:

Go to the source code of this file.

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_framework_ModuleUIConfigurationManager_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &arguments)
 

Variables

constexpr OUStringLiteral RESOURCETYPE_MENUBAR = u"menubar"
 
constexpr OUStringLiteral RESOURCETYPE_TOOLBAR = u"toolbar"
 
constexpr OUStringLiteral RESOURCETYPE_STATUSBAR = u"statusbar"
 
constexpr OUStringLiteral RESOURCETYPE_POPUPMENU = u"popupmenu"
 

Function Documentation

◆ com_sun_star_comp_framework_ModuleUIConfigurationManager_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_framework_ModuleUIConfigurationManager_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &  arguments 
)

Definition at line 1654 of file moduleuiconfigurationmanager.cxx.

Variable Documentation

◆ RESOURCETYPE_MENUBAR

constexpr OUStringLiteral RESOURCETYPE_MENUBAR = u"menubar"
constexpr

Definition at line 76 of file moduleuiconfigurationmanager.cxx.

◆ RESOURCETYPE_POPUPMENU

constexpr OUStringLiteral RESOURCETYPE_POPUPMENU = u"popupmenu"
constexpr

Definition at line 79 of file moduleuiconfigurationmanager.cxx.

◆ RESOURCETYPE_STATUSBAR

constexpr OUStringLiteral RESOURCETYPE_STATUSBAR = u"statusbar"
constexpr

Definition at line 78 of file moduleuiconfigurationmanager.cxx.

◆ RESOURCETYPE_TOOLBAR

constexpr OUStringLiteral RESOURCETYPE_TOOLBAR = u"toolbar"
constexpr

Definition at line 77 of file moduleuiconfigurationmanager.cxx.