44 #include <libwpd/libwpd.h>
51 namespace HMWKParserInternal
62 HMWKZone(shared_ptr<libmwaw::DebugFile> asciiFile);
116 static std::string
name(
int type);
189 void parse(WPXDocumentInterface *documentInterface);
210 bool sendText(
long id,
long subId,
bool asGraphic=
false);
229 bool readZone(shared_ptr<HMWKZone> zone);
231 shared_ptr<HMWKZone>
decodeZone(shared_ptr<HMWKZone> zone);
237 bool readZone6(shared_ptr<HMWKZone> zone);
239 bool readZone8(shared_ptr<HMWKZone> zone);
241 bool readZonea(shared_ptr<HMWKZone> zone);
245 bool readZonec(shared_ptr<HMWKZone> zone);
252 shared_ptr<HMWKParserInternal::State>
m_state;