LibreOffice Module writerfilter (master) 1
|
Document protection restrictions. More...
#include <DocumentProtection.hxx>
Public Member Functions | |
DocumentProtection () | |
virtual | ~DocumentProtection () override |
css::uno::Sequence< css::beans::PropertyValue > | toSequence () const |
bool | getProtectForm () const |
bool | getRedlineProtection () const |
bool | getReadOnly () const |
bool | getEnforcement () 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 |
bool | enabled () const |
bool | isNone () const |
Private Attributes | |
sal_Int32 | m_nEdit |
Document Editing Restrictions. More... | |
bool | m_bProtectForm |
bool | m_bRedlineProtection |
OUString | m_sRedlineProtectionKey |
bool | m_bReadOnly |
bool | m_bEnforcement |
bool | m_bFormatting |
sal_Int32 | m_nCryptProviderType |
Provider type. More... | |
OUString | m_sCryptAlgorithmClass |
OUString | m_sCryptAlgorithmType |
OUString | m_sCryptAlgorithmSid |
sal_Int32 | m_CryptSpinCount |
OUString | m_sHash |
OUString | m_sSalt |
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 |
Document protection restrictions.
This element specifies the set of document protection restrictions which have been applied to the contents of a WordprocessingML document.These restrictions should be enforced by applications editing this document when the enforcement attribute is turned on, and ignored(but persisted) otherwise.Document protection is a set of restrictions used to prevent unintentional changes to all or part of a WordprocessingML document.
Definition at line 35 of file DocumentProtection.hxx.
writerfilter::dmapper::DocumentProtection::DocumentProtection | ( | ) |
Definition at line 29 of file DocumentProtection.cxx.
References m_bReadOnly.
|
overridevirtual |
Definition at line 46 of file DocumentProtection.cxx.
|
inlineprivate |
Definition at line 72 of file DocumentProtection.hxx.
References isNone().
Referenced by toSequence().
|
inline |
Definition at line 84 of file DocumentProtection.hxx.
References m_bEnforcement.
|
inline |
Definition at line 81 of file DocumentProtection.hxx.
References m_bProtectForm.
|
inline |
Definition at line 83 of file DocumentProtection.hxx.
References m_bReadOnly.
|
inline |
Definition at line 82 of file DocumentProtection.hxx.
References m_bRedlineProtection.
|
inlineprivate |
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 48 of file DocumentProtection.cxx.
References writerfilter::TagLogger::element(), writerfilter::TagLogger::getInstance(), writerfilter::Value::getInt(), writerfilter::Value::getString(), m_bEnforcement, m_bFormatting, m_bProtectForm, m_bReadOnly, m_bRedlineProtection, m_CryptSpinCount, m_nCryptProviderType, m_nEdit, m_sCryptAlgorithmClass, m_sCryptAlgorithmSid, m_sCryptAlgorithmType, m_sHash, m_sRedlineProtectionKey, and m_sSalt.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 115 of file DocumentProtection.cxx.
uno::Sequence< beans::PropertyValue > writerfilter::dmapper::DocumentProtection::toSequence | ( | ) | const |
Definition at line 117 of file DocumentProtection.cxx.
References comphelper::containerToSequence(), writerfilter::TagLogger::element(), enabled(), writerfilter::TagLogger::getInstance(), m_bEnforcement, m_bFormatting, m_CryptSpinCount, m_nCryptProviderType, m_nEdit, m_sCryptAlgorithmClass, m_sCryptAlgorithmSid, m_sCryptAlgorithmType, m_sHash, and m_sSalt.
|
private |
Definition at line 52 of file DocumentProtection.hxx.
Referenced by getEnforcement(), lcl_attribute(), and toSequence().
|
private |
Definition at line 53 of file DocumentProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Definition at line 48 of file DocumentProtection.hxx.
Referenced by getProtectForm(), and lcl_attribute().
|
private |
Definition at line 51 of file DocumentProtection.hxx.
Referenced by getReadOnly(), and lcl_attribute().
|
private |
Definition at line 49 of file DocumentProtection.hxx.
Referenced by getRedlineProtection(), and lcl_attribute().
|
private |
Definition at line 65 of file DocumentProtection.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 61 of file DocumentProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Document Editing Restrictions.
Possible values:
Definition at line 47 of file DocumentProtection.hxx.
Referenced by isNone(), lcl_attribute(), and toSequence().
|
private |
Definition at line 62 of file DocumentProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Definition at line 64 of file DocumentProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Definition at line 63 of file DocumentProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Definition at line 66 of file DocumentProtection.hxx.
Referenced by lcl_attribute(), and toSequence().
|
private |
Definition at line 50 of file DocumentProtection.hxx.
Referenced by lcl_attribute().
|
private |
Definition at line 67 of file DocumentProtection.hxx.
Referenced by lcl_attribute(), and toSequence().