LibreOffice Module svx (master) 1
|
#include <tbxcolor.hxx>
Public Member Functions | |
ToolboxAccess (std::u16string_view rToolboxName) | |
void | toggleToolbox () const |
toggles the toolbox More... | |
bool | isToolboxVisible () const |
determines whether the toolbox is currently visible More... | |
Private Attributes | |
OUString | m_sToolboxResName |
css::uno::Reference< css::frame::XLayoutManager > | m_xLayouter |
Definition at line 36 of file tbxcolor.hxx.
svx::ToolboxAccess::ToolboxAccess | ( | std::u16string_view | rToolboxName | ) |
Definition at line 36 of file tbxcolor.cxx.
References SfxViewFrame::Current(), Exception, SfxViewFrame::GetFrame(), SfxFrame::GetFrameInterface(), m_sToolboxResName, m_xLayouter, TOOLS_WARN_EXCEPTION, and xFrame.
bool svx::ToolboxAccess::isToolboxVisible | ( | ) | const |
determines whether the toolbox is currently visible
Definition at line 87 of file tbxcolor.cxx.
References m_sToolboxResName, and m_xLayouter.
Referenced by SvxGrafAttrHelper::GetGrafAttrState().
void svx::ToolboxAccess::toggleToolbox | ( | ) | const |
toggles the toolbox
Definition at line 60 of file tbxcolor.cxx.
References Exception, m_sToolboxResName, m_xLayouter, and TOOLS_WARN_EXCEPTION.
Referenced by SvxGrafAttrHelper::ExecuteGrafAttr().
|
private |
Definition at line 39 of file tbxcolor.hxx.
Referenced by isToolboxVisible(), toggleToolbox(), and ToolboxAccess().
|
private |
Definition at line 41 of file tbxcolor.hxx.
Referenced by isToolboxVisible(), toggleToolbox(), and ToolboxAccess().