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 152 of file lookupcache.hxx.
Definition at line 158 of file lookupcache.hxx.
References Row.
|
inline |
Definition at line 165 of file lookupcache.hxx.
References meOp, mnRow, mnTab, and ScLookupCache::UNKNOWN.
QueryOp ScLookupCache::QueryKey::meOp |
Definition at line 156 of file lookupcache.hxx.
Referenced by ScLookupCache::QueryKey::Hash::operator()(), and operator==().
SCROW ScLookupCache::QueryKey::mnRow |
Definition at line 154 of file lookupcache.hxx.
Referenced by ScLookupCache::QueryKey::Hash::operator()(), and operator==().
SCTAB ScLookupCache::QueryKey::mnTab |
Definition at line 155 of file lookupcache.hxx.
Referenced by ScLookupCache::QueryKey::Hash::operator()(), and operator==().