44 #include <libwpd/libwpd.h>
50 namespace HMWJParserInternal
63 for (
int i=0; i < 4; i++)
m_values[i] = 0;
68 if (h.
m_n) o <<
"N=" << h.
m_n <<
",";
69 if (h.
m_id) o <<
"zId=" << std::hex << h.
m_id << std::dec <<
",";
70 bool toPrint[4]= {
true,
true,
true,
true};
73 toPrint[0]=toPrint[1]=
false;
75 toPrint[0]=toPrint[2]=
false;
79 for (
int i=0; i < 4; i++)
80 if (toPrint[i] && h.
m_values[i]) o <<
"h" << i <<
"=" << h.
m_values[i] <<
",";
118 void parse(WPXDocumentInterface *documentInterface);
139 bool sendText(
long id,
long cPos,
bool asGraphic=
false);
174 bool readZoneWithHeader(
MWAWEntry const &entry);
186 shared_ptr<HMWJParserInternal::State>
m_state;