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