Lines Matching refs:streamTable
433 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()
551 const Stringtable *helpTextHash = streamTable.appl_helptexts; in link()
553 helpTextHash = streamTable.default_helptexts; in link()
574 xmlDocPtr document = streamTable.appl_doc; in link()
576 document = streamTable.default_doc; in link()