Home
last modified time | relevance | path

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

/trunk/main/cui/source/inc/
H A DSpellDialog.hxx211 DECL_LINK( ExtClickHdl, Button * );
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx298 aAutoCorrPB.SetClickHdl( LINK( this, SpellDialog, ExtClickHdl ) ); in Init_Impl()
300 aOptionsPB .SetClickHdl( LINK( this, SpellDialog, ExtClickHdl ) ); in Init_Impl()
538 IMPL_LINK( SpellDialog, ExtClickHdl, Button *, pBtn ) in IMPL_LINK() argument