Home
last modified time | relevance | path

Searched refs:xDispName (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cui/source/options/
H A Doptlingu.cxx793 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
[all …]

Completed in 26 milliseconds