23#include <com/sun/star/beans/XPropertySet.hpp>
24#include <osl/diagnose.h>
37 m_sToolboxResName (
"private:resource/toolbar/" )
49 Reference< XPropertySet > xFrameProps(
xFrame, UNO_QUERY );
50 if ( xFrameProps.is() )
51 xFrameProps->getPropertyValue(
"LayoutManager" ) >>=
m_xLayouter;
64 Reference< XLayoutManager > xManager(
m_xLayouter );
65 OSL_ENSURE( xManager. is(),
"ToolboxAccess::toggleToolbox: couldn't obtain the layout manager!" );
const css::uno::Reference< css::frame::XFrame > & GetFrameInterface() const
static SAL_WARN_UNUSED_RESULT SfxViewFrame * Current()
SfxFrame & GetFrame() const
#define TOOLS_WARN_EXCEPTION(area, stream)
Reference< XFrame > xFrame