Home
last modified time | relevance | path

Searched refs:mxEngine (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dspelldialog.cxx81 if( mxEngine.get() && mpViewData ) in GetNextWrongSentence()
89 mxEngine->SpellNextDocument(); in GetNextWrongSentence()
90 …mbNeedNextObj = !mxEngine->IsFinished() && !mxEngine->SpellSentence( *pEditView, aPortions, false … in GetNextWrongSentence()
96 if( mxEngine->IsFinished() ) in GetNextWrongSentence()
104 if( mxEngine.get() && mpViewData ) in ApplyChangedSentence()
106 mxEngine->ApplyChangedSentence( *pEditView, rChanged, bRecheck ); in ApplyChangedSentence()
129 if( mxEngine.get() && mxEngine->IsAnyModified() ) in Reset()
152 mxEngine.reset(); in Reset()
243 mxEngine.reset( new ScSpellingEngine( in Init()
245 mxEngine->SetRefDevice( mpViewData->GetActiveWin() ); in Init()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dspelldialog.hxx84 ScConvEnginePtr mxEngine; member in ScSpellDialogChildWindow