Searched refs:NewDelHdl (Results 1 – 4 of 4) sorted by relevance
/trunk/main/cui/source/options/ |
H A D | optdict.cxx | 267 LINK( this, SvxEditDictionaryDialog, NewDelHdl)); in IMPL_LINK_INLINE_END() 269 LINK( this, SvxEditDictionaryDialog, NewDelHdl)); in IMPL_LINK_INLINE_END() 278 aWordED.SetActionHdl(LINK(this, SvxEditDictionaryDialog, NewDelHdl)); in IMPL_LINK_INLINE_END() 279 aReplaceED.SetActionHdl(LINK(this, SvxEditDictionaryDialog, NewDelHdl)); in IMPL_LINK_INLINE_END() 587 IMPL_LINK(SvxEditDictionaryDialog, NewDelHdl, PushButton*, pBtn) in IMPL_LINK() argument
|
/trunk/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 1020 aNewReplacePB.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() 1620 aDoubleCapsED.SetActionHdl(LINK(this, OfaAutocorrExceptPage, NewDelHdl)); in OfaAutocorrExceptPage() [all …]
|
/trunk/main/cui/source/inc/ |
H A D | autocdlg.hxx | 247 DECL_LINK(NewDelHdl, PushButton*); 299 DECL_LINK(NewDelHdl, PushButton*);
|
H A D | optdict.hxx | 153 DECL_LINK(NewDelHdl, PushButton*);
|
Completed in 24 milliseconds