LibreOffice Module sc (master) 1
Classes | Public Member Functions | Public Attributes | List of all members
sc::FormulaGroupContext::ColKey Struct Reference

#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
 

Detailed Description

Definition at line 60 of file formulagroup.hxx.

Constructor & Destructor Documentation

◆ ColKey()

sc::FormulaGroupContext::ColKey::ColKey ( SCTAB  nTab,
SCCOL  nCol 
)

Definition at line 47 of file formulagroup.cxx.

Member Function Documentation

◆ operator==()

bool sc::FormulaGroupContext::ColKey::operator== ( const ColKey r) const

Definition at line 49 of file formulagroup.cxx.

References mnCol, mnCol, and mnTab.

Member Data Documentation

◆ mnCol

SCCOL sc::FormulaGroupContext::ColKey::mnCol

◆ mnTab

SCTAB sc::FormulaGroupContext::ColKey::mnTab

The documentation for this struct was generated from the following files: