| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/ | 
| H A D | _XServiceDisplayName.java | 48         String dn = oObj.getServiceDisplayName(new Locale("de","DE",""));  in _getServiceDisplayName()
 | 
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/lnn/ | 
| H A D | com.sun.star.lingu2.Thesaurus.csv | 10 "Thesaurus";"com::sun::star::lang::XServiceDisplayName";"getServiceDisplayName()"
 | 
| H A D | com.sun.star.lingu2.SpellChecker.csv | 10 "SpellChecker";"com::sun::star::lang::XServiceDisplayName";"getServiceDisplayName()"
 | 
| H A D | com.sun.star.lingu2.Hyphenator.csv | 13 "Hyphenator";"com::sun::star::lang::XServiceDisplayName";"getServiceDisplayName()"
 | 
| /trunk/main/lingucomponent/source/spellcheck/spell/ | 
| H A D | sspellimp.hxx | 108 …  virtual OUString SAL_CALL getServiceDisplayName( const Locale& rLocale ) throw(RuntimeException);
 | 
| H A D | sspellimp.cxx | 573 OUString SAL_CALL SpellChecker::getServiceDisplayName( const Locale& /*rLocale*/ )  in getServiceDisplayName()  function in SpellChecker
 | 
| /trunk/main/linguistic/workben/ | 
| H A D | sspellimp.hxx | 123 		getServiceDisplayName( const Locale& rLocale ) 
 | 
| H A D | sspellimp.cxx | 344 	SpellChecker::getServiceDisplayName( const Locale& rLocale )   in getServiceDisplayName()  function in SpellChecker
 | 
| /trunk/main/lingucomponent/source/spellcheck/macosxspell/ | 
| H A D | macspellimp.hxx | 119 …  virtual OUString SAL_CALL getServiceDisplayName( const Locale& rLocale ) throw(RuntimeException);
 | 
| H A D | macspellimp.cxx | 477     MacSpellChecker::getServiceDisplayName( const Locale& /*rLocale*/ )  in getServiceDisplayName()  function in MacSpellChecker
 | 
| /trunk/main/lingucomponent/source/thesaurus/libnth/ | 
| H A D | nthesimp.hxx | 121 …  virtual OUString SAL_CALL getServiceDisplayName( const Locale& rLocale ) throw(RuntimeException);
 | 
| H A D | nthesimp.cxx | 574 OUString SAL_CALL Thesaurus::getServiceDisplayName( const Locale& /*rLocale*/ )  in getServiceDisplayName()  function in Thesaurus
 | 
| /trunk/main/udkapi/com/sun/star/lang/ | 
| H A D | XServiceDisplayName.idl | 63 	string	getServiceDisplayName( 
 | 
| /trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ | 
| H A D | hyphenimp.hxx | 119 …  virtual OUString SAL_CALL getServiceDisplayName( const Locale& rLocale ) throw(RuntimeException);
 | 
| H A D | hyphenimp.cxx | 829 OUString SAL_CALL Hyphenator::getServiceDisplayName( const Locale& /*rLocale*/ )  in getServiceDisplayName()  function in Hyphenator
 | 
| /trunk/main/cui/source/options/ | 
| H A D | optlingu.cxx | 795                 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale );  in SvxLinguData_Impl()819                 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale );  in SvxLinguData_Impl()
 843                 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale );  in SvxLinguData_Impl()
 867                 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale );  in SvxLinguData_Impl()
 
 | 
| /trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ | 
| H A D | SampleThesaurus.java | 207     public String getServiceDisplayName( Locale aLocale )  in getServiceDisplayName()  method in SampleThesaurus
 | 
| H A D | SampleSpellChecker.java | 370     public String getServiceDisplayName( Locale aLocale )  in getServiceDisplayName()  method in SampleSpellChecker
 | 
| H A D | SampleHyphenator.java | 426     public String getServiceDisplayName( Locale aLocale )  in getServiceDisplayName()  method in SampleHyphenator
 | 
| /trunk/main/cui/source/dialogs/ | 
| H A D | SpellDialog.cxx | 912                 sVendor = xDisplayName->getServiceDisplayName( pSpellErrorDescription->aLocale );  in SetTitle_Impl()
 |