Searched refs:m_bUseCommonEncryption (Results 1 – 2 of 2) sorted by relevance
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()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()[all …]
128 sal_Bool m_bUseCommonEncryption; member187 sal_Bool UsesCommonEncryption_Impl() { return m_bUseCommonEncryption; } in UsesCommonEncryption_Impl()
Completed in 22 milliseconds