Lines Matching refs:pSpellErrorDescription
328 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in UpdateBoxes_Impl() local
334 if( pSpellErrorDescription ) in UpdateBoxes_Impl()
336 nAltLanguage = SvxLocaleToLanguage( pSpellErrorDescription->aLocale ); in UpdateBoxes_Impl()
338 aNewWords = pSpellErrorDescription->aSuggestions; in UpdateBoxes_Impl()
339 bIsGrammarError = pSpellErrorDescription->bIsGrammarError; in UpdateBoxes_Impl()
340 aExplainPB.SetExplanation(pSpellErrorDescription->sExplanation ); in UpdateBoxes_Impl()
342 if( pSpellErrorDescription && pSpellErrorDescription->sDialogTitle.getLength() ) in UpdateBoxes_Impl()
347 SetText( pSpellErrorDescription->sDialogTitle ); in UpdateBoxes_Impl()
389 aIgnoreRulePB.Enable(pSpellErrorDescription && pSpellErrorDescription->sRuleId.getLength()); in UpdateBoxes_Impl()
405 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in SpellContinue_Impl() local
406 if( pSpellErrorDescription ) in SpellContinue_Impl()
549 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in IMPL_LINK() local
550 if( pSpellErrorDescription ) in IMPL_LINK()
552 String sWrong(pSpellErrorDescription->sErrorText); in IMPL_LINK()
689 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in IMPL_LINK() local
692 if( pSpellErrorDescription && pSpellErrorDescription->xGrammarChecker.is() ) in IMPL_LINK()
694 … pSpellErrorDescription->xGrammarChecker->ignoreRule( pSpellErrorDescription->sRuleId, in IMPL_LINK()
695 pSpellErrorDescription->aLocale ); in IMPL_LINK()
903 const SpellErrorDescription* pSpellErrorDescription = aSentenceED.GetAlternatives(); in SetTitle_Impl() local
904 if( pSpellErrorDescription && pSpellErrorDescription->sServiceName.getLength() ) in SetTitle_Impl()
908 …SvtLinguConfig().GetSpellAndGrammarDialogImage( pSpellErrorDescription->sServiceName, bHighContras… in SetTitle_Impl()
910 …uno::Reference< lang::XServiceDisplayName > xDisplayName( pSpellErrorDescription->xGrammarChecker,… in SetTitle_Impl()
912 sVendor = xDisplayName->getServiceDisplayName( pSpellErrorDescription->aLocale ); in SetTitle_Impl()
1704 const SpellErrorDescription* pSpellErrorDescription = 0; in MarkNextError() local
1707 …pSpellErrorDescription = &static_cast<const SpellErrorAttrib&>(pNextError->GetAttr()).GetErrorDesc… in MarkNextError()
1708 bGrammarError = pSpellErrorDescription->bIsGrammarError; in MarkNextError()
1710 if(xChangeAll->getCount() && pSpellErrorDescription && in MarkNextError()
1711 (xEntry = xChangeAll->getEntry( pSpellErrorDescription->sErrorText )).is()) in MarkNextError()
1716 SvxLocaleToLanguage( pSpellErrorDescription->aLocale )); in MarkNextError()
1781 const SpellErrorDescription* pSpellErrorDescription = 0; in ChangeMarkedWord() local
1785 …pSpellErrorDescription = &static_cast<const SpellErrorAttrib&>(pErrorAttrib->GetAttr()).GetErrorDe… in ChangeMarkedWord()
1827 if(pSpellErrorDescription) in ChangeMarkedWord()
1828 SetAttrib( SpellErrorAttrib(*pSpellErrorDescription), 0, m_nErrorStart, m_nErrorEnd ); in ChangeMarkedWord()