Lines Matching refs:DocumentStorageAccess

128 DBG_NAME( DocumentStorageAccess )
129 class DocumentStorageAccess : public ::cppu::WeakImplHelper2< XDocumentSubStorageSupplier class
142 DocumentStorageAccess( ODatabaseModelImpl& _rModelImplementation ) in DocumentStorageAccess() function in dbaccess::DocumentStorageAccess
147 DBG_CTOR( DocumentStorageAccess, NULL ); in DocumentStorageAccess()
151 ~DocumentStorageAccess() in ~DocumentStorageAccess()
153 DBG_DTOR( DocumentStorageAccess, NULL ); in ~DocumentStorageAccess()
200 void DocumentStorageAccess::dispose() in dispose()
227 Reference< XStorage > DocumentStorageAccess::impl_openSubStorage_nothrow( const ::rtl::OUString& _r… in impl_openSubStorage_nothrow()
261 void DocumentStorageAccess::disposeStorages() in disposeStorages()
286 void DocumentStorageAccess::commitStorages() SAL_THROW(( IOException, RuntimeException )) in commitStorages()
306 bool DocumentStorageAccess::commitEmbeddedStorage( bool _bPreventRootCommits ) in commitEmbeddedStorage()
331 Reference< XStorage > SAL_CALL DocumentStorageAccess::getDocumentSubStorage( const ::rtl::OUString&… in getDocumentSubStorage()
345 Sequence< ::rtl::OUString > SAL_CALL DocumentStorageAccess::getDocumentSubStoragesNames( ) throw (… in getDocumentSubStoragesNames()
366 void SAL_CALL DocumentStorageAccess::preCommit( const css::lang::EventObject& /*aEvent*/ ) throw (E… in preCommit()
372 void SAL_CALL DocumentStorageAccess::commited( const css::lang::EventObject& aEvent ) throw (Runtim… in commited()
396 void SAL_CALL DocumentStorageAccess::preRevert( const css::lang::EventObject& /*aEvent*/ ) throw (E… in preRevert()
402 void SAL_CALL DocumentStorageAccess::reverted( const css::lang::EventObject& /*aEvent*/ ) throw (Ru… in reverted()
408 void SAL_CALL DocumentStorageAccess::disposing( const css::lang::EventObject& Source ) throw ( Runt… in disposing()
924 DocumentStorageAccess* ODatabaseModelImpl::getDocumentStorageAccess() in getDocumentStorageAccess()
928 m_pStorageAccess = new DocumentStorageAccess( *this ); in getDocumentStorageAccess()