Home
last modified time | relevance | path

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

/AOO41X/main/l10ntools/source/help/
H A DHelpCompiler.cxx51 : streamTable(in_streamTable), inputFile(in_inputFile), in HelpCompiler()
460 streamTable.dropdefault(); in compile()
461 streamTable.default_doc = docResolvedDoc; in compile()
462 streamTable.default_hidlist = aparser.hidlist; in compile()
463 streamTable.default_helptexts = aparser.helptexts; in compile()
464 streamTable.default_keywords = aparser.keywords; in compile()
468 streamTable.dropappl(); in compile()
469 streamTable.appl_doc = docResolvedDoc; in compile()
470 streamTable.appl_hidlist = aparser.hidlist; in compile()
471 streamTable.appl_helptexts = aparser.helptexts; in compile()
[all …]
H A DHelpLinker.cxx433 StreamTable streamTable; in link() local
463 HelpCompiler hc( streamTable, xhpFile, langsourceRoot, in link()
482 const std::string documentBaseId = streamTable.document_id; in link()
483 std::string documentPath = streamTable.document_path; in link()
487 std::string documentJarfile = streamTable.document_module + ".jar"; in link()
489 std::string documentTitle = streamTable.document_title; in link()
500 const HashSet *hidlist = streamTable.appl_hidlist; in link()
502 hidlist = streamTable.default_hidlist; in link()
524 const Hashtable *anchorToLL = streamTable.appl_keywords; in link()
526 anchorToLL = streamTable.default_keywords; in link()
[all …]
H A DHelpCompiler.hxx287 HelpCompiler(StreamTable &streamTable,
307 StreamTable &streamTable; member in HelpCompiler