Searched refs:aShortED (Results 1 – 2 of 2) sorted by relevance
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()[all …]
225 AutoCorrEdit aShortED; member in OfaAutocorrReplacePage