Home
last modified time | relevance | path

Searched refs:aLocale (Results 176 – 200 of 299) sorted by relevance

12345678910>>...12

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java831 com.sun.star.lang.Locale aLocale = new com.sun.star.lang.Locale(); in insertFormattedField() local
832 aLocale.Country = Locale.getDefault().getCountry(); in insertFormattedField()
833 aLocale.Language = Locale.getDefault().getLanguage(); in insertFormattedField()
835 … int nFormat = x3.getStandardFormat(com.sun.star.util.NumberFormat.DATE, aLocale); in insertFormattedField()
/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/framework/inc/services/
H A Dlogindialog.hxx296 cIMPL_Dialog( ::com::sun::star::lang::Locale aLocale, Window* pParent );
387 ::com::sun::star::lang::Locale aLocale );
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx91 com::sun::star::lang::Locale aLocale = Application::GetSettings().GetLocale(); in getLocaleCalendar() local
98 else if( aLocale.Language != aLastLocale.Language || in getLocaleCalendar()
99 aLocale.Country != aLastLocale.Country ) in getLocaleCalendar()
105 aLastLocale = aLocale; in getLocaleCalendar()
106 xCalendar->loadDefaultCalendar( aLocale ); in getLocaleCalendar()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforquery.cxx90 Locale aLocale( aURLParameter.get_language(), in ResultSetForQuery() local
95 aLocale ); in ResultSetForQuery()
/trunk/main/sw/source/core/text/
H A Dguess.cxx369 const lang::Locale aLocale = pBreakIt->GetLocale( aLang ); in Guess() local
374 rInf.GetTxt(), nCutPos, aLocale, in Guess()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob.cxx416 lang::Locale aLocale( SvxCreateLocale( nLang ) ); in GetAttrState() local
419 !xThes.is() || nLang == LANGUAGE_NONE || !xThes->hasLocale( aLocale )) in GetAttrState()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx434 Locale aLocale = pLocale[iLocale]; in setPropertyValue() local
439 if( xStringResourceManager->hasEntryForIdAndLocale( aOldPureIdStr, aLocale ) ) in setPropertyValue()
442 resolveStringForLocale( aOldPureIdStr, aLocale ); in setPropertyValue()
445 xStringResourceManager->setStringForLocale( aNewPureIdStr, aResourceStr, aLocale ); in setPropertyValue()
479 Locale aLocale = pLocale[iLocale]; in setPropertyValue() local
482 xStringResourceManager->removeIdForLocale( aPureIdStr, aLocale ); in setPropertyValue()
/trunk/main/sfx2/source/appl/
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/offapi/com/sun/star/configuration/backend/
H A DXUpdateHandler.idl416 @param aLocale
435 void setPropertyValueForLocale( [in] any aValue, [in] string aLocale )
463 @param aLocale
480 void resetPropertyValueForLocale( [in] string aLocale )
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx360 lang::Locale aLocale( SvxCreateLocale(nActLanguage) ); in InitControls_Impl() local
361 xPossHyph = xHyphenator->createPossibleHyphens( aActWord, aLocale, in InitControls_Impl()
/trunk/main/unotools/source/config/
H A Duseroptions.cxx212 ::rtl::OUString aLocale; in SvtUserOptions_Impl()
213 if ( aAny >>= aLocale ) in SvtUserOptions_Impl()
214 m_aLocale = aLocale; in SvtUserOptions_Impl()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1423 const ::com::sun::star::lang::Locale aLocale = _pView->getLocale(); in GetANDCriteria() local
1473 aLocale, in GetANDCriteria()
1480 aLocale, in GetANDCriteria()
1531 ::rtl::OUString sCondition = ParseCondition(rController,pCondition,sDecimal,aLocale,1); in GetANDCriteria()
1543 ::rtl::OUString sCondition = ParseCondition(rController,pCondition,sDecimal,aLocale,1); in GetANDCriteria()
1551 aLocale, in GetANDCriteria()
1567 ::rtl::OUString aCondition = ParseCondition(rController,pCondition,sDecimal,aLocale,0); in GetANDCriteria()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXDictionary.idl116 @param aLocale
121 void setLocale( [in] com::sun::star::lang::Locale aLocale );
/trunk/main/sd/source/ui/unoidl/
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/sw/source/core/doc/
H A Ddoctxm.cxx1228 lang::Locale aLocale; in UpdateMarks() local
1231 aLocale = pBreakIt->GetLocale( in UpdateMarks()
1236 GetOptions(), FORM_ENTRY, rIntl, aLocale ); in UpdateMarks()
1242 GetOptions(), FORM_PRIMARY_KEY, rIntl, aLocale ); in UpdateMarks()
1247 … GetOptions(), FORM_SECONDARY_KEY, rIntl, aLocale ); in UpdateMarks()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1307 …const com::sun::star::lang::Locale aLocale(MsLangId::convertLanguageToLocale(rProperty.getLanguage… in proccessMetaTextAction() local
1366 aLocale, in proccessMetaTextAction()
1393 aLocale, in proccessMetaTextAction()
1547 const com::sun::star::lang::Locale aLocale(MsLangId::convertLanguageToLocale( in proccessMetaTextLineAction() local
1557 aLocale)); in proccessMetaTextLineAction()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx1449 lang::Locale aLocale = SvxCreateLocale( nLang ); in GetState() local
1462 !xThes.is() || nLang == LANGUAGE_NONE || !xThes->hasLocale( aLocale )) in GetState()
1781 … const lang::Locale aLocale( SW_BREAKITER()->GetLocale( (LanguageType)GetAppLanguage() ) ); in GetState() local
1791 aLocale, in GetState()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx145 aLocale = rLocale; in setLocale()
153 return aLocale; in getLocale()
1944 rDebugMsg += String( aLocale.Language); in appendLocaleInfo()
1946 rDebugMsg += String( aLocale.Country); in appendLocaleInfo()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx404 Locale aLocale; in ImplGetDefaultValue() local
408 aLocale.Language = sDefaultCurrency.copy( 0, nSepPos ); in ImplGetDefaultValue()
409 aLocale.Country = sDefaultCurrency.copy( nSepPos + 1 ); in ImplGetDefaultValue()
412 LocaleDataWrapper aLocaleInfo( maContext.getLegacyServiceFactory(), aLocale ); in ImplGetDefaultValue()
/trunk/main/sc/source/core/tool/
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/editeng/source/editeng/
H A Deditview.cxx98 lang::Locale aLocale( xLangGuess->guessPrimaryLanguage( rText, 0, rText.getLength()) ); in DBG_NAME() local
105 if (aLocale.Country.getLength() == 0) in DBG_NAME()
108 if (aTmpLocale.Language == aLocale.Language) in DBG_NAME()
112 nLang = MsLangId::convertLocaleToLanguageWithFallback( aLocale ); in DBG_NAME()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx60 ::com::sun::star::lang::Locale aLocale; in SV_IMPL_PTRARR()
63 aLocale = Application::GetSettings().GetLocale(); in SV_IMPL_PTRARR()
64 aLangString = aLocale.Language; in SV_IMPL_PTRARR()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx223 Locale aLocale; in implGetLocale() local
224 aLocale = Application::GetSettings().GetUILocale(); in implGetLocale()
226 return aLocale; in implGetLocale()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx805 ::com::sun::star::lang::Locale aLocale;
963 inline const ::com::sun::star::lang::Locale& GetLocale() const { return aLocale; } in GetLocale()

Completed in 331 milliseconds

12345678910>>...12