LibreOffice Module framework (master) 1
Namespaces | Typedefs | Functions
sfxhelperfunctions.hxx File Reference
#include <framework/fwkdllapi.h>
#include <rtl/ustring.hxx>
#include <rtl/ref.hxx>
#include <vcl/toolboxid.hxx>
Include dependency graph for sfxhelperfunctions.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::frame
 
namespace  com::sun::star::uno
 
namespace  svt
 
namespace  framework
 

Typedefs

typedef rtl::Reference< svt::ToolboxController >(* pfunc_setToolBoxControllerCreator) (const css::uno::Reference< css::frame::XFrame > &rFrame, ToolBox *pToolbox, ToolBoxItemId nID, const OUString &aCommandURL)
 
typedef rtl::Reference< svt::StatusbarController >(* pfunc_setStatusBarControllerCreator) (const css::uno::Reference< css::frame::XFrame > &rFrame, StatusBar *pStatusBar, unsigned short nID, const OUString &aCommandURL)
 
typedef void(* pfunc_getRefreshToolbars) (css::uno::Reference< css::frame::XFrame > const &rFrame)
 
typedef void(* pfunc_createDockingWindow) (const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL)
 
typedef bool(* pfunc_isDockingWindowVisible) (const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL)
 

Functions

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

Typedef Documentation

◆ pfunc_createDockingWindow

typedef void(* pfunc_createDockingWindow) (const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL)

Definition at line 50 of file sfxhelperfunctions.hxx.

◆ pfunc_getRefreshToolbars

typedef void(* pfunc_getRefreshToolbars) (css::uno::Reference< css::frame::XFrame > const &rFrame)

Definition at line 47 of file sfxhelperfunctions.hxx.

◆ pfunc_isDockingWindowVisible

typedef bool(* pfunc_isDockingWindowVisible) (const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL)

Definition at line 54 of file sfxhelperfunctions.hxx.

◆ pfunc_setStatusBarControllerCreator

typedef rtl::Reference< svt::StatusbarController >(* pfunc_setStatusBarControllerCreator) (const css::uno::Reference< css::frame::XFrame > &rFrame, StatusBar *pStatusBar, unsigned short nID, const OUString &aCommandURL)

Definition at line 41 of file sfxhelperfunctions.hxx.

◆ pfunc_setToolBoxControllerCreator

typedef rtl::Reference< svt::ToolboxController >(* pfunc_setToolBoxControllerCreator) (const css::uno::Reference< css::frame::XFrame > &rFrame, ToolBox *pToolbox, ToolBoxItemId nID, const OUString &aCommandURL)

Definition at line 35 of file sfxhelperfunctions.hxx.