|
LibreOffice Module chart2 (master) 1
|
#include <UndoActions.hxx>
Public Member Functions | |
| ShapeUndoElement (std::unique_ptr< SdrUndoAction > xSdrUndoAction) | |
| virtual | ~ShapeUndoElement () override |
| virtual OUString SAL_CALL | getTitle () override |
| virtual void SAL_CALL | undo () override |
| virtual void SAL_CALL | redo () 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 | |
| std::unique_ptr< SdrUndoAction > | m_xAction |
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 83 of file UndoActions.hxx.
|
explicit |
Definition at line 83 of file UndoActions.cxx.
|
overridevirtual |
Definition at line 88 of file UndoActions.cxx.
|
overridevirtual |
Definition at line 92 of file UndoActions.cxx.
References m_xAction.
|
overridevirtual |
Definition at line 106 of file UndoActions.cxx.
References m_xAction.
|
overridevirtual |
Definition at line 99 of file UndoActions.cxx.
References m_xAction.
|
private |
Definition at line 95 of file UndoActions.hxx.
Referenced by getTitle(), redo(), and undo().