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

Complex property for a string value. More...

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

Public Member Functions

 StringProperty (OUString &rValue, sal_uInt32 nSize)
 
virtual bool readProperty (AxAlignedInputStream &rInStrm) override
 
- Public Member Functions inherited from oox::ole::AxBinaryPropertyReader::ComplexProperty
virtual ~ComplexProperty ()
 
virtual bool readProperty (AxAlignedInputStream &rInStrm)=0
 

Private Attributes

OUString & mrValue
 
sal_uInt32 mnSize
 

Detailed Description

Complex property for a string value.

Definition at line 182 of file axbinaryreader.hxx.

Constructor & Destructor Documentation

◆ StringProperty()

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

Definition at line 188 of file axbinaryreader.hxx.

Member Function Documentation

◆ readProperty()

bool oox::ole::AxBinaryPropertyReader::StringProperty::readProperty ( AxAlignedInputStream rInStrm)
overridevirtual

Implements oox::ole::AxBinaryPropertyReader::ComplexProperty.

Definition at line 137 of file axbinaryreader.cxx.

References mnSize.

Member Data Documentation

◆ mnSize

sal_uInt32 oox::ole::AxBinaryPropertyReader::StringProperty::mnSize
private

Definition at line 186 of file axbinaryreader.hxx.

◆ mrValue

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

Definition at line 185 of file axbinaryreader.hxx.


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