#include <WPSTable.h>
Public Member Functions | |
WPSColumnFormat (float width=-1) | |
constructor | |
void | addTo (librevenge::RVNGPropertyList &propList) const |
add to the propList | |
int | compare (WPSColumnFormat const &col) const |
a comparison function | |
bool | operator== (WPSColumnFormat const &col) const |
operator== | |
bool | operator!= (WPSColumnFormat const &col) const |
operator!= | |
bool | operator< (WPSColumnFormat const &col) const |
operator< |
Public Attributes | |
float | m_width |
the column width, if known | |
bool | m_isPercentWidth |
a flag to know if the width is in percent (or in point) | |
bool | m_useOptimalWidth |
a flag to know if we need to see use-optimal column width | |
bool | m_isHeader |
a flag to know if the column is a header column | |
int | m_numRepeat |
the number times a column is repeated |
Friends | |
std::ostream & | operator<< (std::ostream &o, WPSColumnFormat const &col) |
operator<< |
|
inlineexplicit |
constructor
Referenced by compare(), operator!=(), operator<(), operator<<, and operator==().
void WPSColumnFormat::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add to the propList
|
inline |
a comparison function
Referenced by operator!=(), operator<(), and operator==().
|
inline |
operator!=
|
inline |
operator<
|
inline |
operator==
|
friend |
operator<<
bool WPSColumnFormat::m_isHeader |
a flag to know if the column is a header column
Referenced by addTo(), compare(), operator<<, and WPSColumnFormat().
bool WPSColumnFormat::m_isPercentWidth |
a flag to know if the width is in percent (or in point)
Referenced by addTo(), compare(), operator<<, and WPSColumnFormat().
int WPSColumnFormat::m_numRepeat |
the number times a column is repeated
Referenced by addTo(), LotusSpreadsheetInternal::Spreadsheet::getWidths(), Quattro9SpreadsheetInternal::Spreadsheet::getWidths(), QuattroDosSpreadsheetInternal::Spreadsheet::getWidths(), QuattroSpreadsheetInternal::Spreadsheet::getWidths(), WKS4SpreadsheetInternal::Spreadsheet::getWidths(), operator<<, LotusParser::parse(), WKS4Parser::parse(), and WPSColumnFormat().
bool WPSColumnFormat::m_useOptimalWidth |
a flag to know if we need to see use-optimal column width
Referenced by addTo(), compare(), Quattro9SpreadsheetInternal::Spreadsheet::getWidths(), QuattroDosSpreadsheetInternal::Spreadsheet::getWidths(), QuattroSpreadsheetInternal::Spreadsheet::getWidths(), WKS4SpreadsheetInternal::Spreadsheet::getWidths(), operator<<, LotusSpreadsheetInternal::Spreadsheet::setColumnWidth(), and WPSColumnFormat().
float WPSColumnFormat::m_width |
the column width, if known
Referenced by addTo(), compare(), operator<<, and WPSColumnFormat().