44 #include <libwpd/libwpd.h>
55 namespace HMWJParserInternal
68 for (
int i=0; i < 4; i++)
m_values[i] = 0;
73 if (h.
m_n) o <<
"N=" << h.
m_n <<
",";
74 if (h.
m_id) o <<
"zId=" << std::hex << h.
m_id << std::dec <<
",";
75 bool toPrint[4]= {
true,
true,
true,
true};
78 toPrint[0]=toPrint[1]=
false;
80 toPrint[0]=toPrint[2]=
false;
84 for (
int i=0; i < 4; i++)
85 if (toPrint[i] && h.
m_values[i]) o <<
"h" << i <<
"=" << h.
m_values[i] <<
",";
123 void parse(WPXDocumentInterface *documentInterface);
177 bool readZoneWithHeader(
MWAWEntry const &entry);
192 shared_ptr<HMWJParserInternal::State>
m_state;