Lines Matching refs:pHdf
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()
929 pHdf->releaseHashMap(); in getKeyword()
930 pHdf->createHashMap( bOptimizeForPerformance ); in getKeyword()
948 pHdf, in getKeyword()
954 if( pHdf != NULL ) in getKeyword()
955 pHdf->releaseHashMap(); in getKeyword()
1282 helpdatafileproxy::Hdf* pHdf = 0; in setActiveText() local
1283 while( !bSuccess && (pHdf = aDbIt.nextHdf()) != NULL ) in setActiveText()
1285 bSuccess = pHdf->getValueForKey( id, aHDFData ); in setActiveText()