Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/dialogs/
H A DSpellDialog.cxx214 aIgnorePB ( this, CUI_RES( PB_IGNORE ) ), in SpellDialog()
236 aIgnoreOnceST ( aIgnorePB.GetText()), in SpellDialog()
253 aIgnorePB. SetHelpId(HID_SPLDLG_BUTTON_IGNORE ); in SpellDialog()
295 aIgnorePB.SetClickHdl(LINK( this, SpellDialog, IgnoreHdl ) ); in Init_Impl()
449 else if( pThis->aIgnorePB.IsEnabled() ) in IMPL_STATIC_LINK()
450 pThis->aIgnorePB.GrabFocus(); in IMPL_STATIC_LINK()
502 &pThis->aIgnorePB, in IMPL_STATIC_LINK()
636 aIgnorePB.GrabFocus(); in IMPL_LINK()
791 aIgnorePB.SetText(aIgnoreOnceST); in Impl_Restore()
796 if(aIgnorePB.GetText() == aResumeST) in IMPL_LINK()
[all …]
/AOO41X/main/cui/source/inc/
H A DSpellDialog.hxx162 PushButton aIgnorePB; member in svx::SpellDialog