|
bool | readInsertElement (librevenge::RVNGInputStream &input) |
| reads an simple element
|
|
bool | readInsertElementWithList (librevenge::RVNGInputStream &input) |
| reads an element with a property list
|
|
bool | readCharacters (librevenge::RVNGInputStream &input) |
| reads a set of characters
|
|
bool | readPropertyListVector (librevenge::RVNGInputStream &input, librevenge::RVNGPropertyListVector &vect) |
| low level: reads a property vector: number of properties list followed by list of properties list
|
|
bool | readPropertyList (librevenge::RVNGInputStream &input, librevenge::RVNGPropertyList &lists) |
| low level: reads a property list: number of properties followed by list of properties
|
|
bool | readProperty (librevenge::RVNGInputStream &input, librevenge::RVNGPropertyList &list) |
| low level: reads a property and its value, adds it to list
|
|
bool | readString (librevenge::RVNGInputStream &input, librevenge::RVNGString &s) |
| low level: reads a string : size and string
|
|
|
static bool | readLong (librevenge::RVNGInputStream &input, long &val) |
| low level: reads an long value
|
|
◆ MWAWPropertyHandlerDecoder() [1/2]
◆ MWAWPropertyHandlerDecoder() [2/2]
◆ operator=()
◆ readCharacters()
bool MWAWPropertyHandlerDecoder::readCharacters |
( |
librevenge::RVNGInputStream & |
input | ) |
|
|
inlineprotected |
reads a set of characters
Referenced by readData().
◆ readData()
bool MWAWPropertyHandlerDecoder::readData |
( |
librevenge::RVNGBinaryData const & |
encoded | ) |
|
|
inline |
◆ readInsertElement()
bool MWAWPropertyHandlerDecoder::readInsertElement |
( |
librevenge::RVNGInputStream & |
input | ) |
|
|
inlineprotected |
◆ readInsertElementWithList()
bool MWAWPropertyHandlerDecoder::readInsertElementWithList |
( |
librevenge::RVNGInputStream & |
input | ) |
|
|
inlineprotected |
reads an element with a property list
Referenced by readData().
◆ readLong()
static bool MWAWPropertyHandlerDecoder::readLong |
( |
librevenge::RVNGInputStream & |
input, |
|
|
long & |
val |
|
) |
| |
|
inlinestaticprotected |
◆ readProperty()
bool MWAWPropertyHandlerDecoder::readProperty |
( |
librevenge::RVNGInputStream & |
input, |
|
|
librevenge::RVNGPropertyList & |
list |
|
) |
| |
|
inlineprotected |
low level: reads a property and its value, adds it to list
Referenced by readPropertyList().
◆ readPropertyList()
bool MWAWPropertyHandlerDecoder::readPropertyList |
( |
librevenge::RVNGInputStream & |
input, |
|
|
librevenge::RVNGPropertyList & |
lists |
|
) |
| |
|
inlineprotected |
◆ readPropertyListVector()
bool MWAWPropertyHandlerDecoder::readPropertyListVector |
( |
librevenge::RVNGInputStream & |
input, |
|
|
librevenge::RVNGPropertyListVector & |
vect |
|
) |
| |
|
inlineprotected |
low level: reads a property vector: number of properties list followed by list of properties list
Referenced by readPropertyList().
◆ readString()
bool MWAWPropertyHandlerDecoder::readString |
( |
librevenge::RVNGInputStream & |
input, |
|
|
librevenge::RVNGString & |
s |
|
) |
| |
|
inlineprotected |
◆ m_handler
The documentation for this class was generated from the following file: