Home
last modified time | relevance | path

Searched refs:SfxModelGuard (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx680 SfxModelGuard aGuard( *this ); in getLibraryContainer()
699 SfxModelGuard aGuard( *this ); in createLibrary()
716 SfxModelGuard aGuard( *this ); in addModule()
733 SfxModelGuard aGuard( *this ); in addDialog()
750 SfxModelGuard aGuard( *this ); in getParent()
761 SfxModelGuard aGuard( *this, SfxModelGuard::E_INITIALIZING ); in setParent()
771 SfxModelGuard aGuard( *this, SfxModelGuard::E_INITIALIZING ); in dispose()
836 SfxModelGuard aGuard( *this, SfxModelGuard::E_INITIALIZING ); in addEventListener()
847 SfxModelGuard aGuard( *this, SfxModelGuard::E_INITIALIZING ); in removeEventListener()
857 SfxModelGuard aGuard( *this, SfxModelGuard::E_INITIALIZING ); in getDocumentInfo()
[all …]
H A Ddocundomanager.cxx156 SfxModelGuard aGuard( rAntiImpl ); in invalidateXDo_nolck()
227 SfxModelGuard m_guard;
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx1606 class SFX2_DLLPUBLIC SfxModelGuard class
1617 SfxModelGuard( SfxBaseModel& i_rModel, const AllowedModelState i_eState = E_FULLY_ALIVE ) in SfxModelGuard() function in SfxModelGuard
1622 SfxModelGuard( SfxModelSubComponent& i_rSubComponent ) in SfxModelGuard() function in SfxModelGuard
1627 ~SfxModelGuard() in ~SfxModelGuard()