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