Lines Matching refs:aInfo

788             ServiceInfo_Impl aInfo;  in SvxLinguData_Impl()  local
789 aInfo.sSpellImplName = pSpellNames[nIdx]; in SvxLinguData_Impl()
790 aInfo.xSpell = uno::Reference<XSpellChecker>( in SvxLinguData_Impl()
791 … xMSF->createInstanceWithArguments(aInfo.sSpellImplName, aArgs), UNO_QUERY); in SvxLinguData_Impl()
793 uno::Reference<XServiceDisplayName> xDispName(aInfo.xSpell, UNO_QUERY); in SvxLinguData_Impl()
795 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()
797 const Sequence< Locale > aLocales( aInfo.xSpell->getLocales() ); in SvxLinguData_Impl()
802 lcl_MergeDisplayArray( *this, aInfo ); in SvxLinguData_Impl()
812 ServiceInfo_Impl aInfo; in SvxLinguData_Impl() local
813 aInfo.sGrammarImplName = pGrammarNames[nIdx]; in SvxLinguData_Impl()
814 aInfo.xGrammar = uno::Reference<XProofreader>( in SvxLinguData_Impl()
815 … xMSF->createInstanceWithArguments(aInfo.sGrammarImplName, aArgs), UNO_QUERY); in SvxLinguData_Impl()
817 uno::Reference<XServiceDisplayName> xDispName(aInfo.xGrammar, UNO_QUERY); in SvxLinguData_Impl()
819 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()
821 const Sequence< Locale > aLocales( aInfo.xGrammar->getLocales() ); in SvxLinguData_Impl()
826 lcl_MergeDisplayArray( *this, aInfo ); in SvxLinguData_Impl()
836 ServiceInfo_Impl aInfo; in SvxLinguData_Impl() local
837 aInfo.sHyphImplName = pHyphNames[nIdx]; in SvxLinguData_Impl()
838 aInfo.xHyph = uno::Reference<XHyphenator>( in SvxLinguData_Impl()
839 … xMSF->createInstanceWithArguments(aInfo.sHyphImplName, aArgs), UNO_QUERY); in SvxLinguData_Impl()
841 uno::Reference<XServiceDisplayName> xDispName(aInfo.xHyph, UNO_QUERY); in SvxLinguData_Impl()
843 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()
845 const Sequence< Locale > aLocales( aInfo.xHyph->getLocales() ); in SvxLinguData_Impl()
850 lcl_MergeDisplayArray( *this, aInfo ); in SvxLinguData_Impl()
860 ServiceInfo_Impl aInfo; in SvxLinguData_Impl() local
861 aInfo.sThesImplName = pThesNames[nIdx]; in SvxLinguData_Impl()
862 aInfo.xThes = uno::Reference<XThesaurus>( in SvxLinguData_Impl()
863 … xMSF->createInstanceWithArguments(aInfo.sThesImplName, aArgs), UNO_QUERY); in SvxLinguData_Impl()
865 uno::Reference<XServiceDisplayName> xDispName(aInfo.xThes, UNO_QUERY); in SvxLinguData_Impl()
867 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()
869 const Sequence< Locale > aLocales( aInfo.xThes->getLocales() ); in SvxLinguData_Impl()
874 lcl_MergeDisplayArray( *this, aInfo ); in SvxLinguData_Impl()