#include <RVNGProperty.h>
Static Public Member Functions | |
| static RVNGProperty * | newStringProp (const RVNGString &str) |
| static RVNGProperty * | newStringProp (const char *str) |
| static RVNGProperty * | newBinaryDataProp (const RVNGBinaryData &data) |
| static RVNGProperty * | newBinaryDataProp (const unsigned char *buffer, const unsigned long bufferSize) |
| static RVNGProperty * | newIntProp (const int val) |
| static RVNGProperty * | newBoolProp (const bool val) |
| static RVNGProperty * | newDoubleProp (const double val) |
| static RVNGProperty * | newInchProp (const double val) |
| static RVNGProperty * | newPercentProp (const double val) |
| static RVNGProperty * | newPointProp (const double val) |
| static RVNGProperty * | newTwipProp (const double val) |
| RVNGProperty * librevenge::RVNGPropertyFactory::newBinaryDataProp | ( | const RVNGBinaryData & | data | ) | [static] |
Referenced by librevenge::RVNGPropertyList::insert().
| RVNGProperty * librevenge::RVNGPropertyFactory::newBinaryDataProp | ( | const unsigned char * | buffer, |
| const unsigned long | bufferSize | ||
| ) | [static] |
| RVNGProperty * librevenge::RVNGPropertyFactory::newBoolProp | ( | const bool | val | ) | [static] |
Referenced by librevenge::RVNGPropertyList::insert().
| RVNGProperty * librevenge::RVNGPropertyFactory::newDoubleProp | ( | const double | val | ) | [static] |
| RVNGProperty * librevenge::RVNGPropertyFactory::newInchProp | ( | const double | val | ) | [static] |
Referenced by librevenge::RVNGPropertyList::insert().
| RVNGProperty * librevenge::RVNGPropertyFactory::newIntProp | ( | const int | val | ) | [static] |
Referenced by librevenge::RVNGPropertyList::insert().
| RVNGProperty * librevenge::RVNGPropertyFactory::newPercentProp | ( | const double | val | ) | [static] |
Referenced by librevenge::RVNGPropertyList::insert().
| RVNGProperty * librevenge::RVNGPropertyFactory::newPointProp | ( | const double | val | ) | [static] |
Referenced by librevenge::RVNGPropertyList::insert().
| RVNGProperty * librevenge::RVNGPropertyFactory::newStringProp | ( | const RVNGString & | str | ) | [static] |
Referenced by librevenge::RVNGPropertyList::insert().
| RVNGProperty * librevenge::RVNGPropertyFactory::newStringProp | ( | const char * | str | ) | [static] |
| RVNGProperty * librevenge::RVNGPropertyFactory::newTwipProp | ( | const double | val | ) | [static] |
Referenced by librevenge::RVNGPropertyList::insert().