53 void addTo(librevenge::RVNGPropertyList &propList)
const;
STOFFFont()
constructor
Definition: STOFFFont.hxx:47
bool m_hyphen
hyphen
Definition: STOFFFont.hxx:79
friend std::ostream & operator<<(std::ostream &o, STOFFFont const &font)
operator<<
Definition: STOFFFont.cxx:47
int cmp(STOFFFont const &font) const
a comparison function
Definition: STOFFFont.cxx:57
STOFFColor m_shadowColor
the shadow color
Definition: STOFFFont.hxx:77
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFFont.cxx:76
bool m_softHyphen
soft hyphen
Definition: STOFFFont.hxx:81
bool m_lineBreak
line break
Definition: STOFFFont.hxx:83
bool operator==(STOFFFont const &font) const
operator==
Definition: STOFFFont.hxx:60
the class to store a color
Definition: libstaroffice_internal.hxx:179
Class to store font.
Definition: STOFFFont.hxx:43
bool operator<(STOFFFont const &font) const
operator<
Definition: STOFFFont.hxx:70
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFFont.hxx:75
~STOFFFont()
destructor
Definition: STOFFFont.cxx:43
bool operator!=(STOFFFont const &font) const
operator!=
Definition: STOFFFont.hxx:65