Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/xstor/
H A Dowriteablestream.cxx402 m_bUseCommonEncryption = true; in IsEncrypted()
455 m_bUseCommonEncryption = false; // very important to set it to false in SetEncrypted()
732 rProp.Value >>= m_bUseCommonEncryption; in InsertStreamDirectly()
751 if ( m_bUseCommonEncryption ) in InsertStreamDirectly()
842 if ( m_bUseCommonEncryption ) in Commit()
896 m_bUseCommonEncryption = true; in Revert()
2817 m_pImpl->m_bUseCommonEncryption = bUseCommonEncryption; in setPropertyValue()
2821 if ( !m_pImpl->m_bUseCommonEncryption ) in setPropertyValue()
2824 m_pImpl->m_bUseCommonEncryption = true; in setPropertyValue()
2828 m_pImpl->m_bUseCommonEncryption = false; in setPropertyValue()
[all …]
H A Dowriteablestream.hxx97 bool m_bUseCommonEncryption; member
152 bool UsesCommonEncryption_Impl() { return m_bUseCommonEncryption; } in UsesCommonEncryption_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/xstor/
H A Dowriteablestream.cxx402 m_bUseCommonEncryption = true; in IsEncrypted()
455 m_bUseCommonEncryption = false; // very important to set it to false in SetEncrypted()
732 rProp.Value >>= m_bUseCommonEncryption; in InsertStreamDirectly()
751 if ( m_bUseCommonEncryption ) in InsertStreamDirectly()
842 if ( m_bUseCommonEncryption ) in Commit()
896 m_bUseCommonEncryption = true; in Revert()
2825 m_pImpl->m_bUseCommonEncryption = bUseCommonEncryption; in setPropertyValue()
2829 if ( !m_pImpl->m_bUseCommonEncryption ) in setPropertyValue()
2832 m_pImpl->m_bUseCommonEncryption = true; in setPropertyValue()
2836 m_pImpl->m_bUseCommonEncryption = false; in setPropertyValue()
[all …]
H A Dowriteablestream.hxx98 bool m_bUseCommonEncryption; member
153 bool UsesCommonEncryption_Impl() { return m_bUseCommonEncryption; } in UsesCommonEncryption_Impl()