Lines Matching refs:m_bUseCommonEncryption

300 , 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()
1425 …ew OInputSeekStream( *this, xInStream, InsertOwnProps( m_aProps, m_bUseCommonEncryption ), m_nStor… in GetStream_Impl()
1578 …new OInputSeekStream( xInStream, InsertOwnProps( aProps, m_bUseCommonEncryption ), m_nStorageType … in CreateReadonlyCopyBasedOnData()
1617 CreateReadonlyCopyBasedOnData( xDataToCopy, m_aProps, m_bUseCommonEncryption, xTargetStream ); in GetCopyOfLastCommit()
1687 CreateReadonlyCopyBasedOnData( xDataToCopy, m_aProps, m_bUseCommonEncryption, xTargetStream ); in GetCopyOfLastCommit()
3194 m_pImpl->m_bUseCommonEncryption = bUseCommonEncryption; in setPropertyValue()
3198 if ( !m_pImpl->m_bUseCommonEncryption ) in setPropertyValue()
3201 m_pImpl->m_bUseCommonEncryption = sal_True; in setPropertyValue()
3205 m_pImpl->m_bUseCommonEncryption = sal_False; in setPropertyValue()
3300 return uno::makeAny( m_pImpl->m_bUseCommonEncryption ); in getPropertyValue()