LibreOffice Module svtools (master) 1
Namespaces | Functions
acceleratorexecute.cxx File Reference
#include <memory>
#include <svtools/acceleratorexecute.hxx>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/ui/GlobalAcceleratorConfiguration.hpp>
#include <com/sun/star/ui/XUIConfigurationManager.hpp>
#include <com/sun/star/ui/XUIConfigurationManager2.hpp>
#include <com/sun/star/ui/XModuleUIConfigurationManager2.hpp>
#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <cppuhelper/implbase.hxx>
#include <utility>
#include <vcl/evntpost.hxx>
#include <sal/log.hxx>
#include <vcl/lok.hxx>
#include <rtl/ref.hxx>
#include <comphelper/lok.hxx>
Include dependency graph for acceleratorexecute.cxx:

Go to the source code of this file.

Namespaces

namespace  svt
 

Functions

 svt::IMPL_LINK_NOARG (AsyncAccelExec, impl_ts_asyncCallback, LinkParamNone *, void)
 

Variable Documentation

◆ m_aAsyncCallback

vcl::EventPoster m_aAsyncCallback
private

Definition at line 56 of file acceleratorexecute.cxx.

◆ m_aURL

css::util::URL m_aURL
private

Definition at line 55 of file acceleratorexecute.cxx.

Referenced by svt::IMPL_LINK_NOARG().

◆ m_xDispatch

css::uno::Reference< css::frame::XDispatch > m_xDispatch
private

Definition at line 54 of file acceleratorexecute.cxx.

Referenced by svt::IMPL_LINK_NOARG().

◆ m_xFrame

css::uno::Reference<css::lang::XComponent> m_xFrame
private

Definition at line 53 of file acceleratorexecute.cxx.

Referenced by svt::IMPL_LINK_NOARG().