#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>
Go to the source code of this file.
◆ 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 & |
|
|
) |
| |
◆ aSlotAutoPilot
constexpr OUStringLiteral aSlotAutoPilot = u".uno:AutoPilotMenu" |
|
constexpr |
◆ aSlotNewDocDirect
constexpr OUStringLiteral aSlotNewDocDirect = u".uno:AddDirect" |
|
constexpr |