Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx877 if ( !m_xDocumentStorage.is() ) in getOrCreateRootStorage()
921 return m_xDocumentStorage.getTyped(); in getOrCreateRootStorage()
1318 …lcl_modifyListening( *this, m_xDocumentStorage.getTyped(), m_pStorageModifyListener, m_aMutexFacad… in impl_switchToStorage_throw()
1321 m_xDocumentStorage.reset( _rxNewRootStorage, SharedStorage::TakeOwnership ); in impl_switchToStorage_throw()
1324 …lcl_modifyListening( *this, m_xDocumentStorage.getTyped(), m_pStorageModifyListener, m_aMutexFacad… in impl_switchToStorage_throw()
1327 lcl_rebaseScriptStorage_throw( m_xBasicLibraries, m_xDocumentStorage.getTyped() ); in impl_switchToStorage_throw()
1328 lcl_rebaseScriptStorage_throw( m_xDialogLibraries, m_xDocumentStorage.getTyped() ); in impl_switchToStorage_throw()
1330 m_bReadOnly = !tools::stor::storageIsWritable_nothrow( m_xDocumentStorage.getTyped() ); in impl_switchToStorage_throw()
1333 return m_xDocumentStorage.getTyped(); in impl_switchToStorage_throw()
H A DModelImpl.hxx202 SharedStorage m_xDocumentStorage; member in dbaccess::ODatabaseModelImpl
354 …:com::sun::star::embed::XStorage > getRootStorage() const { return m_xDocumentStorage.getTyped(); } in getRootStorage()

Completed in 26 milliseconds