Searched refs:thishid (Results 1 – 1 of 1) sorted by relevance
/trunk/main/l10ntools/source/help/ |
H A D | HelpLinker.cxx | 270 void addBookmark( FILE* pFile_DBHelp, std::string thishid, 298 void HelpLinker::addBookmark( FILE* pFile_DBHelp, std::string thishid, in addBookmark() argument 302 HCDBG(std::cerr << "HelpLinker::addBookmark " << thishid << " " << in addBookmark() 305 thishid = URLEncoder::encode(thishid); in addBookmark() 334 writeKeyValue_DBHelp( pFile_DBHelp, thishid, aValueStr ); in addBookmark() 510 std::string thishid = *hidListIter; in link() local 513 size_t index = thishid.rfind('#'); in link() 516 anchorB = thishid.substr(1 + index); in link() 517 thishid = thishid.substr(0, index); in link() 519 addBookmark(pFileDbBase_DBHelp, thishid, fileB, anchorB, jarfileB, titleB); in link()
|
Completed in 14 milliseconds