Searched refs:m_xDocumentStorage (Results 1 – 2 of 2) sorted by relevance
877 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()
202 SharedStorage m_xDocumentStorage; member in dbaccess::ODatabaseModelImpl354 …:com::sun::star::embed::XStorage > getRootStorage() const { return m_xDocumentStorage.getTyped(); } in getRootStorage()
Completed in 23 milliseconds