LibreOffice Module chart2 (master) 1
|
#include <ChartToolbarController.hxx>
Public Member Functions | |
ChartToolbarController (const css::uno::Sequence< css::uno::Any > &rProperties) | |
virtual | ~ChartToolbarController () override |
ChartToolbarController (const ChartToolbarController &)=delete | |
const ChartToolbarController & | operator= (const ChartToolbarController &)=delete |
virtual void SAL_CALL | execute (sal_Int16 nKeyModifier) override |
virtual void SAL_CALL | click () override |
virtual void SAL_CALL | doubleClick () override |
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL | createPopupWindow () override |
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL | createItemWindow (const css::uno::Reference< css::awt::XWindow > &rParent) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (OUString const &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &rEvent) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &rSource) override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &rAny) override |
virtual void SAL_CALL | update () override |
Public Member Functions inherited from comphelper::WeakComponentImplHelper< typename... Ifc > | |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | dispose () noexcept final override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
Public Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
virtual | ~WeakComponentImplHelperBase () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual void | disposing (std::unique_lock< std::mutex > &) |
Public Member Functions inherited from comphelper::UnoImplBase | |
virtual | ~UnoImplBase () |
Private Attributes | |
css::uno::Reference< css::frame::XFramesSupplier > | mxFramesSupplier |
Additional Inherited Members | |
Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
Protected Attributes inherited from comphelper::WeakComponentImplHelperBase | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
Protected Attributes inherited from comphelper::UnoImplBase | |
std::mutex | m_aMutex |
bool | m_bDisposed |
Definition at line 30 of file ChartToolbarController.hxx.
chart::ChartToolbarController::ChartToolbarController | ( | const css::uno::Sequence< css::uno::Any > & | rProperties | ) |
Definition at line 22 of file ToolbarController.cxx.
References mxFramesSupplier.
|
overridevirtual |
Definition at line 36 of file ToolbarController.cxx.
|
delete |
|
overridevirtual |
Definition at line 44 of file ToolbarController.cxx.
References aURL, mxFramesSupplier, and xDispatch.
|
overridevirtual |
Definition at line 74 of file ToolbarController.cxx.
|
overridevirtual |
Definition at line 69 of file ToolbarController.cxx.
|
overridevirtual |
Definition at line 85 of file ToolbarController.cxx.
|
overridevirtual |
Definition at line 63 of file ToolbarController.cxx.
References SAL_INFO.
|
overridevirtual |
Definition at line 40 of file ToolbarController.cxx.
|
overridevirtual |
Definition at line 98 of file ToolbarController.cxx.
|
overridevirtual |
Definition at line 108 of file ToolbarController.cxx.
|
overridevirtual |
Definition at line 89 of file ToolbarController.cxx.
|
delete |
|
overridevirtual |
Definition at line 80 of file ToolbarController.cxx.
|
overridevirtual |
Definition at line 103 of file ToolbarController.cxx.
References ServiceName, and cppu::supportsService().
|
overridevirtual |
Definition at line 93 of file ToolbarController.cxx.
|
private |
Definition at line 74 of file ChartToolbarController.hxx.
Referenced by ChartToolbarController(), and click().