LibreOffice Module oox (master) 1
|
Complex property for a string value. More...
Public Member Functions | |
StringProperty (OUString &rValue, sal_uInt32 nSize) | |
virtual bool | writeProperty (AxAlignedOutputStream &rOutStrm) override |
![]() | |
virtual | ~ComplexProperty () |
virtual bool | writeProperty (AxAlignedOutputStream &rOutStrm)=0 |
Public Attributes | |
OUString & | mrValue |
sal_uInt32 | mnSize |
Complex property for a string value.
Definition at line 129 of file axbinarywriter.hxx.
|
inlineexplicit |
Definition at line 134 of file axbinarywriter.hxx.
|
overridevirtual |
Implements oox::ole::AxBinaryPropertyWriter::ComplexProperty.
Definition at line 104 of file axbinarywriter.cxx.
References mnSize.
sal_uInt32 oox::ole::AxBinaryPropertyWriter::StringProperty::mnSize |
Definition at line 132 of file axbinarywriter.hxx.
OUString& oox::ole::AxBinaryPropertyWriter::StringProperty::mrValue |
Definition at line 131 of file axbinarywriter.hxx.