Searched refs:bReadOnlyWrap (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/package/source/xstor/ |
H A D | xstorage.cxx | 84 …onst SotMutexHolderRef& rMutexRef, sal_Bool bRoot, sal_Int32 nStorageType, sal_Bool bReadOnlyWrap ) in StorInternalData_Impl() 90 , m_bReadOnlyWrap( bReadOnlyWrap ) in StorInternalData_Impl() 1955 OStorage::OStorage( OStorage_Impl* pImpl, sal_Bool bReadOnlyWrap ) in OStorage() argument 1961 …ernalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorageType, bReadOnlyWrap ); in OStorage() 1967 if ( !bReadOnlyWrap ) in OStorage() 2687 …sal_Bool bReadOnlyWrap = ( ( nStorageMode & embed::ElementModes::WRITE ) != embed::ElementModes::W… in openStorageElement() local 2688 OStorage* pResultStorage = new OStorage( pElement->m_pStorage, bReadOnlyWrap ); in openStorageElement() 2691 if ( bReadOnlyWrap ) in openStorageElement()
|
H A D | xstorage.hxx | 334 OStorage( OStorage_Impl* pImpl, sal_Bool bReadOnlyWrap );
|
Completed in 29 milliseconds