Lines Matching refs:pSpellErrorDescription

326     const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives();  in UpdateBoxes_Impl()  local
332 if( pSpellErrorDescription ) in UpdateBoxes_Impl()
334 nAltLanguage = SvxLocaleToLanguage( pSpellErrorDescription->aLocale ); in UpdateBoxes_Impl()
336 aNewWords = pSpellErrorDescription->aSuggestions; in UpdateBoxes_Impl()
337 bIsGrammarError = pSpellErrorDescription->bIsGrammarError; in UpdateBoxes_Impl()
338 aExplainPB.SetExplanation(pSpellErrorDescription->sExplanation ); in UpdateBoxes_Impl()
340 if( pSpellErrorDescription && pSpellErrorDescription->sDialogTitle.getLength() ) in UpdateBoxes_Impl()
345 SetText( pSpellErrorDescription->sDialogTitle ); in UpdateBoxes_Impl()
387 aIgnoreRulePB.Enable(pSpellErrorDescription && pSpellErrorDescription->sRuleId.getLength()); in UpdateBoxes_Impl()
403 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in SpellContinue_Impl() local
404 if( pSpellErrorDescription ) in SpellContinue_Impl()
547 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in IMPL_LINK() local
548 if( pSpellErrorDescription ) in IMPL_LINK()
550 String sWrong(pSpellErrorDescription->sErrorText); in IMPL_LINK()
687 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in IMPL_LINK() local
690 if( pSpellErrorDescription && pSpellErrorDescription->xGrammarChecker.is() ) in IMPL_LINK()
692pSpellErrorDescription->xGrammarChecker->ignoreRule( pSpellErrorDescription->sRuleId, in IMPL_LINK()
693 pSpellErrorDescription->aLocale ); in IMPL_LINK()
901 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in SetTitle_Impl() local
902 if( pSpellErrorDescription && pSpellErrorDescription->sServiceName.getLength() ) in SetTitle_Impl()
906 …SvtLinguConfig().GetSpellAndGrammarDialogImage( pSpellErrorDescription->sServiceName, bHighContras… in SetTitle_Impl()
908 …uno::Reference< lang::XServiceDisplayName > xDisplayName( pSpellErrorDescription->xGrammarChecker,… in SetTitle_Impl()
910 sVendor = xDisplayName->getServiceDisplayName( pSpellErrorDescription->aLocale ); in SetTitle_Impl()
1702 const SpellErrorDescription* pSpellErrorDescription = 0; in MarkNextError() local
1705pSpellErrorDescription = &static_cast<const SpellErrorAttrib&>(pNextError->GetAttr()).GetErrorDesc… in MarkNextError()
1706 bGrammarError = pSpellErrorDescription->bIsGrammarError; in MarkNextError()
1708 if(xChangeAll->getCount() && pSpellErrorDescription && in MarkNextError()
1709 (xEntry = xChangeAll->getEntry( pSpellErrorDescription->sErrorText )).is()) in MarkNextError()
1714 SvxLocaleToLanguage( pSpellErrorDescription->aLocale )); in MarkNextError()
1779 const SpellErrorDescription* pSpellErrorDescription = 0; in ChangeMarkedWord() local
1783pSpellErrorDescription = &static_cast<const SpellErrorAttrib&>(pErrorAttrib->GetAttr()).GetErrorDe… in ChangeMarkedWord()
1825 if(pSpellErrorDescription) in ChangeMarkedWord()
1826 SetAttrib( SpellErrorAttrib(*pSpellErrorDescription), 0, m_nErrorStart, m_nErrorEnd ); in ChangeMarkedWord()