|
uint8_t | libmwaw::readU8 (librevenge::RVNGInputStream *input) |
|
void | libmwaw::appendUnicode (uint32_t val, librevenge::RVNGString &buffer) |
| adds an unicode character to a string
|
|
std::string | libmwaw::numberingTypeToString (NumberingType type) |
|
std::string | libmwaw::numberingValueToString (NumberingType type, int value) |
|
std::string | libmwaw::writingModeToString (WritingMode mode) |
| a function to convert a writing mode in string lt-rb, ...
|
|
std::ostream & | operator<< (std::ostream &o, MWAWColor const &c) |
|
bool | libmwaw::convertDTFormat (std::string const &dtFormat, librevenge::RVNGPropertyListVector &propVect) |
| convert a DTFormat in a propertyList
|
|
std::ostream & | operator<< (std::ostream &o, MWAWBorder::Style const &style) |
|
std::ostream & | operator<< (std::ostream &o, MWAWBorder const &border) |
|
std::ostream & | operator<< (std::ostream &o, MWAWEmbeddedObject const &pict) |
|
MWAWVec2f | libmwaw::rotatePointAroundCenter (MWAWVec2f const &point, MWAWVec2f const ¢er, float angle) |
| rotate a point around center, angle is given in degree
|
|
MWAWBox2f | libmwaw::rotateBoxFromCenter (MWAWBox2f const &box, float angle) |
| rotate a bdox and returns the final bdbox, angle is given in degree
|
|