23#include <rtl/ustring.hxx>
29namespace svt {
class StatusbarController; }
30namespace svt {
class ToolboxController; }
36 const css::uno::Reference< css::frame::XFrame >& rFrame,
39 const OUString& aCommandURL );
42 const css::uno::Reference< css::frame::XFrame >& rFrame,
45 const OUString& aCommandURL );
48 css::uno::Reference< css::frame::XFrame >
const & rFrame );
51 const css::uno::Reference< css::frame::XFrame >& rFrame,
52 std::u16string_view rResourceURL );
55 const css::uno::Reference< css::frame::XFrame >& rFrame,
56 std::u16string_view rResourceURL );
63 const css::uno::Reference< css::frame::XFrame >& rFrame,
66 const OUString& aCommandURL );
70 const css::uno::Reference< css::frame::XFrame >& rFrame,
73 const OUString& aCommandURL );
77 css::uno::Reference< css::frame::XFrame >
const & rFrame );
81 const css::uno::Reference< css::frame::XFrame >& rFrame,
82 std::u16string_view rResourceURL );
86 const css::uno::Reference< css::frame::XFrame >& rFrame,
87 std::u16string_view rResourceURL );
bool IsDockingWindowVisible(const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL)
pfunc_setStatusBarControllerCreator SetStatusBarControllerCreator(pfunc_setStatusBarControllerCreator pSetStatusBarControllerCreator)
void CreateDockingWindow(const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL)
void RefreshToolbars(css::uno::Reference< css::frame::XFrame > const &rFrame)
pfunc_createDockingWindow SetDockingWindowCreator(pfunc_createDockingWindow pNewCreateDockingWindow)
rtl::Reference< svt::ToolboxController > CreateToolBoxController(const Reference< XFrame > &rFrame, ToolBox *pToolbox, ToolBoxItemId nID, const OUString &aCommandURL)
pfunc_setToolBoxControllerCreator SetToolBoxControllerCreator(pfunc_setToolBoxControllerCreator pSetToolBoxControllerCreator)
pfunc_isDockingWindowVisible SetIsDockingWindowVisible(pfunc_isDockingWindowVisible pNewIsDockingWindowVisible)
pfunc_getRefreshToolbars SetRefreshToolbars(pfunc_getRefreshToolbars pNewRefreshToolbarsFunc)
rtl::Reference< svt::StatusbarController > CreateStatusBarController(const Reference< XFrame > &rFrame, StatusBar *pStatusBar, unsigned short nID, const OUString &aCommandURL)
static pfunc_isDockingWindowVisible pIsDockingWindowVisible
static pfunc_createDockingWindow pCreateDockingWindow
void(* pfunc_createDockingWindow)(const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL)
bool(* pfunc_isDockingWindowVisible)(const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL)
void(* pfunc_getRefreshToolbars)(css::uno::Reference< css::frame::XFrame > const &rFrame)
rtl::Reference< svt::ToolboxController >(* pfunc_setToolBoxControllerCreator)(const css::uno::Reference< css::frame::XFrame > &rFrame, ToolBox *pToolbox, ToolBoxItemId nID, const OUString &aCommandURL)
rtl::Reference< svt::StatusbarController >(* pfunc_setStatusBarControllerCreator)(const css::uno::Reference< css::frame::XFrame > &rFrame, StatusBar *pStatusBar, unsigned short nID, const OUString &aCommandURL)