53 void addTo(librevenge::RVNGPropertyList &propList)
const;
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFFont.cxx:76
STOFFFont()
constructor
Definition: STOFFFont.hxx:47
int cmp(STOFFFont const &font) const
a comparison function
Definition: STOFFFont.cxx:57
bool operator<(STOFFFont const &font) const
operator<
Definition: STOFFFont.hxx:72
bool m_hyphen
hyphen
Definition: STOFFFont.hxx:81
friend std::ostream & operator<<(std::ostream &o, STOFFFont const &font)
operator<<
Definition: STOFFFont.cxx:47
STOFFColor m_shadowColor
the shadow color
Definition: STOFFFont.hxx:79
bool operator==(STOFFFont const &font) const
operator==
Definition: STOFFFont.hxx:62
bool m_softHyphen
soft hyphen
Definition: STOFFFont.hxx:83
bool m_lineBreak
line break
Definition: STOFFFont.hxx:85
bool operator!=(STOFFFont const &font) const
operator!=
Definition: STOFFFont.hxx:67
the class to store a color
Definition: libstaroffice_internal.hxx:193
Class to store font.
Definition: STOFFFont.hxx:43
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFFont.hxx:77
static void checkForDefault(librevenge::RVNGPropertyList &propList)
check if the font name defined.
Definition: STOFFFont.cxx:101
~STOFFFont()
destructor
Definition: STOFFFont.cxx:43