#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
Referenced by compare(), operator!=(), operator<(), operator<<, and operator==().
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<<
float WPSRowFormat::m_height |
the row height, if known
Referenced by addTo(), compare(), operator<<, and WPSRowFormat().
bool WPSRowFormat::m_isHeader |
a flag to know if the row is a header row
Referenced by addTo(), compare(), operator<<, and WPSRowFormat().
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(), operator<<, libwps::MultiplanParser::sendSpreadsheet(), and WPSRowFormat().
bool WPSRowFormat::m_useOptimalHeight |
a flag to know if we need to see use-optimal row height
Referenced by addTo(), compare(), operator<<, LotusSpreadsheet::readCellsFormat801(), and WPSRowFormat().