Class to store a cell style. More...
#include <STOFFCellStyle.hxx>
Public Member Functions | |
STOFFCellStyle () | |
constructor More... | |
void | addTo (librevenge::RVNGPropertyList &propList) const |
add to the propList More... | |
bool | operator== (STOFFCellStyle const &cellStyle) const |
operator== More... | |
bool | operator!= (STOFFCellStyle const &cellStyle) const |
operator!= More... | |
Public Attributes | |
librevenge::RVNGPropertyList | m_propertyList |
the property list More... | |
STOFFVec2i | m_numberCellSpanned |
the cell spanned : by default (1,1) More... | |
unsigned | m_format |
the cell format : 0 by default More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, STOFFCellStyle const &cellStyle) |
operator<< More... | |
Class to store a cell style.
|
inline |
constructor
void STOFFCellStyle::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add to the propList
Referenced by STOFFCell::addTo().
|
inline |
operator!=
bool STOFFCellStyle::operator== | ( | STOFFCellStyle const & | cellStyle | ) | const |
operator==
Referenced by operator!=().
|
friend |
operator<<
unsigned STOFFCellStyle::m_format |
the cell format : 0 by default
Referenced by StarCellAttribute::StarCAttributeUInt::addTo(), operator<<(), and operator==().
STOFFVec2i STOFFCellStyle::m_numberCellSpanned |
the cell spanned : by default (1,1)
Referenced by addTo(), StarCellAttribute::StarCAttributeMerge::addTo(), operator<<(), operator==(), and StarTableInternal::TableBox::send().
librevenge::RVNGPropertyList STOFFCellStyle::m_propertyList |
the property list
Referenced by addTo(), StarCellAttribute::StarCAttributeBool::addTo(), StarCellAttribute::StarCAttributeInt::addTo(), StarCellAttribute::StarCAttributeUInt::addTo(), StarFrameAttribute::StarFAttributeBorder::addTo(), StarCellAttribute::StarCAttributeMargins::addTo(), StarFrameAttribute::StarFAttributeBrush::addTo(), StarCellAttribute::StarCAttributeProtection::addTo(), StarFrameAttribute::StarFAttributeShadow::addTo(), operator<<(), operator==(), StarTableInternal::Table::send(), and StarTableInternal::TableBox::updatePosition().