Home
last modified time | relevance | path

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

/AOO41X/main/package/source/xstor/
H A Dowriteablestream.cxx300 , m_bUseCommonEncryption( !bForceEncrypted && nStorageType == embed::StorageFormats::PACKAGE ) in OWriteStream_Impl()
455 m_bUseCommonEncryption = sal_True; in IsEncrypted()
510 m_bUseCommonEncryption = sal_False; // very important to set it to false in SetEncrypted()
844 aProps[nInd].Value >>= m_bUseCommonEncryption; in InsertStreamDirectly()
863 if ( m_bUseCommonEncryption ) in InsertStreamDirectly()
962 if ( m_bUseCommonEncryption ) in Commit()
1017 m_bUseCommonEncryption = sal_True; in Revert()
1224 OSL_ENSURE( !m_bUseCommonEncryption, "The stream can not be encrypted!" ); in CopyInternallyTo_Impl()
1317 m_bUseCommonEncryption = sal_False; // very important to set it to false in GetStream()
1400 …ew OInputCompStream( *this, xInStream, InsertOwnProps( m_aProps, m_bUseCommonEncryption ), m_nStor… in GetStream_Impl()
[all …]
H A Dowriteablestream.hxx128 sal_Bool m_bUseCommonEncryption; member
187 sal_Bool UsesCommonEncryption_Impl() { return m_bUseCommonEncryption; } in UsesCommonEncryption_Impl()