34#ifndef STOFF_GRAPHIC_STYLE
35# define STOFF_GRAPHIC_STYLE
50 void addTo(librevenge::RVNGPropertyList &propList)
const;
Class to store a graphic style.
Definition STOFFGraphicStyle.hxx:45
bool m_protections[3]
the protection: move, size, printable
Definition STOFFGraphicStyle.hxx:70
bool operator!=(STOFFGraphicStyle const &graphicStyle) const
operator!=
Definition STOFFGraphicStyle.hxx:61
bool m_hasBackground
true if background attribute is set
Definition STOFFGraphicStyle.hxx:68
static void checkForDefault(librevenge::RVNGPropertyList &propList)
check if the line style is set and the fill style is set.
Definition STOFFGraphicStyle.cxx:93
STOFFGraphicStyle()
constructor
Definition STOFFGraphicStyle.cxx:47
librevenge::RVNGPropertyList m_propertyList
the property list
Definition STOFFGraphicStyle.hxx:66
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition STOFFGraphicStyle.cxx:65
bool operator==(STOFFGraphicStyle const &graphicStyle) const
operator==
Definition STOFFGraphicStyle.cxx:60
friend std::ostream & operator<<(std::ostream &o, STOFFGraphicStyle const &graphicStyle)
operator<<
Definition STOFFGraphicStyle.cxx:54
static void checkForPadding(librevenge::RVNGPropertyList &propList)
check if the padding margins are set, if not set them to 0
Definition STOFFGraphicStyle.cxx:80