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
|
inline |
constructor
bool StarWriterStruct::DocStats::read | ( | StarZone & | zone | ) |
try to read a docStats: 'd'
Referenced by StarObjectText::readWriterDocument().
|
friend |
operator<<
bool StarWriterStruct::DocStats::m_isModified |
modified flags
Referenced by read().
long StarWriterStruct::DocStats::m_numbers[7] |
the list of number: tbl, graf, ole, page, para, word, char
Referenced by DocStats(), and read().