Home
last modified time | relevance | path

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

/aoo42x/main/sc/inc/
H A Dlookupcache.hxx195 struct QueryKey struct in ScLookupCache
201 QueryKey( const ScAddress & rAddress, const QueryOp eOp ) : in QueryKey() function
208 bool operator==( const QueryKey & r ) const in operator ==() argument
215 size_t operator()( const QueryKey & r ) const in operator ()()
239 …typedef ::std::hash_map< QueryKey, QueryCriteriaAndResult, QueryKey::Hash, ::std::equal_to< QueryK…
/aoo42x/main/sc/source/core/tool/
H A Dlookupcache.cxx70 QueryMap::const_iterator it( maQueryMap.find( QueryKey( rQueryAddress, in lookup()
91 QueryKey aKey( rQueryAddress, rCriteria.getQueryOp()); in insert()
95 bool bInserted = maQueryMap.insert( ::std::pair< const QueryKey, in insert()

Completed in 27 milliseconds