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