#include <svtools/svtdllapi.h>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/XStatusListener.hpp>
#include <com/sun/star/frame/XToolbarController.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/util/XUpdatable.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <cppuhelper/implbase.hxx>
#include <comphelper/multicontainer2.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <comphelper/proparrhlp.hxx>
#include <comphelper/propertycontainer.hxx>
#include <cppuhelper/propshlp.hxx>
#include <tools/link.hxx>
#include <utility>
#include <vcl/toolboxid.hxx>
#include <unordered_map>
Go to the source code of this file.
|
typedef cppu::WeakImplHelper< css::frame::XStatusListener, css::frame::XToolbarController, css::lang::XInitialization, css::util::XUpdatable, css::lang::XComponent > | svt::ToolboxController_Base |
|