LibreOffice Module sc (master) 1
|
Classes | |
struct | Hash |
Public Member Functions | |
QueryKey (const ScAddress &rAddress, const QueryOp eOp) | |
bool | operator== (const QueryKey &r) const |
Public Attributes | |
SCROW | mnRow |
SCTAB | mnTab |
QueryOp | meOp |
Definition at line 151 of file lookupcache.hxx.
Definition at line 157 of file lookupcache.hxx.
References Row.
|
inline |
Definition at line 164 of file lookupcache.hxx.
References meOp, mnRow, mnTab, and ScLookupCache::UNKNOWN.
QueryOp ScLookupCache::QueryKey::meOp |
Definition at line 155 of file lookupcache.hxx.
Referenced by ScLookupCache::QueryKey::Hash::operator()(), and operator==().
SCROW ScLookupCache::QueryKey::mnRow |
Definition at line 153 of file lookupcache.hxx.
Referenced by ScLookupCache::QueryKey::Hash::operator()(), and operator==().
SCTAB ScLookupCache::QueryKey::mnTab |
Definition at line 154 of file lookupcache.hxx.
Referenced by ScLookupCache::QueryKey::Hash::operator()(), and operator==().