Lines Matching refs:xDispName
793 uno::Reference<XServiceDisplayName> xDispName(aInfo.xSpell, UNO_QUERY); in SvxLinguData_Impl() local
794 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() local
818 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() local
842 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
866 if(xDispName.is()) in SvxLinguData_Impl()
867 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()