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