Class shared between grid windows to cache spelling results.
More...
#include <spellcheckcontext.hxx>
Class shared between grid windows to cache spelling results.
Definition at line 28 of file spellcheckcontext.hxx.
◆ SpellCheckContext()
sc::SpellCheckContext::SpellCheckContext |
( |
ScDocument * |
pDocument, |
|
|
SCTAB |
nTab |
|
) |
| |
◆ ~SpellCheckContext()
sc::SpellCheckContext::~SpellCheckContext |
( |
| ) |
|
◆ dispose()
void sc::SpellCheckContext::dispose |
( |
| ) |
|
◆ ensureResults()
void sc::SpellCheckContext::ensureResults |
( |
SCCOL |
nCol, |
|
|
SCROW |
nRow |
|
) |
| |
|
private |
◆ getMisspellRanges()
◆ isMisspelled()
bool sc::SpellCheckContext::isMisspelled |
( |
SCCOL |
nCol, |
|
|
SCROW |
nRow |
|
) |
| const |
◆ reset()
void sc::SpellCheckContext::reset |
( |
| ) |
|
◆ resetCache()
void sc::SpellCheckContext::resetCache |
( |
bool |
bContentChangeOnly = false | ) |
|
|
private |
◆ resetForContentChange()
void sc::SpellCheckContext::resetForContentChange |
( |
| ) |
|
◆ setMisspellRanges()
◆ setTabNo()
void sc::SpellCheckContext::setTabNo |
( |
SCTAB |
nTab | ) |
|
◆ setup()
void sc::SpellCheckContext::setup |
( |
| ) |
|
|
private |
◆ meLanguage
◆ mnTab
SCTAB sc::SpellCheckContext::mnTab |
|
private |
◆ mpCache
std::unique_ptr<SpellCheckCache> sc::SpellCheckContext::mpCache |
|
private |
◆ mpEngine
◆ mpResult
◆ mpStatus
◆ pDoc
The documentation for this class was generated from the following file: