Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/dialogs/
H A DSpellDialog.cxx382 bool bShowChangeAll = !bIsGrammarError; in UpdateBoxes_Impl() local
383 aChangeAllPB.Show( bShowChangeAll ); in UpdateBoxes_Impl()
384 aExplainPB.Show( !bShowChangeAll ); in UpdateBoxes_Impl()
385 aLanguageLB.Enable( bShowChangeAll ); in UpdateBoxes_Impl()
386 aIgnoreAllPB.Show( bShowChangeAll ); in UpdateBoxes_Impl()
387 aAddToDictMB.Show( bShowChangeAll ); in UpdateBoxes_Impl()
388 aIgnoreRulePB.Show( !bShowChangeAll ); in UpdateBoxes_Impl()
391 aAutoCorrPB.Show( bShowChangeAll && rParent.HasAutoCorrection() ); in UpdateBoxes_Impl()

Completed in 45 milliseconds