Searched refs:aAbbrevED (Results 1 – 2 of 2) sorted by relevance
1585 aAbbrevED (this, CUI_RES(ED_ABBREV )), in OfaAutocorrExceptPage()1616 aAbbrevED.SetModifyHdl(LINK(this, OfaAutocorrExceptPage, ModifyHdl)); in OfaAutocorrExceptPage()1619 aAbbrevED.SetActionHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage()1788 ModifyHdl(&aAbbrevED); in SetLanguage()1835 aAbbrevED.SetText(sTemp); in RefillReplaceBoxes()1889 if((pBtn == &aNewAbbrevPB || pBtn == (PushButton*)&aAbbrevED ) in IMPL_LINK()1890 && aAbbrevED.GetText().Len()) in IMPL_LINK()1892 aAbbrevLB.InsertEntry(aAbbrevED.GetText()); in IMPL_LINK()1893 ModifyHdl(&aAbbrevED); in IMPL_LINK()1897 aAbbrevLB.RemoveEntry(aAbbrevED.GetText()); in IMPL_LINK()[all …]
282 AutoCorrEdit aAbbrevED; member in OfaAutocorrExceptPage