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

Public Member Functions

 SpellCheckResult ()
 
void set (SCCOL nCol, SCROW nRow, const std::vector< editeng::MisspellRanges > *pMisspells)
 
const std::vector< editeng::MisspellRanges > * query (SCCOL nCol, SCROW nRow) const
 
void clear ()
 

Public Attributes

SCCOL mnCol
 
SCROW mnRow
 
const std::vector< editeng::MisspellRanges > * pRanges
 

Detailed Description

Definition at line 158 of file spellcheckcontext.cxx.

Constructor & Destructor Documentation

◆ SpellCheckResult()

sc::SpellCheckContext::SpellCheckResult::SpellCheckResult ( )
inline

Definition at line 164 of file spellcheckcontext.cxx.

Member Function Documentation

◆ clear()

void sc::SpellCheckContext::SpellCheckResult::clear ( )
inline

◆ query()

const std::vector< editeng::MisspellRanges > * sc::SpellCheckContext::SpellCheckResult::query ( SCCOL  nCol,
SCROW  nRow 
) const
inline

◆ set()

void sc::SpellCheckContext::SpellCheckResult::set ( SCCOL  nCol,
SCROW  nRow,
const std::vector< editeng::MisspellRanges > *  pMisspells 
)
inline

Member Data Documentation

◆ mnCol

SCCOL sc::SpellCheckContext::SpellCheckResult::mnCol

◆ mnRow

SCROW sc::SpellCheckContext::SpellCheckResult::mnRow

◆ pRanges

const std::vector<editeng::MisspellRanges>* sc::SpellCheckContext::SpellCheckResult::pRanges

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