LibreOffice Module sc (master) 1
|
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 |
Definition at line 158 of file spellcheckcontext.cxx.
|
inline |
Definition at line 164 of file spellcheckcontext.cxx.
|
inline |
Definition at line 182 of file spellcheckcontext.cxx.
References sc::SpellCheckContext::SpellCheckResult::mnCol, sc::SpellCheckContext::SpellCheckResult::mnRow, and sc::SpellCheckContext::SpellCheckResult::pRanges.
|
inline |
Definition at line 173 of file spellcheckcontext.cxx.
References sc::SpellCheckContext::SpellCheckResult::mnCol, sc::SpellCheckContext::SpellCheckResult::mnRow, and sc::SpellCheckContext::SpellCheckResult::pRanges.
|
inline |
Definition at line 166 of file spellcheckcontext.cxx.
References sc::SpellCheckContext::SpellCheckResult::mnCol, sc::SpellCheckContext::SpellCheckResult::mnRow, and sc::SpellCheckContext::SpellCheckResult::pRanges.
SCCOL sc::SpellCheckContext::SpellCheckResult::mnCol |
Definition at line 160 of file spellcheckcontext.cxx.
Referenced by sc::SpellCheckContext::SpellCheckResult::clear(), sc::SpellCheckContext::SpellCheckResult::query(), and sc::SpellCheckContext::SpellCheckResult::set().
SCROW sc::SpellCheckContext::SpellCheckResult::mnRow |
Definition at line 161 of file spellcheckcontext.cxx.
Referenced by sc::SpellCheckContext::SpellCheckResult::clear(), sc::SpellCheckContext::SpellCheckResult::query(), and sc::SpellCheckContext::SpellCheckResult::set().
const std::vector<editeng::MisspellRanges>* sc::SpellCheckContext::SpellCheckResult::pRanges |
Definition at line 162 of file spellcheckcontext.cxx.
Referenced by sc::SpellCheckContext::SpellCheckResult::clear(), sc::SpellCheckContext::SpellCheckResult::query(), and sc::SpellCheckContext::SpellCheckResult::set().