LibreOffice Module oox (master) 1
Public Member Functions | Private Attributes | List of all members
oox::ole::AxBinaryPropertyWriter::StringProperty Struct Referencefinal

Complex property for a string value. More...

Inheritance diagram for oox::ole::AxBinaryPropertyWriter::StringProperty:
[legend]
Collaboration diagram for oox::ole::AxBinaryPropertyWriter::StringProperty:
[legend]

Public Member Functions

 StringProperty (OUString &rValue, sal_uInt32 nSize)
 
virtual bool writeProperty (AxAlignedOutputStream &rOutStrm) override
 
- Public Member Functions inherited from oox::ole::AxBinaryPropertyWriter::ComplexProperty
virtual ~ComplexProperty ()
 
virtual bool writeProperty (AxAlignedOutputStream &rOutStrm)=0
 

Private Attributes

OUString & mrValue
 
sal_uInt32 mnSize
 

Detailed Description

Complex property for a string value.

Definition at line 131 of file axbinarywriter.hxx.

Constructor & Destructor Documentation

◆ StringProperty()

oox::ole::AxBinaryPropertyWriter::StringProperty::StringProperty ( OUString &  rValue,
sal_uInt32  nSize 
)
inlineexplicit

Definition at line 137 of file axbinarywriter.hxx.

Member Function Documentation

◆ writeProperty()

bool oox::ole::AxBinaryPropertyWriter::StringProperty::writeProperty ( AxAlignedOutputStream rOutStrm)
overridevirtual

Implements oox::ole::AxBinaryPropertyWriter::ComplexProperty.

Definition at line 104 of file axbinarywriter.cxx.

References mnSize.

Member Data Documentation

◆ mnSize

sal_uInt32 oox::ole::AxBinaryPropertyWriter::StringProperty::mnSize
private

Definition at line 135 of file axbinarywriter.hxx.

◆ mrValue

OUString& oox::ole::AxBinaryPropertyWriter::StringProperty::mrValue
private

Definition at line 134 of file axbinarywriter.hxx.


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