/aoo41x/main/basctl/source/basicide/ |
H A D | localizationmgr.cxx | 63 Sequence< Locale > aLocaleSeq = m_xStringResourceManager->getLocales(); in isLibraryLocalized() 212 Sequence< Locale > aLocaleSeq = xStringResourceManager->getLocales(); in implHandleControlResourceProperties() 750 Sequence< Locale > aResLocaleSeq = m_xStringResourceManager->getLocales(); in handleRemoveLocales() 907 if( !xStringResourceManager.is() || xStringResourceManager->getLocales().getLength() == 0 ) in setControlResourceIDsForNewEditorObject() 937 if( !xStringResourceManager.is() || xStringResourceManager->getLocales().getLength() == 0 ) in renameControlResourceIDsForEditorObject() 989 if( xStringResourceManager->getLocales().getLength() > 0 ) in setStringResourceAtDialog() 1140 if( !xStringResourceManager.is() || xStringResourceManager->getLocales().getLength() == 0 ) in copyResourcesForPastedEditorObject()
|
H A D | baside3.cxx | 792 Sequence< lang::Locale > aLocaleSeq = xStringResourceResolver->getLocales(); in SaveDialog() 855 Sequence< lang::Locale > aLocaleSeq = xStringResourceResolver->getLocales(); in SaveDialog() 1098 Sequence< lang::Locale > aImportLocaleSeq = xImportStringResource->getLocales(); in implImportDialog() 1107 aLibLocaleSeq = xLibStringResourceManager->getLocales(); in implImportDialog()
|
H A D | moduldlg.cxx | 182 bAllowMove = ( xSourceMgr->getLocales().getLength() == 0 ); in NotifyStartDrag() 290 bool bSourceLocalized = ( xSourceMgr->getLocales().getLength() > 0 ); in CopyDialogResources() 297 bool bDestLocalized = ( xDestMgr->getLocales().getLength() > 0 ); in CopyDialogResources()
|
/aoo41x/main/offapi/com/sun/star/resource/ |
H A D | XStringResourceResolver.idl | 97 <member>getLocales</member>. A closest match search is not supported. 134 <member>getLocales</member>. A closest match search is not supported. 159 <member>getLocales</member>. A closest match search is not supported. 190 sequence<com::sun::star::lang::Locale> getLocales();
|
H A D | XStringResourceManager.idl | 165 <member>getLocales</member>. A closest match search is not supported. 209 <member>getLocales</member>. A closest match search is not supported.
|
/aoo41x/main/editeng/source/misc/ |
H A D | unolingu.cxx | 489 getLocales() 555 ThesDummy_Impl::getLocales() in getLocales() function in ThesDummy_Impl 561 return xThes->getLocales(); in getLocales() 733 getLocales() 783 HyphDummy_Impl::getLocales() in getLocales() function in HyphDummy_Impl 788 return xHyph->getLocales(); in getLocales()
|
/aoo41x/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 317 Sequence< Locale > StringResourceImpl::getLocales( ) in getLocales() function in stringresource::StringResourceImpl 921 Sequence< Locale > StringResourcePersistenceImpl::getLocales( ) in getLocales() function in stringresource::StringResourcePersistenceImpl 924 return StringResourceImpl::getLocales(); in getLocales() 1642 Sequence< Locale > aLocaleSeq = getLocales(); in importBinary() 2466 Sequence< Locale > StringResourceWithStorageImpl::getLocales( ) in getLocales() function in stringresource::StringResourceWithStorageImpl 2469 return StringResourceImpl::getLocales(); in getLocales() 2821 Sequence< Locale > StringResourceWithLocationImpl::getLocales( ) in getLocales() function in stringresource::StringResourceWithLocationImpl 2824 return StringResourceImpl::getLocales(); in getLocales()
|
H A D | stringresource.hxx | 228 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > SAL_CALL getLocales( ) 381 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > SAL_CALL getLocales( ) 495 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > SAL_CALL getLocales( ) 621 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > SAL_CALL getLocales( )
|
/aoo41x/main/cui/source/options/ |
H A D | optlingu.cxx | 797 const Sequence< Locale > aLocales( aInfo.xSpell->getLocales() ); in SvxLinguData_Impl() 821 const Sequence< Locale > aLocales( aInfo.xGrammar->getLocales() ); in SvxLinguData_Impl() 845 const Sequence< Locale > aLocales( aInfo.xHyph->getLocales() ); in SvxLinguData_Impl() 869 const Sequence< Locale > aLocales( aInfo.xThes->getLocales() ); in SvxLinguData_Impl() 1032 aLocales = pInfo->xSpell->getLocales(); in Reconfigure() 1048 aLocales = pInfo->xGrammar->getLocales(); in Reconfigure() 1064 aLocales = pInfo->xHyph->getLocales(); in Reconfigure() 1080 aLocales = pInfo->xThes->getLocales(); in Reconfigure()
|
/aoo41x/main/linguistic/workben/ |
H A D | sspellimp.cxx | 95 Sequence< Locale > SAL_CALL SpellChecker::getLocales() in getLocales() function in SpellChecker 120 getLocales(); in hasLocale()
|
H A D | sspellimp.hxx | 93 getLocales()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | managelang.cxx | 185 Sequence< Locale > aLocaleSeq = m_pLocalizationMgr->getStringResourceManager()->getLocales(); in FillLanguageBox() 346 Sequence< Locale > aLocaleSeq = m_pLocalizationMgr->getStringResourceManager()->getLocales(); in FillLanguageBox()
|
/aoo41x/main/linguistic/source/ |
H A D | lngsvcmgr.cxx | 120 uno::Sequence< lang::Locale > aLoc( xSuppLoc->getLocales() ); in GetAvailLocales() 908 uno::Sequence<lang::Locale> aLocaleSequence(xSuppLoc->getLocales()); in GetAvailableSpellSvcs_Impl() 974 uno::Sequence<lang::Locale> aLocaleSequence(xSuppLoc->getLocales()); in GetAvailableGrammarSvcs_Impl() 1039 uno::Sequence<lang::Locale> aLocaleSequence(xSuppLoc->getLocales()); in GetAvailableHyphSvcs_Impl() 1106 uno::Sequence<lang::Locale> aLocaleSequence(xSuppLoc->getLocales()); in GetAvailableThesSvcs_Impl()
|
H A D | spelldsp.cxx | 232 Sequence< Locale > SAL_CALL SpellCheckerDispatcher::getLocales() in getLocales() function in SpellCheckerDispatcher 762 uno::Sequence< Locale > aTmp( getLocales() ); in getLanguages()
|
H A D | thesdsp.hxx | 85 getLocales()
|
/aoo41x/main/svx/source/dialog/ |
H A D | langbox.cxx | 258 Sequence < Locale > aLocaleSequence( xTmp->getLocales() ); in SetLanguageList() 266 Sequence < Locale > aLocaleSequence( xTmp->getLocales() ); in SetLanguageList()
|
/aoo41x/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 100 Sequence< Locale > SAL_CALL MacSpellChecker::getLocales() in getLocales() function in MacSpellChecker 217 getLocales(); in hasLocale()
|
/aoo41x/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 121 Sequence< Locale > SAL_CALL SpellChecker::getLocales() in getLocales() function in SpellChecker 255 getLocales(); in hasLocale()
|
H A D | sspellimp.hxx | 97 virtual Sequence< Locale > SAL_CALL getLocales() throw(RuntimeException);
|
/aoo41x/main/qadevOOo/tests/java/ifc/linguistic2/ |
H A D | _XSupportedLocales.java | 50 locales = oObj.getLocales(); in _getLocales()
|
/aoo41x/main/qadevOOo/objdsc/lnn/ |
H A D | com.sun.star.lingu2.Thesaurus.csv | 8 "Thesaurus";"com::sun::star::linguistic2::XSupportedLocales";"getLocales()"
|
H A D | com.sun.star.lingu2.SpellChecker.csv | 8 "SpellChecker";"com::sun::star::linguistic2::XSupportedLocales";"getLocales()"
|
H A D | com.sun.star.lingu2.Hyphenator.csv | 11 "Hyphenator";"com::sun::star::linguistic2::XSupportedLocales";"getLocales()"
|
/aoo41x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 152 Sequence< Locale > SAL_CALL Thesaurus::getLocales() in getLocales() function in Thesaurus 289 getLocales(); in hasLocale()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | UnoForbiddenCharsTable.hxx | 57 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > SAL_CALL getLocales( ) …
|