Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/ !
H A DSpellDialog.cxx208 aSentenceED ( this, CUI_RES( ED_NEWWORD ) ), in SpellDialog()
304 aSentenceED.SetModifyHdl(LINK ( this, SpellDialog, ModifyHdl) ); in Init_Impl()
315 aSentenceED.ClearModifyFlag(); in Init_Impl()
326 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in UpdateBoxes_Impl()
400 if((!aSentenceED.IsUndoEditMode() && aSentenceED.MarkNextError( bIgnoreCurrentError )) || in SpellContinue_Impl()
401 …extSentence = GetNextSentence_Impl(bUseSavedSentence, aSentenceED.IsUndoEditMode()) && aSentenceED in SpellContinue_Impl()
403 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in SpellContinue_Impl()
410 &aSentenceED, in SpellContinue_Impl()
426 aSentenceED.ResetUndo(); in SpellContinue_Impl()
441 pThis->aSentenceED.ResetUndo(); in IMPL_STATIC_LINK()
[all …]
/trunk/main/cui/source/inc/ !
H A DSpellDialog.hxx157 SentenceEditWindow_Impl aSentenceED; member in svx::SpellDialog