Searched refs:NewDelHdl (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/cui/source/options/ |
| H A D | optdict.cxx | 262 LINK( this, SvxEditDictionaryDialog, NewDelHdl)); in IMPL_LINK_INLINE_END() 264 LINK( this, SvxEditDictionaryDialog, NewDelHdl)); in IMPL_LINK_INLINE_END() 273 aWordED.SetActionHdl(LINK(this, SvxEditDictionaryDialog, NewDelHdl)); in IMPL_LINK_INLINE_END() 274 aReplaceED.SetActionHdl(LINK(this, SvxEditDictionaryDialog, NewDelHdl)); in IMPL_LINK_INLINE_END() 582 IMPL_LINK(SvxEditDictionaryDialog, NewDelHdl, PushButton*, pBtn) in IMPL_LINK() argument
|
| /AOO42X/main/cui/source/tabpages/ |
| H A D | autocdlg.cxx | 1020 aNewReplacePB.SetClickHdl( LINK(this, OfaAutocorrReplacePage, NewDelHdl)); in OfaAutocorrReplacePage() 1021 aDeleteReplacePB.SetClickHdl(LINK(this, OfaAutocorrReplacePage, NewDelHdl)); in OfaAutocorrReplacePage() 1024 aShortED.SetActionHdl(LINK(this, OfaAutocorrReplacePage, NewDelHdl)); in OfaAutocorrReplacePage() 1025 aReplaceED.SetActionHdl(LINK(this, OfaAutocorrReplacePage, NewDelHdl)); in OfaAutocorrReplacePage() 1387 IMPL_LINK(OfaAutocorrReplacePage, NewDelHdl, PushButton*, pBtn) in IMPL_LINK() argument 1609 aNewAbbrevPB.SetClickHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage() 1610 aDelAbbrevPB.SetClickHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage() 1611 aNewDoublePB.SetClickHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage() 1612 aDelDoublePB.SetClickHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage() 1619 aAbbrevED.SetActionHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage() [all …]
|
| /AOO42X/main/cui/source/inc/ |
| H A D | autocdlg.hxx | 247 DECL_LINK(NewDelHdl, PushButton*); 299 DECL_LINK(NewDelHdl, PushButton*);
|
| H A D | optdict.hxx | 151 DECL_LINK(NewDelHdl, PushButton*);
|