libstaroffice_internal.cxx File Reference
#include <cmath>
#include <cstdarg>
#include <cstdio>
#include <iomanip>
#include <string>
#include <sstream>
#include <time.h>
#include <ctype.h>
#include <locale.h>
#include <librevenge-stream/librevenge-stream.h>
#include "libstaroffice_internal.hxx"

Namespaces

namespace  libstoff
 namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usage

Functions

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 &center, 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

Function Documentation

◆ operator<<() [1/3]

std::ostream & operator<< ( std::ostream & o,
STOFFBorderLine const & border )

◆ operator<<() [2/3]

std::ostream & operator<< ( std::ostream & o,
STOFFColor const & c )

◆ operator<<() [3/3]

std::ostream & operator<< ( std::ostream & o,
STOFFEmbeddedObject const & pict )

Generated on Mon Jan 20 2025 00:00:00 for libstaroffice by doxygen 1.14.0