Home
last modified time | relevance | path

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

/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx186 const Locale* pLocale = aLocaleSeq.getConstArray(); in FillLanguageBox()
187 sal_Int32 i, nCount = aLocaleSeq.getLength(); in FillLanguageBox()
225 m_pLocalizationMgr->handleAddLocales( aLocaleSeq ); in IMPL_LINK()
246 Sequence< Locale > aLocaleSeq( nCount ); in IMPL_LINK() local
252 aLocaleSeq[i] = pEntry->m_aLocale; in IMPL_LINK()
347 const Locale* pLocale = aLocaleSeq.getConstArray(); in FillLanguageBox()
348 sal_Int32 i, nCount = aLocaleSeq.getLength(); in FillLanguageBox()
401 Sequence< Locale > aLocaleSeq( nSize ); in GetLocales() local
406 aLocaleSeq[0] = aLocale; in GetLocales()
419 aLocaleSeq[j++] = aLocale; in GetLocales()
[all …]
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx64 bRet = ( aLocaleSeq.getLength() > 0 ); in isLibraryLocalized()
213 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in implHandleControlResourceProperties()
254 const Locale* pLocales = aLocaleSeq.getConstArray(); in implHandleControlResourceProperties()
318 const Locale* pLocales = aLocaleSeq.getConstArray(); in implHandleControlResourceProperties()
354 const Locale* pLocales = aLocaleSeq.getConstArray(); in implHandleControlResourceProperties()
389 const Locale* pLocales = aLocaleSeq.getConstArray(); in implHandleControlResourceProperties()
434 const Locale* pLocales = aLocaleSeq.getConstArray(); in implHandleControlResourceProperties()
706 const Locale* pLocales = aLocaleSeq.getConstArray(); in handleAddLocales()
707 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in handleAddLocales()
739 const Locale* pLocales = aLocaleSeq.getConstArray(); in handleRemoveLocales()
[all …]
H A Dbasicbox.cxx431 Sequence< Locale > aLocaleSeq = pCurMgr->getStringResourceManager()->getLocales(); in FillBox() local
432 const Locale* pLocale = aLocaleSeq.getConstArray(); in FillBox()
433 sal_Int32 i, nCount = aLocaleSeq.getLength(); in FillBox()
H A Dbaside3.cxx792 Sequence< lang::Locale > aLocaleSeq = xStringResourceResolver->getLocales(); in SaveDialog() local
793 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in SaveDialog()
855 Sequence< lang::Locale > aLocaleSeq = xStringResourceResolver->getLocales(); in SaveDialog() local
856 const lang::Locale* pLocales = aLocaleSeq.getConstArray(); in SaveDialog()
857 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in SaveDialog()
H A Dbasides1.cxx995 Sequence< lang::Locale > aLocaleSeq = pCurMgr->getStringResourceManager()->getLocales(); in GetState() local
996 const lang::Locale* pLocale = aLocaleSeq.getConstArray(); in GetState()
997 sal_Int32 i, nCount = aLocaleSeq.getLength(); in GetState()
/trunk/main/basctl/source/inc/
H A Dlocalizationmgr.hxx88 < ::com::sun::star::lang::Locale > aLocaleSeq );
91 < ::com::sun::star::lang::Locale > aLocaleSeq );
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx412 Sequence< Locale > aLocaleSeq = xStringResourceManager->getLocales(); in setPropertyValue() local
413 const Locale* pLocale = aLocaleSeq.getConstArray(); in setPropertyValue()
414 sal_Int32 nLocaleCount = aLocaleSeq.getLength(); in setPropertyValue()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1642 Sequence< Locale > aLocaleSeq = getLocales(); in importBinary() local
1643 nOldLocaleCount = aLocaleSeq.getLength(); in importBinary()
1646 Locale aLocale = aLocaleSeq[0]; in importBinary()

Completed in 77 milliseconds