Searched refs:fileB (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/l10ntools/source/help/ |
H A D | HelpLinker.cxx | 271 const std::string& fileB, const std::string& anchorB, 299 const std::string& fileB, const std::string& anchorB, in addBookmark() argument 303 fileB << " " << anchorB << " " << jarfileB << " " << titleB << std::endl); in addBookmark() 307 int fileLen = fileB.length(); in addBookmark() 315 for (size_t j = 0; j < fileB.length(); ++j) in addBookmark() 316 dataB[i++] = fileB[j]; in addBookmark() 493 const std::string& fileB = documentPath; in link() local 498 addBookmark(pFileDbBase_DBHelp, documentPath, fileB, std::string(), jarfileB, titleB); in link() 519 addBookmark(pFileDbBase_DBHelp, thishid, fileB, anchorB, jarfileB, titleB); in link() 535 addBookmark(pFileDbBase_DBHelp, documentPath, fileB, in link()
|
Completed in 19 milliseconds