Searched refs:pHdf (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/xmlhelp/source/cxxhelp/provider/ |
| H A D | databases.cxx | 633 helpdatafileproxy::Hdf* pHdf = 0; in getHelpDataFile() local 649 pHdf = new helpdatafileproxy::Hdf( fileNameHDFHelp, m_xSFA ); in getHelpDataFile() 652 it->second = pHdf; in getHelpDataFile() 760 helpdatafileproxy::Hdf* pHdf, in KeywordElement() argument 766 init( pDatabases,pHdf,data ); in KeywordElement() 771 void KeywordInfo::KeywordElement::init( Databases *pDatabases,helpdatafileproxy::Hdf* pHdf,const rt… in init() argument 807 if( pHdf ) in init() 811 bool bSuccess = pHdf->getValueForKey( idi, aHDFData ); in init() 925 helpdatafileproxy::Hdf* pHdf = getHelpDataFile( Database,Language ); in getKeyword() local 926 if( pHdf != NULL ) in getKeyword() [all …]
|
| H A D | urlparameter.cxx | 306 helpdatafileproxy::Hdf* pHdf = aDbIt.nextHdf( &aExtensionPath, &aExtensionRegistryPath ); in readHelpDataFile() local 307 if( !pHdf ) in readHelpDataFile() 312 bSuccess = pHdf->getValueForKey( keyStr, aHDFData ); in readHelpDataFile()
|
| H A D | databases.hxx | 119 helpdatafileproxy::Hdf* pHdf, 130 … void init( Databases *pDatabases,helpdatafileproxy::Hdf* pHdf,const rtl::OUString& ids );
|