Home
last modified time | relevance | path

Searched refs:Stringtable (Results 1 – 3 of 3) sorted by relevance

/trunk/main/l10ntools/source/help/
H A DHelpCompiler.hxx216 typedef std::hash_map<std::string, std::string, pref_hash> Stringtable; typedef
232 Stringtable *appl_helptexts;
237 Stringtable *default_helptexts;
300 const std::string &entryName, const Stringtable &bytesToAdd);
H A DHelpLinker.cxx249 Stringtable additionalFiles;
551 const Stringtable *helpTextHash = streamTable.appl_helptexts; in link()
556 Stringtable::const_iterator aEnd = helpTextHash->end(); in link()
557 for (Stringtable::const_iterator helpTextIter = helpTextHash->begin(); in link()
610 Stringtable::iterator aEnd = additionalFiles.end(); in link()
611 for (Stringtable::iterator enumer = additionalFiles.begin(); enumer != aEnd; in link()
H A DHelpCompiler.cxx233 Stringtable *helptexts;
243 helptexts = new Stringtable; in myparser()

Completed in 17 milliseconds