Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx357 class SfxOwnFramesLocker class
363 SfxOwnFramesLocker( SfxObjectShell* ObjechShell );
364 ~SfxOwnFramesLocker();
368 SfxOwnFramesLocker::SfxOwnFramesLocker( SfxObjectShell* pObjectShell ) in SfxOwnFramesLocker() function in SfxOwnFramesLocker
411 SfxOwnFramesLocker::~SfxOwnFramesLocker() in ~SfxOwnFramesLocker()
416 Window* SfxOwnFramesLocker::GetVCLWindow( const uno::Reference< frame::XFrame >& xFrame ) in GetVCLWindow()
430 void SfxOwnFramesLocker::UnlockFrames() in UnlockFrames()
461 SfxOwnFramesLocker* m_pFramesLock;
494 m_pFramesLock = new SfxOwnFramesLocker(m_pData->m_pObjectShell); in SfxSaveGuard()
499 SfxOwnFramesLocker* pFramesLock = m_pFramesLock; in ~SfxSaveGuard()