LibreOffice Module writerfilter (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
writerfilter::dmapper::WriteProtection Class Reference

#include <WriteProtection.hxx>

Inheritance diagram for writerfilter::dmapper::WriteProtection:
[legend]
Collaboration diagram for writerfilter::dmapper::WriteProtection:
[legend]

Public Member Functions

 WriteProtection ()
 
virtual ~WriteProtection () override
 
css::uno::Sequence< css::beans::PropertyValue > toSequence () const
 
bool getRecommended () const
 
- Public Member Functions inherited from writerfilter::LoggedProperties
 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...
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (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
 
- Protected Member Functions inherited from writerfilter::Properties
 ~Properties () override
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Definition at line 27 of file WriteProtection.hxx.

Constructor & Destructor Documentation

◆ WriteProtection()

writerfilter::dmapper::WriteProtection::WriteProtection ( )

Definition at line 30 of file WriteProtection.cxx.

◆ ~WriteProtection()

writerfilter::dmapper::WriteProtection::~WriteProtection ( )
overridevirtual

Definition at line 38 of file WriteProtection.cxx.

Member Function Documentation

◆ getRecommended()

bool writerfilter::dmapper::WriteProtection::getRecommended ( ) const
inline

Definition at line 54 of file WriteProtection.hxx.

References m_bRecommended.

◆ lcl_attribute()

void writerfilter::dmapper::WriteProtection::lcl_attribute ( Id  Name,
Value val 
)
overrideprivatevirtual

◆ lcl_sprm()

void writerfilter::dmapper::WriteProtection::lcl_sprm ( Sprm sprm)
overrideprivatevirtual

Implements writerfilter::LoggedProperties.

Definition at line 121 of file WriteProtection.cxx.

◆ toSequence()

uno::Sequence< beans::PropertyValue > writerfilter::dmapper::WriteProtection::toSequence ( ) const

Member Data Documentation

◆ m_bRecommended

bool writerfilter::dmapper::WriteProtection::m_bRecommended
private

Definition at line 43 of file WriteProtection.hxx.

Referenced by getRecommended(), and lcl_attribute().

◆ m_CryptSpinCount

sal_Int32 writerfilter::dmapper::WriteProtection::m_CryptSpinCount
private

Definition at line 39 of file WriteProtection.hxx.

Referenced by lcl_attribute(), and toSequence().

◆ m_nCryptProviderType

sal_Int32 writerfilter::dmapper::WriteProtection::m_nCryptProviderType
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().

◆ m_sAlgorithmName

OUString writerfilter::dmapper::WriteProtection::m_sAlgorithmName
private

Definition at line 40 of file WriteProtection.hxx.

Referenced by lcl_attribute(), and toSequence().

◆ m_sCryptAlgorithmClass

OUString writerfilter::dmapper::WriteProtection::m_sCryptAlgorithmClass
private

Definition at line 37 of file WriteProtection.hxx.

Referenced by lcl_attribute(), and toSequence().

◆ m_sCryptAlgorithmType

OUString writerfilter::dmapper::WriteProtection::m_sCryptAlgorithmType
private

Definition at line 38 of file WriteProtection.hxx.

Referenced by lcl_attribute(), and toSequence().

◆ m_sHash

OUString writerfilter::dmapper::WriteProtection::m_sHash
private

Definition at line 41 of file WriteProtection.hxx.

Referenced by lcl_attribute(), and toSequence().

◆ m_sSalt

OUString writerfilter::dmapper::WriteProtection::m_sSalt
private

Definition at line 42 of file WriteProtection.hxx.

Referenced by lcl_attribute(), and toSequence().


The documentation for this class was generated from the following files: