Searched refs:KeywordInfo (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.hxx | 107 class KeywordInfo class 114 friend class KeywordInfo; 134 KeywordInfo( const std::vector< KeywordElement >& aVector ); 136 ~KeywordInfo() { }; in ~KeywordInfo() 205 KeywordInfo* getKeyword( const rtl::OUString& Module, 340 typedef std::hash_map< rtl::OUString,KeywordInfo*,ha,eq > KeywordInfoTable;
|
H A D | databases.cxx | 717 bool operator()( const KeywordInfo::KeywordElement& la, in operator ()() 718 const KeywordInfo::KeywordElement& ra ) const in operator ()() 759 KeywordInfo::KeywordElement::KeywordElement( Databases *pDatabases, in KeywordElement() 771 void KeywordInfo::KeywordElement::init( Databases *pDatabases,helpdatafileproxy::Hdf* pHdf,const rt… in init() 829 KeywordInfo::KeywordInfo( const std::vector< KeywordElement >& aVec ) in KeywordInfo() function in KeywordInfo 893 KeywordInfo* Databases::getKeyword( const rtl::OUString& Database, in getKeyword() 907 std::vector<KeywordInfo::KeywordElement> aVector; in getKeyword() 947 aVector.push_back( KeywordInfo::KeywordElement( this, in getKeyword() 965 KeywordInfo* pInfo = it->second = new KeywordInfo( aVector ); in getKeyword()
|
H A D | content.cxx | 501 KeywordInfo *inf = in getPropertyValues() 512 KeywordInfo *inf = in getPropertyValues() 523 KeywordInfo *inf = in getPropertyValues() 534 KeywordInfo *inf = in getPropertyValues()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 612 typedef ::std::hash_map< ::rtl::OUString, int, hashOUString, equalOUString > KeywordInfo; typedef 617 aInfo.insert( sfx2::KeywordInfo::value_type( aToken, 0 ) ).first; \ 643 sfx2::KeywordInfo aInfo; in InitializeIndex() 682 sfx2::KeywordInfo::iterator it; in InitializeIndex()
|
Completed in 49 milliseconds