LibreOffice Module framework (master) 1
Namespaces | Functions | Variables
sfxhelperfunctions.cxx File Reference
#include <framework/sfxhelperfunctions.hxx>
#include <framework/ContextChangeEventMultiplexerTunnel.hxx>
#include <helper/mischelper.hxx>
#include <svtools/toolboxcontroller.hxx>
#include <svtools/statusbarcontroller.hxx>
Include dependency graph for sfxhelperfunctions.cxx:

Go to the source code of this file.

Namespaces

namespace  framework
 

Functions

pfunc_setToolBoxControllerCreator framework::SetToolBoxControllerCreator (pfunc_setToolBoxControllerCreator pSetToolBoxControllerCreator)
 
rtl::Reference< svt::ToolboxControllerframework::CreateToolBoxController (const Reference< XFrame > &rFrame, ToolBox *pToolbox, ToolBoxItemId nID, const OUString &aCommandURL)
 
pfunc_setStatusBarControllerCreator framework::SetStatusBarControllerCreator (pfunc_setStatusBarControllerCreator pSetStatusBarControllerCreator)
 
rtl::Reference< svt::StatusbarControllerframework::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)
 

Variables

static pfunc_setToolBoxControllerCreator pToolBoxControllerCreator = nullptr
 
static pfunc_setStatusBarControllerCreator pStatusBarControllerCreator = nullptr
 
static pfunc_getRefreshToolbars pRefreshToolbars = nullptr
 
static pfunc_createDockingWindow pCreateDockingWindow = nullptr
 
static pfunc_isDockingWindowVisible pIsDockingWindowVisible = nullptr
 

Variable Documentation

◆ pCreateDockingWindow

pfunc_createDockingWindow pCreateDockingWindow = nullptr
static

◆ pIsDockingWindowVisible

pfunc_isDockingWindowVisible pIsDockingWindowVisible = nullptr
static

◆ pRefreshToolbars

pfunc_getRefreshToolbars pRefreshToolbars = nullptr
static

◆ pStatusBarControllerCreator

pfunc_setStatusBarControllerCreator pStatusBarControllerCreator = nullptr
static

◆ pToolBoxControllerCreator

pfunc_setToolBoxControllerCreator pToolBoxControllerCreator = nullptr
static