Home
last modified time | relevance | path

Searched refs:aLocale (Results 151 – 175 of 299) sorted by last modified time

12345678910>>...12

/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx218 const Locale aLocale = Application::GetSettings().GetUILocale(); in PrepareSearchString() local
220 rSearchString, nStartPos, aLocale, WordType::ANYWORD_IGNOREWHITESPACES, sal_True ); in PrepareSearchString()
246 aLocale, WordType::ANYWORD_IGNOREWHITESPACES ); in PrepareSearchString()
H A Dapp.cxx565 ::com::sun::star::lang::Locale aLocale = rAllSettings.GetUILocale(); in CreateSimpleResManager()
566 pRet = new SimpleResMgr( CREATEVERSIONRESMGR_NAME(sfx), aLocale ); in CreateSimpleResManager()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx630 lang::Locale aLocale; in PresenterTextParagraph() local
633 xProperties->getPropertyValue(A2S("CharLocale")) >>= aLocale; in PresenterTextParagraph()
/trunk/main/sd/source/ui/unoidl/
H A Dunopool.cxx82 lang::Locale aLocale; in putAny() local
83 if( rValue >>= aLocale ) in putAny()
85 SdUnoGetLanguage( aLocale ), in putAny()
H A Dunomodel.cxx1284 lang::Locale aLocale; in setPropertyValue() local
1285 if(!(aValue >>= aLocale)) in setPropertyValue()
1288 mpDoc->SetLanguage( SvxLocaleToLanguage(aLocale), EE_CHAR_LANGUAGE ); in setPropertyValue()
1360 lang::Locale aLocale; in getPropertyValue() local
1361 SvxLanguageToLocale( aLocale, eLang ); in getPropertyValue()
1362 aAny <<= aLocale; in getPropertyValue()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1646 Locale aLocale = aLocaleSeq[0]; in importBinary() local
1647 removeLocale( aLocale ); in importBinary()
1673 Locale aLocale; in importBinary() local
1674 aLocale.Language = aIn.readString(); in importBinary()
1675 aLocale.Country = aIn.readString(); in importBinary()
1676 aLocale.Variant = aIn.readString(); in importBinary()
1702 Locale& aLocale ) in checkNamingSceme() argument
1773 Locale aLocale; in implScanLocaleNames() local
1793 Locale aLocale; in implScanLocaleNames() local
1850 Locale aLocale = pLocaleItem->m_locale; in implGetNameScemeForLocaleItem() local
[all …]
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx103 ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale(); in lcl_getStringResourceManager()
109 aArgs[2] <<= aLocale; in lcl_getStringResourceManager()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1688 lang::Locale aLocale; in setPropertyValue() local
1689 if ( aValue >>= aLocale ) in setPropertyValue()
1705 lang::Locale aLocale; in setPropertyValue() local
1706 if ( aValue >>= aLocale ) in setPropertyValue()
1716 lang::Locale aLocale; in setPropertyValue() local
1823 lang::Locale aLocale; in getPropertyValue() local
1825 aRet <<= aLocale; in getPropertyValue()
1838 lang::Locale aLocale; in getPropertyValue() local
1840 aRet <<= aLocale; in getPropertyValue()
1847 lang::Locale aLocale; in getPropertyValue() local
[all …]
H A Ddefltuno.cxx189 lang::Locale aLocale; in setPropertyValue() local
190 if ( aValue >>= aLocale ) in setPropertyValue()
193 if (aLocale.Language.getLength() || aLocale.Country.getLength()) in setPropertyValue()
194 eNew = MsLangId::convertLocaleToLanguage( aLocale ); in setPropertyValue()
H A Dcellvaluebinding.cxx411 Locale aLocale; in setBooleanFormat() local
427 … xOldFormat->getPropertyValue( ::rtl::OUString::createFromAscii( "Locale" ) ) >>= aLocale; in setBooleanFormat()
437 sal_Int32 nNewIndex = xTypes->getStandardFormat( NumberFormat::LOGICAL, aLocale ); in setBooleanFormat()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx1062 lang::Locale aLocale( MsLangId::convertLanguageToLocale( eLang )); in IMPL_LINK() local
1063 uno::Sequence<rtl::OUString> aAlgos = pColWrap->listCollatorAlgorithms( aLocale ); in IMPL_LINK()
/trunk/main/sc/source/ui/app/
H A Dscmod2.cxx85 lang::Locale aLocale; in HasThesaurusLanguage() local
86 SvxLanguageToLocale( aLocale, nLang ); in HasThesaurusLanguage()
93 bHasLang = xThes->hasLocale( aLocale ); in HasThesaurusLanguage()
/trunk/main/sc/source/filter/xml/
H A Dxmlsorti.cxx169 lang::Locale aLocale; in EndElement() local
170 aLocale.Language = sLanguage; in EndElement()
171 aLocale.Country = sCountry; in EndElement()
173 aSortDescriptor[7].Value <<= aLocale; in EndElement()
H A Dxmlimprt.cxx2282 lang::Locale aLocale; in SetCurrencySymbol() local
2283 if (GetDocument() && (xProperties->getPropertyValue(sLocale) >>= aLocale)) in SetCurrencySymbol()
2286 … LocaleDataWrapper aLocaleData( GetDocument()->GetServiceManager(), aLocale ); in SetCurrencySymbol()
2297 … sal_Int32 nNewKey = xLocalNumberFormats->queryKey(sFormatString, aLocale, sal_True); in SetCurrencySymbol()
2299 nNewKey = xLocalNumberFormats->addNew(sFormatString, aLocale); in SetCurrencySymbol()
2402 lang::Locale aLocale; in SetType() local
2403 if ( xNumberFormatProperties->getPropertyValue(sLocale) >>= aLocale ) in SetType()
2407 …rtyValue( sNumberFormat, uno::makeAny(xNumberFormatTypes->getStandardFormat(nCellType, aLocale)) ); in SetType()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx325 ::com::sun::star::lang::Locale aLocale( in InitCharClassEnglish()
330 ::comphelper::getProcessServiceFactory(), aLocale); in InitCharClassEnglish()
H A Daddincol.cxx812 lang::Locale aLocale( MsLangId::convertLanguageToLocale( eOfficeLang )); in ReadFromAddIn() local
813 xAddIn->setLocale( aLocale ); in ReadFromAddIn()
1079 lang::Locale aLocale( MsLangId::convertLanguageToLocale( eOfficeLang )); in UpdateFromAddIn() local
1080 xLoc->setLocale( aLocale ); in UpdateFromAddIn()
/trunk/main/sal/qa/rtl/locale/
H A Drtl_locale.cxx67 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
88 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
109 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
110 rtl::OUString suLanguage = aLocale.getLanguage(); in TEST_F()
117 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
139 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
140 rtl::OUString suCountry = aLocale.getCountry(); in TEST_F()
147 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
168 rtl::OLocale aLocale = ::rtl::OLocale::getDefault(); in TEST_F() local
169 rtl::OUString suVariant = aLocale.getVariant(); in TEST_F()
[all …]
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx245 lang::Locale aLocale; in lcl_setFont() local
249 aLocale = _rxReportControlFormat->getCharLocale(); in lcl_setFont()
252 aLocale = _rxReportControlFormat->getCharLocaleAsian(); in lcl_setFont()
255 aLocale = _rxReportControlFormat->getCharLocaleComplex(); in lcl_setFont()
259 … _rItemSet.Put(SvxLanguageItem(MsLangId::convertLocaleToLanguageWithFallback(aLocale),_nLanguage)); in lcl_setFont()
/trunk/main/reportdesign/source/core/resource/
H A Dcore_resource.cxx64 ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale(); in ensureImplExists()
67 m_pImpl = SimpleResMgr::Create( sResLibName.getStr(), aLocale); in ensureImplExists()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DDateHelper.java48 Locale aLocale = new Locale("en","US"); in getDateString() local
49 SimpleDateFormat aFormat = new SimpleDateFormat(_sFormat, aLocale); in getDateString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDateHelper.java48 Locale aLocale = new Locale("en","US"); in getDateString() local
49 SimpleDateFormat aFormat = new SimpleDateFormat(_sFormat, aLocale); in getDateString()
/trunk/main/oox/source/xls/
H A Dnumberformatsbuffer.cxx2083 Locale aLocale; in insertBuiltinFormats() local
2085 aLocale = aSysLocale; in insertBuiltinFormats()
2093 rxNumFmt->setFormatCode( aLocale, pBuiltin->mpcFmtCode ); in insertBuiltinFormats()
2095 rxNumFmt->setPredefinedId( aLocale, pBuiltin->mnPredefId ); in insertBuiltinFormats()
/trunk/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx104 lang::Locale aLocale; in pushToPropMap() local
108 aLocale.Language = moLang.get().copy( 0, nSepPos ); in pushToPropMap()
109 aLocale.Country = moLang.get().copy( nSepPos + 1 ); in pushToPropMap()
113 aLocale.Language = moLang.get(); in pushToPropMap()
115 rPropMap[ PROP_CharLocale ] <<= aLocale; in pushToPropMap()
116 rPropMap[ PROP_CharLocaleAsian ] <<= aLocale; in pushToPropMap()
117 rPropMap[ PROP_CharLocaleComplex ] <<= aLocale; in pushToPropMap()
/trunk/main/offapi/com/sun/star/text/
H A DXDefaultNumberingProvider.idl57 getDefaultOutlineNumberings([in]com::sun::star::lang::Locale aLocale);
68 getDefaultContinuousNumberingLevels([in]com::sun::star::lang::Locale aLocale);
H A DXNumberingFormatter.idl57 [in]com::sun::star::lang::Locale aLocale)

Completed in 299 milliseconds

12345678910>>...12