Home
last modified time | relevance | path

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

/trunk/main/package/source/xstor/
H A Dxstorage.cxx73 sal_Bool m_bReadOnlyWrap; member
88 , m_bReadOnlyWrap( bReadOnlyWrap ) in StorInternalData_Impl()
1962 m_pData->m_bReadOnlyWrap, in OStorage()
2022 if ( m_pData->m_bReadOnlyWrap ) in InternalDispose()
2121 OSL_ENSURE( !m_pData->m_bReadOnlyWrap, "The storage can not be modified at all!\n" ); in BroadcastModifiedIfNecessary()
2154 OSL_ENSURE( !m_pData->m_bReadOnlyWrap, "The storage can not be modified at all!\n" ); in BroadcastTransaction()
2192 …OSL_ENSURE( !m_pData->m_bReadOnlyWrap || ( nOpenMode & embed::ElementModes::WRITE ) != embed::Elem… in OpenStreamElement_Impl()
2499 if ( ( nOpenMode & embed::ElementModes::WRITE ) && m_pData->m_bReadOnlyWrap ) in openStreamElement()
2511 if ( m_pData->m_bReadOnlyWrap ) in openStreamElement()
2617 if ( ( nStorageMode & embed::ElementModes::WRITE ) && m_pData->m_bReadOnlyWrap ) in openStorageElement()
[all …]