37 #ifndef MIND_WRT_PARSER
38 # define MIND_WRT_PARSER
48 namespace MindWrtParserInternal
74 void parse(librevenge::RVNGTextInterface *documentInterface);
81 void createDocument(librevenge::RVNGTextInterface *documentInterface);
102 void sendText(std::string
const &text, std::vector<MWAWFont>
const &fonts, std::vector<int>
const &textPos);
108 bool readFonts(
MWAWEntry const &entry, std::vector<MWAWFont> &fonts, std::vector<int> &textPos);
148 shared_ptr<MindWrtParserInternal::State>
m_state;