Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/dialogs/
H A DSpellDialog.cxx210 aSentenceED ( this, CUI_RES( ED_NEWWORD ) ), in SpellDialog()
306 aSentenceED.SetModifyHdl(LINK ( this, SpellDialog, ModifyHdl) ); in Init_Impl()
317 aSentenceED.ClearModifyFlag(); in Init_Impl()
328 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in UpdateBoxes_Impl()
402 if((!aSentenceED.IsUndoEditMode() && aSentenceED.MarkNextError( bIgnoreCurrentError )) || in SpellContinue_Impl()
403 …extSentence = GetNextSentence_Impl(bUseSavedSentence, aSentenceED.IsUndoEditMode()) && aSentenceED in SpellContinue_Impl()
405 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in SpellContinue_Impl()
412 &aSentenceED, in SpellContinue_Impl()
428 aSentenceED.ResetUndo(); in SpellContinue_Impl()
443 pThis->aSentenceED.ResetUndo(); in IMPL_STATIC_LINK()
[all …]
/AOO41X/main/cui/source/inc/
H A DSpellDialog.hxx157 SentenceEditWindow_Impl aSentenceED; member in svx::SpellDialog