the doc statistic More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
DocStats () | |
constructor | |
bool | read (StarZone &zone) |
try to read a docStats: 'd' | |
Public Attributes | |
long | m_numbers [7] |
the list of number: tbl, graf, ole, page, para, word, char | |
bool | m_isModified |
modified flags | |
Friends | |
std::ostream & | operator<< (std::ostream &o, DocStats const &docStats) |
operator<< |
the doc statistic
StarWriterStruct::DocStats::DocStats | ( | ) | [inline] |
constructor
bool StarWriterStruct::DocStats::read | ( | StarZone & | zone | ) |
try to read a docStats: 'd'
Referenced by StarObjectText::readWriterDocument().
std::ostream& operator<< | ( | std::ostream & | o, |
DocStats const & | docStats | ||
) | [friend] |
operator<<
modified flags
Referenced by StarWriterStruct::operator<<(), and read().
the list of number: tbl, graf, ole, page, para, word, char
Referenced by DocStats(), StarWriterStruct::operator<<(), and read().