38 #ifndef HAN_MAC_WRD_K_TEXT 39 # define HAN_MAC_WRD_K_TEXT 86 void updateTextZoneTypes(std::map<long,int>
const &idTypeMap);
90 std::vector<long>
const &getTokenIdList()
const;
92 void getHeaderFooterId(
long &headerId,
long &footerId)
const;
99 bool readTextZone(shared_ptr<HanMacWrdKZone> zone);
101 bool readFontNames(shared_ptr<HanMacWrdKZone> zone);
103 bool readStyles(shared_ptr<HanMacWrdKZone> zone);
105 bool readSections(shared_ptr<HanMacWrdKZone> zone);
138 shared_ptr<HanMacWrdKTextInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:519
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
bool sendText(long id, long subId, MWAWListenerPtr listener=MWAWListenerPtr())
send a text zone
Definition: HanMacWrdKParser.cxx:169
Class to store font.
Definition: MWAWFont.hxx:43
bool canSendTextAsGraphic(long id, long subId)
check if we can send a textzone as graphic
Definition: HanMacWrdKParser.cxx:174
HanMacWrdKParser * m_mainParser
the main parser;
Definition: HanMacWrdKText.hxx:141
friend class HanMacWrdKText
Definition: HanMacWrdKParser.hxx:188
Internal: class to store the token properties of a HanMacWrdKText.
Definition: HanMacWrdKText.cxx:165
int version() const
returns the works version
Definition: MWAWParser.hxx:108
the main class to read a HanMac Word-K file
Definition: HanMacWrdKParser.hxx:185
shared_ptr< HanMacWrdKTextInternal::State > m_state
the state
Definition: HanMacWrdKText.hxx:138
the main class to read the text part of HanMac Word file
Definition: HanMacWrdKText.hxx:61
Small class used to store the decoded zone of HanMacWrdKParser.
Definition: HanMacWrdKParser.hxx:58
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:523
Internal: the structures of a HanMacWrdKText.
Definition: HanMacWrdKText.cxx:57
MWAWParserStatePtr m_parserState
the parser state
Definition: HanMacWrdKText.hxx:135
Internal: class to store the paragraph properties of a HanMacWrdKText.
Definition: HanMacWrdKText.cxx:60