|
uint8_t | libstoff::readU8 (librevenge::RVNGInputStream *input) |
|
librevenge::RVNGString | libstoff::getString (std::vector< uint32_t > const &unicode) |
| transform a unicode string in a RNVGString More...
|
|
void | libstoff::appendUnicode (uint32_t val, librevenge::RVNGString &buffer) |
| adds an unicode character to a string More...
|
|
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 More...
|
|
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 More...
|
|
librevenge::RVNGString | libstoff::simplifyString (librevenge::RVNGString const &s) |
| returns a simplify version of a string. More...
|
|
std::string | libstoff::getCellName (STOFFVec2i const &cellPos, STOFFVec2b const &relative=STOFFVec2b(true, true)) |
| returns the cell name corresponding to a cell's position More...
|
|
STOFFVec2f | libstoff::rotatePointAroundCenter (STOFFVec2f const &point, STOFFVec2f const ¢er, float angle) |
| rotate a point around center, angle is given in degree More...
|
|
STOFFBox2f | libstoff::rotateBoxFromCenter (STOFFBox2f const &box, float angle) |
| rotate a bdox and returns the final bdbox, angle is given in degree More...
|
|
float | libstoff::getScaleFactor (librevenge::RVNGUnit orig, librevenge::RVNGUnit dest) |
| factor to convert from one unit to other More...
|
|