#include <WPSTable.h>
| Public Member Functions | |
| WPSRowFormat (float height=-1) | |
| constructor | |
| void | addTo (librevenge::RVNGPropertyList &propList) const | 
| add to the propList | |
| int | compare (WPSRowFormat const &row) const | 
| a comparison function | |
| bool | operator== (WPSRowFormat const &row) const | 
| operator== | |
| bool | operator!= (WPSRowFormat const &row) const | 
| operator!= | |
| bool | operator< (WPSRowFormat const &row) const | 
| operator< | |
| Public Attributes | |
| float | m_height | 
| the row height, if known | |
| bool | m_isMinimalHeight | 
| a flag to know if the height is only a minimum | |
| bool | m_useOptimalHeight | 
| a flag to know if we need to see use-optimal row height | |
| bool | m_isHeader | 
| a flag to know if the row is a header row | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, WPSRowFormat const &row) | 
| operator<< | |
| 
 | inlineexplicit | 
constructor
| void WPSRowFormat::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const | 
add to the propList
Referenced by WKSContentListener::openSheetRow().
| 
 | inline | 
a comparison function
Referenced by operator!=(), operator<(), and operator==().
| 
 | inline | 
operator!=
| 
 | inline | 
operator<
| 
 | inline | 
operator==
| 
 | friend | 
operator<<
| bool WPSRowFormat::m_isHeader | 
| bool WPSRowFormat::m_isMinimalHeight | 
a flag to know if the height is only a minimum
Referenced by addTo(), compare(), LotusSpreadsheetInternal::Spreadsheet::compressRowHeights(), LotusSpreadsheetInternal::Spreadsheet::getRowHeight(), and libwps::MultiplanParser::sendSpreadsheet().
| bool WPSRowFormat::m_useOptimalHeight | 
a flag to know if we need to see use-optimal row height
Referenced by addTo(), compare(), and LotusSpreadsheet::readCellsFormat801().