|
pfunc_setToolBoxControllerCreator | framework::SetToolBoxControllerCreator (pfunc_setToolBoxControllerCreator pSetToolBoxControllerCreator) |
|
rtl::Reference< svt::ToolboxController > | framework::CreateToolBoxController (const Reference< XFrame > &rFrame, ToolBox *pToolbox, ToolBoxItemId nID, const OUString &aCommandURL) |
|
pfunc_setStatusBarControllerCreator | framework::SetStatusBarControllerCreator (pfunc_setStatusBarControllerCreator pSetStatusBarControllerCreator) |
|
rtl::Reference< svt::StatusbarController > | framework::CreateStatusBarController (const Reference< XFrame > &rFrame, StatusBar *pStatusBar, unsigned short nID, const OUString &aCommandURL) |
|
pfunc_getRefreshToolbars | framework::SetRefreshToolbars (pfunc_getRefreshToolbars pNewRefreshToolbarsFunc) |
|
void | framework::RefreshToolbars (css::uno::Reference< css::frame::XFrame > const &rFrame) |
|
pfunc_createDockingWindow | framework::SetDockingWindowCreator (pfunc_createDockingWindow pNewCreateDockingWindow) |
|
void | framework::CreateDockingWindow (const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL) |
|
pfunc_isDockingWindowVisible | framework::SetIsDockingWindowVisible (pfunc_isDockingWindowVisible pNewIsDockingWindowVisible) |
|
bool | framework::IsDockingWindowVisible (const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL) |
|
uno::Reference< ui::XContextChangeEventListener > | framework::GetFirstListenerWith (css::uno::Reference< css::uno::XComponentContext > const &xComponentContext, uno::Reference< uno::XInterface > const &xEventFocus, std::function< bool(uno::Reference< ui::XContextChangeEventListener > const &)> const &rPredicate) |
|