Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/options/
H A Doptdict.cxx236 aWordED ( this, CUI_RES( ED_WORD ) ), in IMPL_LINK_INLINE_END()
264 nWidth=aWordED.GetSizePixel().Width(); in IMPL_LINK_INLINE_END()
276 aWordED.SetModifyHdl(LINK(this, SvxEditDictionaryDialog, ModifyHdl)); in IMPL_LINK_INLINE_END()
278 aWordED.SetActionHdl(LINK(this, SvxEditDictionaryDialog, NewDelHdl)); in IMPL_LINK_INLINE_END()
306 aWordED.SetSpaces(sal_True); in IMPL_LINK_INLINE_END()
497 aWordED.SetText(aStr); in ShowWords_Impl()
507 Size aSize=aWordED.GetSizePixel(); in ShowWords_Impl()
509 aWordED.SetSizePixel(aSize); in ShowWords_Impl()
521 Size aSize=aWordED.GetSizePixel(); in ShowWords_Impl()
523 aWordED.SetSizePixel(aSize); in ShowWords_Impl()
[all …]
/AOO41X/main/cui/source/inc/
H A Doptdict.hxx122 SvxDictEdit aWordED; member in SvxEditDictionaryDialog