Lines Matching refs:xSpell
524 uno::Reference< XSpellChecker > xSpell; member
722 if(rToAdd.xSpell.is()) in lcl_MergeDisplayArray()
724 DBG_ASSERT( !pEntry->xSpell.is() && in lcl_MergeDisplayArray()
728 pEntry->xSpell = rToAdd.xSpell; in lcl_MergeDisplayArray()
790 aInfo.xSpell = uno::Reference<XSpellChecker>( in SvxLinguData_Impl()
793 uno::Reference<XServiceDisplayName> xDispName(aInfo.xSpell, UNO_QUERY); in SvxLinguData_Impl()
797 const Sequence< Locale > aLocales( aInfo.xSpell->getLocales() ); in SvxLinguData_Impl()
1030 if (pInfo->xSpell.is()) in Reconfigure()
1032 aLocales = pInfo->xSpell->getLocales(); in Reconfigure()
2325 bIsSuppLang = pInfo->xSpell.is() && in IMPL_LINK()
2326 pInfo->xSpell->hasLocale( aCurLocale ); in IMPL_LINK()