|
LibreOffice Module framework (master) 1
|
#include <framework/fwkdllapi.h>#include <rtl/ustring.hxx>#include <rtl/ref.hxx>#include <vcl/toolboxid.hxx>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) |
| typedef void(* pfunc_createDockingWindow) (const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL) |
Definition at line 50 of file sfxhelperfunctions.hxx.
| typedef void(* pfunc_getRefreshToolbars) (css::uno::Reference< css::frame::XFrame > const &rFrame) |
Definition at line 47 of file sfxhelperfunctions.hxx.
| typedef bool(* pfunc_isDockingWindowVisible) (const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rResourceURL) |
Definition at line 54 of file sfxhelperfunctions.hxx.
| 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.
| 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.