|
LibreOffice Module dbaccess (master) 1
|
Public Member Functions | |
| UndoManager_Impl (UndoManager &i_antiImpl, ::cppu::OWeakObject &i_parent, ::osl::Mutex &i_mutex) | |
| virtual | ~UndoManager_Impl () |
| virtual SfxUndoManager & | getImplUndoManager () override |
| virtual Reference< XUndoManager > | getThis () override |
| virtual SfxUndoManager & | getImplUndoManager ()=0 |
| virtual css::uno::Reference< css::document::XUndoManager > | getThis ()=0 |
Public Attributes | |
| UndoManager & | rAntiImpl |
| ::cppu::OWeakObject & | rParent |
| ::osl::Mutex & | rMutex |
| bool | bDisposed |
| SfxUndoManager | aUndoManager |
| ::framework::UndoManagerHelper | aUndoHelper |
Additional Inherited Members | |
Protected Member Functions inherited from framework::IUndoManagerImplementation | |
| ~IUndoManagerImplementation () | |
Definition at line 43 of file dbaundomanager.cxx.
|
inline |
Definition at line 45 of file dbaundomanager.cxx.
|
inlinevirtual |
Definition at line 54 of file dbaundomanager.cxx.
|
overridevirtual |
Implements framework::IUndoManagerImplementation.
Definition at line 70 of file dbaundomanager.cxx.
References aUndoManager.
|
overridevirtual |
Implements framework::IUndoManagerImplementation.
Definition at line 75 of file dbaundomanager.cxx.
References rAntiImpl.
| ::framework::UndoManagerHelper dbaui::UndoManager_Impl::aUndoHelper |
Definition at line 63 of file dbaundomanager.cxx.
| SfxUndoManager dbaui::UndoManager_Impl::aUndoManager |
Definition at line 62 of file dbaundomanager.cxx.
Referenced by getImplUndoManager().
| bool dbaui::UndoManager_Impl::bDisposed |
Definition at line 61 of file dbaundomanager.cxx.
| UndoManager& dbaui::UndoManager_Impl::rAntiImpl |
Definition at line 58 of file dbaundomanager.cxx.
Referenced by getThis().
| ::osl::Mutex& dbaui::UndoManager_Impl::rMutex |
Definition at line 60 of file dbaundomanager.cxx.
| ::cppu::OWeakObject& dbaui::UndoManager_Impl::rParent |
Definition at line 59 of file dbaundomanager.cxx.