Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx218 aChangeAllPB ( this, CUI_RES( PB_CHANGEALL ) ), in SpellDialog()
255 aChangeAllPB. SetHelpId(HID_SPLDLG_BUTTON_CHANGEALL); in SpellDialog()
292 aChangeAllPB.SetClickHdl(LINK( this, SpellDialog, ChangeAllHdl ) ); in Init_Impl()
379 aChangeAllPB.Enable(nSize > 0); in UpdateBoxes_Impl()
381 aChangeAllPB.Show( bShowChangeAll ); in UpdateBoxes_Impl()
505 &pThis->aChangeAllPB, in IMPL_STATIC_LINK()
743 aChangeAllPB.Enable(sal_False); in IMPL_LINK()
1080 if(!aChangeAllPB.IsEnabled()) in IMPL_LINK()
1082 aChangeAllPB.Enable(); in IMPL_LINK()
1163 &aChangeAllPB, in InvalidateDialog()
[all …]
/trunk/main/cui/source/inc/
H A DSpellDialog.hxx168 PushButton aChangeAllPB; member in svx::SpellDialog