Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx158 class SfxModelListener_Impl : public ::cppu::WeakImplHelper1< ::com::sun::star::util::XCloseListene… class
162 SfxModelListener_Impl( SfxObjectShell* pDoc ) : mpDoc(pDoc) {}; in SfxModelListener_Impl() function in SfxModelListener_Impl
170 void SAL_CALL SfxModelListener_Impl::queryClosing( const com::sun::star::lang::EventObject& , sal_B… in queryClosing()
175 void SAL_CALL SfxModelListener_Impl::notifyClosing( const com::sun::star::lang::EventObject& ) thro… in notifyClosing()
181 void SAL_CALL SfxModelListener_Impl::disposing( const com::sun::star::lang::EventObject& _rEvent ) … in disposing()
913 pImp->pBaseModel->addCloseListener( new SfxModelListener_Impl(this) ); in SetBaseModel()

Completed in 16 milliseconds