10#ifndef INCLUDED_SFX2_WELDUTILS_HXX
11#define INCLUDED_SFX2_WELDUTILS_HXX
13#include <com/sun/star/frame/XFrame.hpp>
14#include <com/sun/star/frame/XToolbarController.hpp>
16#include <com/sun/star/uno/Reference.hxx>
33 css::uno::Reference<css::frame::XFrame>
m_xFrame;
44 void CreateController(
const OUString& rCommand);
47 typedef std::map<OUString, css::uno::Reference<css::frame::XToolbarController>>
54 const css::uno::Reference<css::frame::XFrame>& rFrame,
55 bool bSideBar =
true);
57 css::uno::Reference<css::frame::XToolbarController>
58 GetControllerForCommand(
const OUString& rCommand)
const;
css::uno::Reference< css::lang::XComponent > m_xFrame