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=0);
226 bool readZone(shared_ptr<HMWKZone> zone);
228 shared_ptr<HMWKZone>
decodeZone(shared_ptr<HMWKZone> zone);
234 bool readZone6(shared_ptr<HMWKZone> zone);
236 bool readZone8(shared_ptr<HMWKZone> zone);
238 bool readZonea(shared_ptr<HMWKZone> zone);
242 bool readZonec(shared_ptr<HMWKZone> zone);
249 shared_ptr<HMWKParserInternal::State>
m_state;