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

Classes

struct  Hash
 

Public Member Functions

 CellPos (SCCOL nCol, SCROW nRow)
 
bool operator== (const CellPos &r) const
 

Public Attributes

SCCOL mnCol
 
SCROW mnRow
 

Detailed Description

Definition at line 34 of file spellcheckcontext.cxx.

Constructor & Destructor Documentation

◆ CellPos()

SpellCheckContext::SpellCheckCache::CellPos::CellPos ( SCCOL  nCol,
SCROW  nRow 
)
inline

Definition at line 50 of file spellcheckcontext.cxx.

Member Function Documentation

◆ operator==()

bool SpellCheckContext::SpellCheckCache::CellPos::operator== ( const CellPos r) const
inline

Definition at line 52 of file spellcheckcontext.cxx.

References mnCol, and mnRow.

Member Data Documentation

◆ mnCol

SCCOL SpellCheckContext::SpellCheckCache::CellPos::mnCol

◆ mnRow

SCROW SpellCheckContext::SpellCheckCache::CellPos::mnRow

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