60 void addTo(librevenge::RVNGPropertyList &propList)
const;
STOFFFont()
constructor
Definition: STOFFFont.hxx:47
bool m_hyphen
hyphen
Definition: STOFFFont.hxx:88
friend std::ostream & operator<<(std::ostream &o, STOFFFont const &font)
operator<<
Definition: STOFFFont.cxx:47
bool m_tab
tab
Definition: STOFFFont.hxx:94
int cmp(STOFFFont const &font) const
a comparison function
Definition: STOFFFont.cxx:58
STOFFColor m_shadowColor
the shadow color
Definition: STOFFFont.hxx:86
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFFont.cxx:81
bool m_softHyphen
soft hyphen
Definition: STOFFFont.hxx:90
bool m_lineBreak
line break
Definition: STOFFFont.hxx:96
bool operator==(STOFFFont const &font) const
operator==
Definition: STOFFFont.hxx:69
the class to store a color
Definition: libstaroffice_internal.hxx:189
Class to store font.
Definition: STOFFFont.hxx:43
bool operator<(STOFFFont const &font) const
operator<
Definition: STOFFFont.hxx:79
bool m_hardBlank
hard blank
Definition: STOFFFont.hxx:92
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFFont.hxx:84
static void checkForDefault(librevenge::RVNGPropertyList &propList)
check if the font name defined.
Definition: STOFFFont.cxx:106
~STOFFFont()
destructor
Definition: STOFFFont.cxx:43
bool operator!=(STOFFFont const &font) const
operator!=
Definition: STOFFFont.hxx:74