LibreOffice Module chart2 (master) 1
|
Public Member Functions | |
UndoManager_Impl (UndoManager &i_antiImpl, ::chart::ChartModel &i_parent, ::osl::Mutex &i_mutex) | |
virtual | ~UndoManager_Impl () |
::osl::Mutex & | getMutex () |
virtual SfxUndoManager & | getImplUndoManager () override |
virtual Reference< XUndoManager > | getThis () override |
::chart::ChartModel & | getParent () |
::framework::UndoManagerHelper & | getUndoHelper () |
void | disposing () |
is called when the owner of the UndoManager is being disposed More... | |
void | checkDisposed_lck () |
checks whether we're already disposed, throws a DisposedException if so More... | |
virtual SfxUndoManager & | getImplUndoManager ()=0 |
virtual css::uno::Reference< css::document::XUndoManager > | getThis ()=0 |
Private Attributes | |
UndoManager & | m_rAntiImpl |
::chart::ChartModel & | m_rParent |
::osl::Mutex & | m_rMutex |
bool | m_bDisposed |
SfxUndoManager | m_aUndoManager |
::framework::UndoManagerHelper | m_aUndoHelper |
Additional Inherited Members | |
Protected Member Functions inherited from framework::IUndoManagerImplementation | |
~IUndoManagerImplementation () | |
Definition at line 50 of file UndoManager.cxx.
|
inline |
Definition at line 53 of file UndoManager.cxx.
References m_aUndoManager, and SfxUndoManager::SetMaxUndoActionCount().
|
inlinevirtual |
Definition at line 64 of file UndoManager.cxx.
void chart::impl::UndoManager_Impl::checkDisposed_lck | ( | ) |
checks whether we're already disposed, throws a DisposedException if so
Definition at line 119 of file UndoManager.cxx.
References getThis(), and m_bDisposed.
void chart::impl::UndoManager_Impl::disposing | ( | ) |
is called when the owner of the UndoManager is being disposed
Definition at line 110 of file UndoManager.cxx.
References framework::UndoManagerHelper::disposing(), m_aUndoHelper, m_bDisposed, and m_rMutex.
|
overridevirtual |
Implements framework::IUndoManagerImplementation.
Definition at line 100 of file UndoManager.cxx.
References m_aUndoManager.
osl::Mutex & chart::impl::UndoManager_Impl::getMutex | ( | ) |
Definition at line 95 of file UndoManager.cxx.
References m_rMutex.
|
inline |
Definition at line 74 of file UndoManager.cxx.
References m_rParent.
|
overridevirtual |
Implements framework::IUndoManagerImplementation.
Definition at line 105 of file UndoManager.cxx.
References m_rAntiImpl.
Referenced by checkDisposed_lck().
|
inline |
Definition at line 75 of file UndoManager.cxx.
References m_aUndoHelper.
|
private |
Definition at line 92 of file UndoManager.cxx.
Referenced by disposing(), and getUndoHelper().
|
private |
Definition at line 91 of file UndoManager.cxx.
Referenced by getImplUndoManager(), and UndoManager_Impl().
|
private |
Definition at line 89 of file UndoManager.cxx.
Referenced by checkDisposed_lck(), and disposing().
|
private |
Definition at line 86 of file UndoManager.cxx.
Referenced by getThis().
|
private |
Definition at line 88 of file UndoManager.cxx.
Referenced by disposing(), and getMutex().
|
private |
Definition at line 87 of file UndoManager.cxx.
Referenced by getParent().