Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx214 aIgnoreRulePB ( this, CUI_RES( PB_IGNORERULE ) ), in SpellDialog()
253 aIgnoreRulePB. SetHelpId(HID_SPLDLG_BUTTON_IGNORERULE); in SpellDialog()
295 aIgnoreRulePB.SetClickHdl(LINK( this, SpellDialog, IgnoreAllHdl ) ); in Init_Impl()
386 aIgnoreRulePB.Show( !bShowChangeAll ); in UpdateBoxes_Impl()
387 aIgnoreRulePB.Enable(pSpellErrorDescription && pSpellErrorDescription->sRuleId.getLength()); in UpdateBoxes_Impl()
502 &pThis->aIgnoreRulePB, in IMPL_STATIC_LINK()
685 if( pButton == &aIgnoreRulePB ) in IMPL_LINK()
1160 &aIgnoreRulePB, in InvalidateDialog()
2130 &pSpellDialog->aIgnoreRulePB, in SetUndoEditMode()
/trunk/main/cui/source/inc/
H A DSpellDialog.hxx164 PushButton aIgnoreRulePB; member in svx::SpellDialog