Home
last modified time | relevance | path

Searched refs:aLoc (Results 1 – 15 of 15) sorted by relevance

/trunk/main/unotools/source/config/
H A Dfontcfg.cxx138 Locale aLoc; in DefaultFontConfiguration() local
142aLoc.Language = pLocaleStrings[i].getToken( 0, sal_Unicode('-'), nIndex ).toAsciiLowerCase(); in DefaultFontConfiguration()
146 aLoc.Country = OUString(); in DefaultFontConfiguration()
150 aLoc.Variant = OUString(); in DefaultFontConfiguration()
151 m_aConfig[ aLoc ] = LocaleAccess(); in DefaultFontConfiguration()
152 m_aConfig[ aLoc ].aConfigLocaleString = pLocaleStrings[i]; in DefaultFontConfiguration()
418 Locale aLoc; in FontSubstConfiguration() local
426 aLoc.Country = OUString(); in FontSubstConfiguration()
430 aLoc.Variant = OUString(); in FontSubstConfiguration()
431 m_aSubst[ aLoc ] = LocaleSubst(); in FontSubstConfiguration()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx134 com::sun::star::lang::Locale aLoc( i_rLocale ); in normalizeInputLocale() local
135 if( bInsertDefault && aLoc.Language.getLength() == 0 ) in normalizeInputLocale()
138 aLoc = Application::GetSettings().GetUILocale(); in normalizeInputLocale()
150 aLoc.Country = rtl::OUString(); in normalizeInputLocale()
151 aLoc.Variant = rtl::OUString(); in normalizeInputLocale()
155 aLoc.Language = aLoc.Language.toAsciiLowerCase(); in normalizeInputLocale()
156 aLoc.Country = aLoc.Country.toAsciiUpperCase(); in normalizeInputLocale()
157 aLoc.Variant = aLoc.Variant.toAsciiUpperCase(); in normalizeInputLocale()
159 return aLoc; in normalizeInputLocale()
185 com::sun::star::lang::Locale aLoc; in insertValue() local
[all …]
H A Dprinterinfomanager.cxx1318 ByteString aLoc( WhitespaceToSpace( it->copy(nPos+9) ) ); in lpgetSysQueueTokenHandler() local
1319 if( aLoc.Len() > 0 ) in lpgetSysQueueTokenHandler()
1320 o_rQueues.back().m_aLocation = String( aLoc, aEncoding ); in lpgetSysQueueTokenHandler()
/trunk/main/padmin/source/
H A Dhelper.cxx73 rtl::OUString aLoc; in PaResId() local
75 if( aValue >>= aLoc ) in PaResId()
81 aLocale.Language = aLoc.getToken( 0, '-', nIndex ); in PaResId()
82 aLocale.Country = aLoc.getToken( 0, '-', nIndex ); in PaResId()
83 aLocale.Variant = aLoc.getToken( 0, '-', nIndex ); in PaResId()
/trunk/main/fpicker/source/win32/misc/
H A Dresourceprovider.cxx123 com::sun::star::lang::Locale aLoc( Application::GetSettings().GetUILocale() ); in CResourceProvider_Impl() local
124 m_ResMgr = new SimpleResMgr( CREATEVERSIONRESMGR_NAME( fps_office ), aLoc ); in CResourceProvider_Impl()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx222 aDicts[k].aLoc = MsLangId::convertLanguageToLocale( in getLocales()
224 aDicts[k].apCC = new CharClass( aDicts[k].aLoc ); in getLocales()
305 if (aLocale == aDicts[j].aLoc) in hyphenate()
569 if (aLocale == aDicts[j].aLoc) k = j; in createPossibleHyphens()
H A Dhyphenimp.hxx63 Locale aLoc; member
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx288 awt::Point aLoc( aPixPos.X(), aPixPos.Y() ); in getLocation() local
290 return aLoc; in getLocation()
304 awt::Point aLoc( aPixPos.X(), aPixPos.Y() ); in getLocationOnScreen() local
306 return aLoc; in getLocationOnScreen()
H A Daccfield.cxx161 com::sun::star::lang::Locale aLoc( Application::GetSettings().GetLocale() ); in getLocale() local
162 return aLoc; in getLocale()
H A Dacccontext.cxx787 lang::Locale aLoc( Application::GetSettings().GetLocale() ); in getLocale() local
788 return aLoc; in getLocale()
H A Daccpara.cxx1114 lang::Locale aLoc( pBreakIt->GetLocale( pTxtNd->GetLang( 0 ) ) ); in getLocale() local
1116 return aLoc; in getLocale()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx346 lang::Locale aLoc; in SwInsertDBColAutoPilot() local
347 aLocale >>= aLoc; in SwInsertDBColAutoPilot()
348 long nKey = xDocNumberFormats->queryKey( sFormat, aLoc, sal_True); in SwInsertDBColAutoPilot()
351 nKey = xDocNumberFormats->addNew( sFormat, aLoc ); in SwInsertDBColAutoPilot()
H A Ddbmgr.cxx1552 lang::Locale aLoc; in GetColumnFmt() local
1553 aLocaleVal >>= aLoc; in GetColumnFmt()
1554 nFmt = xDocNumberFormats->queryKey( sFormat, aLoc, sal_False ); in GetColumnFmt()
1556 nFmt = xDocNumberFormats->addNew( sFormat, aLoc ); in GetColumnFmt()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx120 uno::Sequence< lang::Locale > aLoc( xSuppLoc->getLocales() ); in GetAvailLocales() local
121 sal_Int32 nLoc = aLoc.getLength(); in GetAvailLocales()
124 const lang::Locale *pLoc = aLoc.getConstArray(); in GetAvailLocales()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx233 lang::Locale aLoc( Application::GetAppLocaleDataWrapper().getLocale()); in ImplInit() local
234 aMsg += ByteString( String( aLoc.Language), RTL_TEXTENCODING_UTF8); in ImplInit()
236 aMsg += ByteString( String( aLoc.Country), RTL_TEXTENCODING_UTF8); in ImplInit()

Completed in 163 milliseconds