44 #include <libwpd/libwpd.h>
55 namespace HMWKParserInternal
66 HMWKZone(shared_ptr<libmwaw::DebugFile> asciiFile);
120 static std::string
name(
int type);
193 void parse(WPXDocumentInterface *documentInterface);
214 bool sendText(
long id,
long subId=0);
230 bool readZone(shared_ptr<HMWKZone> zone);
232 shared_ptr<HMWKZone>
decodeZone(shared_ptr<HMWKZone> zone);
238 bool readZone6(shared_ptr<HMWKZone> zone);
240 bool readZone8(shared_ptr<HMWKZone> zone);
242 bool readZonea(shared_ptr<HMWKZone> zone);
246 bool readZonec(shared_ptr<HMWKZone> zone);
255 shared_ptr<HMWKParserInternal::State>
m_state;