Home
last modified time | relevance | path

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

/trunk/main/sfx2/inc/sfx2/
H A Ddocstoragemodifylistener.hxx62 class SFX2_DLLPUBLIC DocumentStorageModifyListener : public DocumentStorageModifyListener_Base class
68 DocumentStorageModifyListener( IModifiableDocument& _rDocument, ::vos::IMutex& _rMutex );
79 virtual ~DocumentStorageModifyListener();
82DocumentStorageModifyListener(); // never imple…
83DocumentStorageModifyListener( const DocumentStorageModifyListener& ); // never imple…
84DocumentStorageModifyListener& operator=( const DocumentStorageModifyListener& ); // never imple…
/trunk/main/sfx2/source/doc/
H A Ddocstoragemodifylistener.cxx55DocumentStorageModifyListener::DocumentStorageModifyListener( IModifiableDocument& _rDocument, ::v… in DocumentStorageModifyListener() function in sfx2::DocumentStorageModifyListener
62 DocumentStorageModifyListener::~DocumentStorageModifyListener() in ~DocumentStorageModifyListener()
67 void DocumentStorageModifyListener::dispose() in dispose()
74 …void SAL_CALL DocumentStorageModifyListener::modified( const EventObject& /*aEvent*/ ) throw (Runt… in modified()
83 …void SAL_CALL DocumentStorageModifyListener::disposing( const EventObject& /*Source*/ ) throw (Run… in disposing()
H A Dsfxbasemodel.cxx230 ::rtl::Reference< ::sfx2::DocumentStorageModifyListener > m_pStorageModifyListen;
3245 …m_pData->m_pStorageModifyListen = new ::sfx2::DocumentStorageModifyListener( *m_pData, Application… in ListenForStorage_Impl()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx1273 … Reference< XStorage >& _rxStorage, ::rtl::Reference< ::sfx2::DocumentStorageModifyListener >& _in… in lcl_modifyListening()
1292 _inout_rListener = new ::sfx2::DocumentStorageModifyListener( _rDocument, _rMutex ); in lcl_modifyListening()
H A DModelImpl.hxx203 …::rtl::Reference< ::sfx2::DocumentStorageModifyListener > m_pStorageModifyListen…

Completed in 36 milliseconds