Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/dialogs/
H A DSpellDialog.cxx220 aAutoCorrPB ( this, CUI_RES( PB_AUTOCORR ) ), in SpellDialog()
298 aAutoCorrPB.SetClickHdl( LINK( this, SpellDialog, ExtClickHdl ) ); in Init_Impl()
369 aAutoCorrPB.Enable( nSize > 0 ); in UpdateBoxes_Impl()
389 aAutoCorrPB.Show( bShowChangeAll && rParent.HasAutoCorrection() ); in UpdateBoxes_Impl()
439 pThis->aAutoCorrPB.Show(pThis->rParent.HasAutoCorrection()); in IMPL_STATIC_LINK()
507 &pThis->aAutoCorrPB, in IMPL_STATIC_LINK()
542 else if(&aAutoCorrPB == pBtn) in IMPL_LINK()
1078 aAutoCorrPB.Enable( sNewText != aSentenceED.GetText() ); in IMPL_LINK()
1164 &aAutoCorrPB, in InvalidateDialog()
1746 pSpellDialog->aAutoCorrPB.Enable(bRet); in MarkNextError()
[all …]
/AOO42X/main/cui/source/inc/
H A DSpellDialog.hxx170 PushButton aAutoCorrPB; member in svx::SpellDialog