LibreOffice Module svtools (master) 1
Namespaces | Functions | Variables
toolboxcontroller.cxx File Reference
#include <svtools/toolboxcontroller.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/frame/XLayoutManager.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <utility>
#include <vcl/commandinfoprovider.hxx>
#include <vcl/svapp.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/weldutils.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
Include dependency graph for toolboxcontroller.cxx:

Go to the source code of this file.

Namespaces

namespace  svt
 

Functions

 svt::IMPL_STATIC_LINK (ToolboxController, ExecuteHdl_Impl, void *, p, void)
 

Variables

const int TOOLBARCONTROLLER_PROPHANDLE_SUPPORTSVISIBLE = 1
 
constexpr OUStringLiteral TOOLBARCONTROLLER_PROPNAME_SUPPORTSVISIBLE = u"SupportsVisible"
 

Variable Documentation

◆ TOOLBARCONTROLLER_PROPHANDLE_SUPPORTSVISIBLE

const int TOOLBARCONTROLLER_PROPHANDLE_SUPPORTSVISIBLE = 1

◆ TOOLBARCONTROLLER_PROPNAME_SUPPORTSVISIBLE

constexpr OUStringLiteral TOOLBARCONTROLLER_PROPNAME_SUPPORTSVISIBLE = u"SupportsVisible"
constexpr

Definition at line 39 of file toolboxcontroller.cxx.

Referenced by svt::ToolboxController::ToolboxController().