LibreOffice Module sc (master) 1
|
#include <formulagroup.hxx>
Classes | |
struct | Hash |
Public Member Functions | |
ColKey (SCTAB nTab, SCCOL nCol) | |
bool | operator== (const ColKey &r) const |
Public Attributes | |
SCTAB | mnTab |
SCCOL | mnCol |
Definition at line 60 of file formulagroup.hxx.
Definition at line 47 of file formulagroup.cxx.
bool sc::FormulaGroupContext::ColKey::operator== | ( | const ColKey & | r | ) | const |
Definition at line 49 of file formulagroup.cxx.
SCCOL sc::FormulaGroupContext::ColKey::mnCol |
Definition at line 63 of file formulagroup.hxx.
Referenced by sc::FormulaGroupContext::ColKey::Hash::operator()(), and operator==().
SCTAB sc::FormulaGroupContext::ColKey::mnTab |
Definition at line 62 of file formulagroup.hxx.
Referenced by sc::FormulaGroupContext::ColKey::Hash::operator()(), and operator==().