the doc statistic More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
PrintData () | |
constructor | |
bool | read (StarZone &zone) |
try to read a printData: '8' | |
Public Attributes | |
int | m_flags |
the flags | |
STOFFVec2i | m_colRow |
the row, col dim | |
int | m_spacings [6] |
the spaces: left, right, top, bottom, horizontal, verticals | |
Friends | |
std::ostream & | operator<< (std::ostream &o, PrintData const &printData) |
operator<< |
the doc statistic
StarWriterStruct::PrintData::PrintData | ( | ) | [inline] |
constructor
bool StarWriterStruct::PrintData::read | ( | StarZone & | zone | ) |
try to read a printData: '8'
Referenced by StarObjectText::readWriterDocument().
std::ostream& operator<< | ( | std::ostream & | o, |
PrintData const & | printData | ||
) | [friend] |
operator<<
the row, col dim
Referenced by StarWriterStruct::operator<<(), and read().
the flags
Referenced by StarWriterStruct::operator<<(), and read().
the spaces: left, right, top, bottom, horizontal, verticals
Referenced by StarWriterStruct::operator<<(), PrintData(), and read().