Lines Matching refs:aShortED
991 aShortED ( this, CUI_RES(ED_SHORT )), in OfaAutocorrReplacePage()
1022 aShortED.SetModifyHdl(LINK(this, OfaAutocorrReplacePage, ModifyHdl)); in OfaAutocorrReplacePage()
1024 aShortED.SetActionHdl(LINK(this, OfaAutocorrReplacePage, NewDelHdl)); in OfaAutocorrReplacePage()
1028 aShortED.SetSpaces(sal_True); in OfaAutocorrReplacePage()
1029 aShortED.SetMaxTextLen(30); in OfaAutocorrReplacePage()
1324 aShortED.GrabFocus(); in Reset()
1344 ModifyHdl(&aShortED); in SetLanguage()
1361 sTmpShort, aShortED.GetText() ); in IMPL_LINK()
1362 Selection aSel = aShortED.GetSelection(); in IMPL_LINK()
1363 if(aShortED.GetText() != sTmpShort) in IMPL_LINK()
1365 aShortED.SetText(sTmpShort); in IMPL_LINK()
1368 aShortED.SetSelection(aSel); in IMPL_LINK()
1396 ModifyHdl(&aShortED); in IMPL_LINK()
1403 String sEntry(aShortED.GetText()); in IMPL_LINK()
1439 aShortED.GrabFocus(); in IMPL_LINK()
1449 ModifyHdl(&aShortED); in IMPL_LINK()
1459 sal_Bool bShort = pEdt == &aShortED; in IMPL_LINK()
1521 const String& rShortTxt = aShortED.GetText(); in IMPL_LINK()