Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/dialogs/
H A DSpellDialog.cxx1745 SpellDialog* pSpellDialog = GetSpellDialog(); in MarkNextError() local
1746 pSpellDialog->aIgnorePB.Enable(bRet); in MarkNextError()
1747 pSpellDialog->aIgnoreAllPB.Enable(bRet); in MarkNextError()
1748 pSpellDialog->aAutoCorrPB.Enable(bRet); in MarkNextError()
1749 pSpellDialog->aAddToDictMB.Enable(bRet); in MarkNextError()
2126 SpellDialog* pSpellDialog = GetSpellDialog(); in SetUndoEditMode() local
2129 &pSpellDialog->aChangeAllPB, in SetUndoEditMode()
2130 &pSpellDialog->aExplainPB, in SetUndoEditMode()
2131 &pSpellDialog->aIgnoreAllPB, in SetUndoEditMode()
2132 &pSpellDialog->aIgnoreRulePB, in SetUndoEditMode()
[all …]
/AOO41X/main/sd/source/ui/view/
H A Dviewshel.cxx274 ::sd::SpellDialogChildWindow* pSpellDialog = in construct()
278 if (pSpellDialog != NULL) in construct()
279 pSpellDialog->InvalidateSpellDialog(); in construct()