LibreOffice Module writerfilter (master) 1
|
#include <WriteProtection.hxx>
Public Member Functions | |
WriteProtection () | |
virtual | ~WriteProtection () override |
css::uno::Sequence< css::beans::PropertyValue > | toSequence () const |
bool | getRecommended () const |
![]() | |
LoggedProperties (const std::string &sPrefix) | |
virtual | ~LoggedProperties () override |
void | attribute (Id name, Value &val) override |
Receives an attribute. More... | |
void | sprm (Sprm &sprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id name, Value &val)=0 |
Receives an attribute. More... | |
virtual void | sprm (Sprm &sprm)=0 |
Receives a SPRM. More... | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Member Functions | |
virtual void | lcl_attribute (Id Name, Value &val) override |
virtual void | lcl_sprm (Sprm &sprm) override |
Private Attributes | |
sal_Int32 | m_nCryptProviderType |
Provider type. More... | |
OUString | m_sCryptAlgorithmClass |
OUString | m_sCryptAlgorithmType |
sal_Int32 | m_CryptSpinCount |
OUString | m_sAlgorithmName |
OUString | m_sHash |
OUString | m_sSalt |
bool | m_bRecommended |
Additional Inherited Members | |
virtual void | lcl_attribute (Id name, Value &val)=0 |
virtual void | lcl_sprm (Sprm &sprm)=0 |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 27 of file WriteProtection.hxx.
writerfilter::dmapper::WriteProtection::WriteProtection | ( | ) |
Definition at line 30 of file WriteProtection.cxx.
|
overridevirtual |
Definition at line 38 of file WriteProtection.cxx.
|
inline |
Definition at line 54 of file WriteProtection.hxx.
References m_bRecommended.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 40 of file WriteProtection.cxx.
References writerfilter::TagLogger::element(), writerfilter::TagLogger::getInstance(), writerfilter::Value::getInt(), writerfilter::Value::getString(), m_bRecommended, m_CryptSpinCount, m_nCryptProviderType, m_sAlgorithmName, m_sCryptAlgorithmClass, m_sCryptAlgorithmType, m_sHash, and m_sSalt.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 121 of file WriteProtection.cxx.
uno::Sequence< beans::PropertyValue > writerfilter::dmapper::WriteProtection::toSequence | ( | ) | const |
Definition at line 123 of file WriteProtection.cxx.
References m_CryptSpinCount, m_sAlgorithmName, m_sCryptAlgorithmClass, m_sCryptAlgorithmType, m_sHash, m_sSalt, and comphelper::makePropertyValue().
|
private |
Definition at line 43 of file WriteProtection.hxx.
Referenced by getRecommended(), and lcl_attribute().
|
private |
Definition at line 39 of file WriteProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Provider type.
Possible values: "rsaAES" - NS_ooxml::LN_Value_doc_ST_CryptProv_rsaAES "rsaFull" - NS_ooxml::LN_Value_doc_ST_CryptProv_rsaFull
Definition at line 36 of file WriteProtection.hxx.
Referenced by lcl_attribute().
|
private |
Definition at line 40 of file WriteProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Definition at line 37 of file WriteProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Definition at line 38 of file WriteProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Definition at line 41 of file WriteProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Definition at line 42 of file WriteProtection.hxx.
Referenced by lcl_attribute(), and toSequence().