Home
last modified time | relevance | path

Searched refs:ModInfoTable (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.hxx337 typedef std::hash_map< rtl::OUString,StaticModuleInformation*,ha,eq > ModInfoTable; typedef in chelp::Databases
338 ModInfoTable m_aModInfo; // Module information
H A Ddatabases.cxx211 ModInfoTable::iterator it = m_aModInfo.begin(); in ~Databases()
474 std::pair< ModInfoTable::iterator,bool > aPair = in getStaticInformationForModule()
475 m_aModInfo.insert( ModInfoTable::value_type( key,0 ) ); in getStaticInformationForModule()
477 ModInfoTable::iterator it = aPair.first; in getStaticInformationForModule()

Completed in 29 milliseconds