Searched refs:HtmlFileName (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/autodoc/source/display/html/ |
H A D | hdimpl.hxx | 130 const char * HtmlFileName( 136 { return HtmlFileName( "c-", i_sClassLocalName); } in ClassFileName() 139 { return HtmlFileName( "e-", i_sEnumLocalName); } in EnumFileName() 142 { return HtmlFileName( "t-", i_sTypedefLocalName); } in TypedefFileName() 145 { return HtmlFileName( "f-", i_sFileLocalName); } in FileFileName()
|
H A D | hd_chlst.cxx | 365 sLinkPrePath = HtmlFileName( "o-", rFile.LocalName() ); in do_Process() 370 sLinkPrePath = Path2Child( HtmlFileName( "o", "" ), in do_Process() 414 sLinkPrePath = HtmlFileName( "d-", rFile.LocalName() ); in do_Process() 419 sLinkPrePath = Path2Child( HtmlFileName( "d", "" ), in do_Process()
|
H A D | cre_link.cxx | 102 … strcat( pOut, HtmlFileName("o-", rFile.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process() 123 …strcat( pOut, HtmlFileName("d-", rFile.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process()
|
H A D | opageenv.cxx | 422 pi->aMyPath.SetFile( HtmlFileName("o-", i_pFile->LocalName()) ); in SetFile_Operations() 437 pi->aMyPath.SetFile( HtmlFileName("d-", i_pFile->LocalName()) ); in SetFile_Data()
|
H A D | hdimpl.cxx | 125 HtmlFileName( const char * i_sPrefix, in HtmlFileName() function
|
Completed in 19 milliseconds