|  | 
| uint8_t | libstoff::readU8 (librevenge::RVNGInputStream *input) | 
|  | 
| librevenge::RVNGString | libstoff::getString (std::vector< uint32_t > const &unicode) | 
|  | transform a unicode string in a RNVGString 
 | 
|  | 
| void | libstoff::appendUnicode (uint32_t val, librevenge::RVNGString &buffer) | 
|  | adds an unicode character to a string 
 | 
|  | 
| std::string | libstoff::numberingTypeToString (NumberingType type) | 
|  | 
| std::string | libstoff::numberingValueToString (NumberingType type, int value) | 
|  | 
| std::ostream & | operator<< (std::ostream &o, STOFFColor const &c) | 
|  | 
| std::ostream & | operator<< (std::ostream &o, STOFFBorderLine const &border) | 
|  | 
| std::ostream & | operator<< (std::ostream &o, STOFFEmbeddedObject const &pict) | 
|  | 
| bool | libstoff::convertToDateTime (uint32_t date, uint32_t time, std::string &dateTime) | 
|  | convert a date/time in a date time format 
 | 
|  | 
| void | libstoff::splitString (librevenge::RVNGString const &string, librevenge::RVNGString const &delim, librevenge::RVNGString &string1, librevenge::RVNGString &string2) | 
|  | split a string in two. If the delimiter is not present, string1=string 
 | 
|  | 
| librevenge::RVNGString | libstoff::simplifyString (librevenge::RVNGString const &s) | 
|  | returns a simplify version of a string. 
 | 
|  | 
| std::string | libstoff::getCellName (STOFFVec2i const &cellPos, STOFFVec2b const &relative=STOFFVec2b(true, true)) | 
|  | returns the cell name corresponding to a cell's position 
 | 
|  | 
| STOFFVec2f | libstoff::rotatePointAroundCenter (STOFFVec2f const &point, STOFFVec2f const ¢er, float angle) | 
|  | rotate a point around center, angle is given in degree 
 | 
|  | 
| STOFFBox2f | libstoff::rotateBoxFromCenter (STOFFBox2f const &box, float angle) | 
|  | rotate a bdox and returns the final bdbox, angle is given in degree 
 | 
|  | 
| float | libstoff::getScaleFactor (librevenge::RVNGUnit orig, librevenge::RVNGUnit dest) | 
|  | factor to convert from one unit to other 
 | 
|  |