LibreOffice Module framework (master) 1
Namespaces | Functions | Variables
newmenucontroller.cxx File Reference
#include <uielement/newmenucontroller.hxx>
#include <menuconfiguration.hxx>
#include <services.h>
#include <com/sun/star/awt/MenuItemType.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/GlobalAcceleratorConfiguration.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <comphelper/propertyvalue.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/commandinfoprovider.hxx>
#include <svtools/acceleratorexecute.hxx>
#include <svtools/imagemgr.hxx>
#include <toolkit/awt/vclxmenu.hxx>
#include <tools/urlobj.hxx>
#include <unotools/dynamicmenuoptions.hxx>
#include <osl/mutex.hxx>
#include <cppuhelper/supportsservice.hxx>
Include dependency graph for newmenucontroller.cxx:

Go to the source code of this file.

Namespaces

namespace  framework
 

Functions

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

Variables

constexpr OUStringLiteral aSlotNewDocDirect = u".uno:AddDirect"
 
constexpr OUStringLiteral aSlotAutoPilot = u".uno:AutoPilotMenu"
 

Function Documentation

◆ framework_NewMenuController_get_implementation()

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

Definition at line 460 of file newmenucontroller.cxx.

Variable Documentation

◆ aSlotAutoPilot

constexpr OUStringLiteral aSlotAutoPilot = u".uno:AutoPilotMenu"
constexpr

Definition at line 48 of file newmenucontroller.cxx.

Referenced by framework::NewMenuController::fillPopupMenu().

◆ aSlotNewDocDirect

constexpr OUStringLiteral aSlotNewDocDirect = u".uno:AddDirect"
constexpr