34 #ifndef STOFF_CELL_STYLE 35 # define STOFF_CELL_STYLE 51 void addTo(librevenge::RVNGPropertyList &propList)
const;
unsigned m_format
the cell format : 0 by default
Definition: STOFFCellStyle.hxx:67
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFCellStyle.hxx:63
friend std::ostream & operator<<(std::ostream &o, STOFFCellStyle const &cellStyle)
operator<<
Definition: STOFFCellStyle.cxx:44
STOFFVec2i m_numberCellSpanned
the cell spanned : by default (1,1)
Definition: STOFFCellStyle.hxx:65
bool operator!=(STOFFCellStyle const &cellStyle) const
operator!=
Definition: STOFFCellStyle.hxx:58
STOFFCellStyle()
constructor
Definition: STOFFCellStyle.hxx:47
bool operator==(STOFFCellStyle const &cellStyle) const
operator==
Definition: STOFFCellStyle.cxx:54
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFCellStyle.cxx:60
Class to store a cell style.
Definition: STOFFCellStyle.hxx:43