STOFFCellStyle Class Reference

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

Detailed Description

Class to store a cell style.

Constructor & Destructor Documentation

◆ STOFFCellStyle()

STOFFCellStyle::STOFFCellStyle ( )
inline

constructor

Member Function Documentation

◆ addTo()

void STOFFCellStyle::addTo ( librevenge::RVNGPropertyList &  propList) const

add to the propList

Referenced by STOFFCell::addTo().

◆ operator!=()

bool STOFFCellStyle::operator!= ( STOFFCellStyle const &  cellStyle) const
inline

operator!=

◆ operator==()

bool STOFFCellStyle::operator== ( STOFFCellStyle const &  cellStyle) const

operator==

Referenced by operator!=().

Friends And Related Function Documentation

◆ operator<<

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

operator<<

Member Data Documentation

◆ m_format

unsigned STOFFCellStyle::m_format

the cell format : 0 by default

Referenced by StarCellAttribute::StarCAttributeUInt::addTo(), operator<<(), and operator==().

◆ m_numberCellSpanned

STOFFVec2i STOFFCellStyle::m_numberCellSpanned

◆ m_propertyList


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

Generated on Mon Jan 20 2020 23:02:19 for libstaroffice by doxygen 1.8.16