Searched refs:xSpellAlt (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 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() 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() [all …]
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 1897 Reference< XSpellAlternatives > xSpellAlt; in ImpSpell() 1899 while (!xSpellAlt.is()) in ImpSpell() 1939 xSpellAlt = xSpeller->spell( aWord, eLang, aEmptySeq ); in ImpSpell() 1942 if ( !xSpellAlt.is() ) in ImpSpell() 1952 return xSpellAlt; in ImpSpell() 1981 Reference< XSpellAlternatives > xSpellAlt; in ImpFindNextError() local 1983 while (!xSpellAlt.is()) in ImpFindNextError() 2010 if ( !xSpellAlt.is() ) in ImpFindNextError() 2018 return xSpellAlt; in ImpFindNextError() 2562 Reference< XSpellAlternatives > xSpellAlt; in HasSpellErrors() local [all …]
|
H A D | editview.cxx | 1068 Reference< XSpellAlternatives > xSpellAlt = in ExecuteSpellPopup() local 1076 if (xSpellAlt.is() && xLangGuesser.is()) in ExecuteSpellPopup() 1089 … nGuessLangWord = lcl_CheckLanguage( xSpellAlt->getWord(), xSpeller, xLangGuesser, sal_False ); in ExecuteSpellPopup() 1122 if (xSpellAlt.is()) in ExecuteSpellPopup() 1123 aAlt = xSpellAlt->getAlternatives(); in ExecuteSpellPopup()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 888 pArgs->xSpellAlt = NULL; in Spell() 935 while( !pArgs->xSpellAlt.is() && aScanner.NextWord() ) in Spell() 948 pArgs->xSpellAlt = pArgs->xSpeller->spell( rWord, eActLang, in Spell() 951 if( (pArgs->xSpellAlt).is() ) in Spell() 955 pArgs->xSpellAlt = NULL; in Spell() 989 return pArgs->xSpellAlt.is() ? 1 : 0; in Spell()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1005 uno::Reference< XSpellAlternatives > xSpellAlt; in GetCorrection() local 1049 xSpellAlt = xSpell->spell( aWord, eActLang, aPropVals ); in GetCorrection() 1053 if ( xSpellAlt.is() ) // error found? in GetCorrection() 1105 return xSpellAlt; in GetCorrection()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | olmenu.hxx | 47 ::com::sun::star::linguistic2::XSpellAlternatives > xSpellAlt;
|
/aoo42x/main/sw/inc/ |
H A D | splargs.hxx | 109 ::com::sun::star::linguistic2::XSpellAlternatives > xSpellAlt;
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 2062 aRet <<= pSpellArgs->xSpellAlt; in Spell()
|
Completed in 76 milliseconds