STOFFPropertyHandlerDecoder Class Reference

Public Member Functions

 STOFFPropertyHandlerDecoder (STOFFPropertyHandler *hdl=nullptr)
 constructor given a STOFFPropertyHandler More...
 
bool readData (librevenge::RVNGBinaryData const &encoded)
 tries to read the data More...
 

Protected Member Functions

bool readInsertElement (librevenge::RVNGInputStream &input)
 reads an simple element More...
 
bool readInsertElementWithList (librevenge::RVNGInputStream &input)
 reads an element with a property list More...
 
bool readCharacters (librevenge::RVNGInputStream &input)
 reads a set of characters More...
 
bool readPropertyListVector (librevenge::RVNGInputStream &input, librevenge::RVNGPropertyListVector &vect)
 low level: reads a property vector: number of properties list followed by list of properties list More...
 
bool readPropertyList (librevenge::RVNGInputStream &input, librevenge::RVNGPropertyList &lists)
 low level: reads a property list: number of properties followed by list of properties More...
 
bool readProperty (librevenge::RVNGInputStream &input, librevenge::RVNGPropertyList &list)
 low level: reads a property and its value, adds it to list More...
 
bool readString (librevenge::RVNGInputStream &input, librevenge::RVNGString &s)
 low level: reads a string : size and string More...
 

Static Protected Member Functions

static bool readLong (librevenge::RVNGInputStream &input, long &val)
 low level: reads an long value More...
 

Protected Attributes

STOFFPropertyHandlerm_handler
 the streamfile More...
 

Private Member Functions

 STOFFPropertyHandlerDecoder (STOFFPropertyHandlerDecoder const &orig)
 
STOFFPropertyHandlerDecoderoperator= (STOFFPropertyHandlerDecoder const &)
 

Constructor & Destructor Documentation

◆ STOFFPropertyHandlerDecoder() [1/2]

STOFFPropertyHandlerDecoder::STOFFPropertyHandlerDecoder ( STOFFPropertyHandler hdl = nullptr)
inlineexplicit

constructor given a STOFFPropertyHandler

◆ STOFFPropertyHandlerDecoder() [2/2]

STOFFPropertyHandlerDecoder::STOFFPropertyHandlerDecoder ( STOFFPropertyHandlerDecoder const &  orig)
private

Member Function Documentation

◆ operator=()

STOFFPropertyHandlerDecoder& STOFFPropertyHandlerDecoder::operator= ( STOFFPropertyHandlerDecoder const &  )
private

◆ readCharacters()

bool STOFFPropertyHandlerDecoder::readCharacters ( librevenge::RVNGInputStream &  input)
inlineprotected

reads a set of characters

Referenced by readData().

◆ readData()

bool STOFFPropertyHandlerDecoder::readData ( librevenge::RVNGBinaryData const &  encoded)
inline

tries to read the data

Referenced by STOFFPropertyHandler::checkData(), and STOFFPropertyHandler::readData().

◆ readInsertElement()

bool STOFFPropertyHandlerDecoder::readInsertElement ( librevenge::RVNGInputStream &  input)
inlineprotected

reads an simple element

Referenced by readData().

◆ readInsertElementWithList()

bool STOFFPropertyHandlerDecoder::readInsertElementWithList ( librevenge::RVNGInputStream &  input)
inlineprotected

reads an element with a property list

Referenced by readData().

◆ readLong()

static bool STOFFPropertyHandlerDecoder::readLong ( librevenge::RVNGInputStream &  input,
long &  val 
)
inlinestaticprotected

low level: reads an long value

Referenced by readPropertyList(), readPropertyListVector(), and readString().

◆ readProperty()

bool STOFFPropertyHandlerDecoder::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 STOFFPropertyHandlerDecoder::readPropertyList ( librevenge::RVNGInputStream &  input,
librevenge::RVNGPropertyList &  lists 
)
inlineprotected

low level: reads a property list: number of properties followed by list of properties

Referenced by readInsertElementWithList(), and readPropertyListVector().

◆ readPropertyListVector()

bool STOFFPropertyHandlerDecoder::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 STOFFPropertyHandlerDecoder::readString ( librevenge::RVNGInputStream &  input,
librevenge::RVNGString &  s 
)
inlineprotected

low level: reads a string : size and string

Referenced by readCharacters(), readInsertElement(), readInsertElementWithList(), readProperty(), and readPropertyList().

Member Data Documentation

◆ m_handler

STOFFPropertyHandler* STOFFPropertyHandlerDecoder::m_handler
protected

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

Generated on Wed Mar 15 2023 00:00:00 for libstaroffice by doxygen 1.9.1