58 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:77
bool m_hyphen
hyphen
Definition: STOFFFont.hxx:86
friend std::ostream & operator<<(std::ostream &o, STOFFFont const &font)
operator<<
Definition: STOFFFont.cxx:47
STOFFColor m_shadowColor
the shadow color
Definition: STOFFFont.hxx:84
bool operator==(STOFFFont const &font) const
operator==
Definition: STOFFFont.hxx:67
bool m_softHyphen
soft hyphen
Definition: STOFFFont.hxx:88
bool m_lineBreak
line break
Definition: STOFFFont.hxx:90
bool operator!=(STOFFFont const &font) const
operator!=
Definition: STOFFFont.hxx:72
the class to store a color
Definition: libstaroffice_internal.hxx:189
Class to store font.
Definition: STOFFFont.hxx:43
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFFont.hxx:82
static void checkForDefault(librevenge::RVNGPropertyList &propList)
check if the font name defined.
Definition: STOFFFont.cxx:101
~STOFFFont()
destructor
Definition: STOFFFont.cxx:43