Searched refs:xDispName (Results 1 – 1 of 1) sorted by relevance
793 uno::Reference<XServiceDisplayName> xDispName(aInfo.xSpell, UNO_QUERY); in SvxLinguData_Impl() local794 if(xDispName.is()) in SvxLinguData_Impl()795 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()817 uno::Reference<XServiceDisplayName> xDispName(aInfo.xGrammar, UNO_QUERY); in SvxLinguData_Impl() local818 if(xDispName.is()) in SvxLinguData_Impl()819 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()841 uno::Reference<XServiceDisplayName> xDispName(aInfo.xHyph, UNO_QUERY); in SvxLinguData_Impl() local842 if(xDispName.is()) in SvxLinguData_Impl()843 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()865 uno::Reference<XServiceDisplayName> xDispName(aInfo.xThes, UNO_QUERY); in SvxLinguData_Impl() local[all …]
Completed in 24 milliseconds