LibreOffice Module reportdesign (master) 1
|
Public Member Functions | |
OXUndoEnvironmentImpl (OReportModel &_rModel) | |
OXUndoEnvironmentImpl (const OXUndoEnvironmentImpl &)=delete | |
OXUndoEnvironmentImpl & | operator= (const OXUndoEnvironmentImpl &)=delete |
Public Attributes | |
OReportModel & | m_rModel |
PropertySetInfoCache | m_aPropertySetCache |
FormatNormalizer | m_aFormatNormalizer |
ConditionUpdater | m_aConditionUpdater |
::osl::Mutex | m_aMutex |
::std::vector< uno::Reference< container::XChild > > | m_aSections |
Reference< XIntrospection > | m_xIntrospection |
oslInterlockedCount | m_nLocks |
bool | m_bReadOnly |
bool | m_bIsUndo |
Definition at line 88 of file UndoEnv.cxx.
|
explicit |
Definition at line 107 of file UndoEnv.cxx.
References m_bReadOnly, and m_rModel.
|
delete |
|
delete |
ConditionUpdater rptui::OXUndoEnvironmentImpl::m_aConditionUpdater |
Definition at line 94 of file UndoEnv.cxx.
FormatNormalizer rptui::OXUndoEnvironmentImpl::m_aFormatNormalizer |
Definition at line 93 of file UndoEnv.cxx.
::osl::Mutex rptui::OXUndoEnvironmentImpl::m_aMutex |
Definition at line 95 of file UndoEnv.cxx.
PropertySetInfoCache rptui::OXUndoEnvironmentImpl::m_aPropertySetCache |
Definition at line 92 of file UndoEnv.cxx.
::std::vector< uno::Reference< container::XChild> > rptui::OXUndoEnvironmentImpl::m_aSections |
Definition at line 96 of file UndoEnv.cxx.
bool rptui::OXUndoEnvironmentImpl::m_bIsUndo |
Definition at line 100 of file UndoEnv.cxx.
bool rptui::OXUndoEnvironmentImpl::m_bReadOnly |
Definition at line 99 of file UndoEnv.cxx.
oslInterlockedCount rptui::OXUndoEnvironmentImpl::m_nLocks |
Definition at line 98 of file UndoEnv.cxx.
OReportModel& rptui::OXUndoEnvironmentImpl::m_rModel |
Definition at line 91 of file UndoEnv.cxx.
Reference< XIntrospection > rptui::OXUndoEnvironmentImpl::m_xIntrospection |
Definition at line 97 of file UndoEnv.cxx.