Lines Matching refs:xSpellAlt
391 xSpellAlt(xAlt), in SwSpellPopup()
394 DBG_ASSERT(xSpellAlt.is(), "no spelling alternatives available"); in SwSpellPopup()
400 if (xSpellAlt.is()) in SwSpellPopup()
402 nCheckedLanguage = SvxLocaleToLanguage( xSpellAlt->getLocale() ); in SwSpellPopup()
403 aSuggestions = xSpellAlt->getAlternatives(); in SwSpellPopup()
417 uno::Reference< container::XNamed > xNamed( xSpellAlt, uno::UNO_QUERY ); in SwSpellPopup()
456 if (xSpellAlt.is() && xLG.is()) in SwSpellPopup()
458 nGuessLangWord = lcl_CheckLanguage( xSpellAlt->getWord(), ::GetSpellChecker(), xLG, sal_False ); in SwSpellPopup()
735 … if (0 <= nAltIdx && nAltIdx < aSuggestions.getLength() && (bGrammarResults || xSpellAlt.is())) in Execute()
741 String aOrig( bGrammarResults ? OUString() : xSpellAlt->getWord() ); in Execute()
776 String aOrigWord( bGrammarResults ? OUString() : xSpellAlt->getWord() ) ; in Execute()
816 xSpellAlt->getWord(), sal_False, aEmptyStr, LANGUAGE_NONE ); in Execute()
820 OUString aWord( xSpellAlt->getWord() ); in Execute()