44 #include <libwpd/libwpd.h>
56 namespace HMWJParserInternal
69 for (
int i=0; i < 4; i++)
m_values[i] = 0;
74 if (h.
m_n) o <<
"N=" << h.
m_n <<
",";
75 if (h.
m_id) o <<
"zId=" << std::hex << h.
m_id << std::dec <<
",";
76 bool toPrint[4]= {
true,
true,
true,
true};
79 toPrint[0]=toPrint[1]=
false;
81 toPrint[0]=toPrint[2]=
false;
85 for (
int i=0; i < 4; i++)
86 if (toPrint[i] && h.
m_values[i]) o <<
"h" << i <<
"=" << h.
m_values[i] <<
",";
124 void parse(WPXDocumentInterface *documentInterface);
196 shared_ptr<HMWJParserInternal::State>
m_state;