STOFFCellStyle Class Reference

Class to store a cell style. More...

#include <STOFFCellStyle.hxx>

List of all members.

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<<

Detailed Description

Class to store a cell style.


Constructor & Destructor Documentation

constructor


Member Function Documentation

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!=().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
STOFFCellStyle const &  cellStyle 
) [friend]

operator<<


Member Data Documentation


The documentation for this class was generated from the following files: