Lines Matching refs:aDoubleCapsED
1591 aDoubleCapsED (this, CUI_RES(ED_DOUBLE_CAPS )), in OfaAutocorrExceptPage()
1617 aDoubleCapsED.SetModifyHdl(LINK(this, OfaAutocorrExceptPage, ModifyHdl)); in OfaAutocorrExceptPage()
1620 aDoubleCapsED.SetActionHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage()
1789 ModifyHdl(&aDoubleCapsED); in SetLanguage()
1836 aDoubleCapsED.SetText(sTemp); in RefillReplaceBoxes()
1900 else if((pBtn == &aNewDoublePB || pBtn == (PushButton*)&aDoubleCapsED ) in IMPL_LINK()
1901 && aDoubleCapsED.GetText().Len()) in IMPL_LINK()
1903 aDoubleCapsLB.InsertEntry(aDoubleCapsED.GetText()); in IMPL_LINK()
1904 ModifyHdl(&aDoubleCapsED); in IMPL_LINK()
1908 aDoubleCapsLB.RemoveEntry(aDoubleCapsED.GetText()); in IMPL_LINK()
1909 ModifyHdl(&aDoubleCapsED); in IMPL_LINK()
1928 aDoubleCapsED.SetText(pBox->GetSelectEntry()); in IMPL_LINK()