44 #include <libwpd/libwpd.h>
56 namespace HMWKParserInternal
67 HMWKZone(shared_ptr<libmwaw::DebugFile> asciiFile);
121 static std::string
name(
int type);
194 void parse(WPXDocumentInterface *documentInterface);
219 bool sendText(
long id,
long subId=0);
235 bool readZone(shared_ptr<HMWKZone> zone);
237 shared_ptr<HMWKZone>
decodeZone(shared_ptr<HMWKZone> zone);
243 bool readZone6(shared_ptr<HMWKZone> zone);
245 bool readZone8(shared_ptr<HMWKZone> zone);
247 bool readZonea(shared_ptr<HMWKZone> zone);
251 bool readZonec(shared_ptr<HMWKZone> zone);
260 shared_ptr<HMWKParserInternal::State>
m_state;