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