/aoo4110/main/unotools/source/config/ |
H A D | fontcfg.cxx | 144 … aLoc.Country = pLocaleStrings[i].getToken( 0, sal_Unicode('-'), nIndex ).toAsciiUpperCase(); in DefaultFontConfiguration() 148 … aLoc.Variant = pLocaleStrings[i].getToken( 0, sal_Unicode('-'), nIndex ).toAsciiUpperCase(); in DefaultFontConfiguration() 239 aLocale.Country = rLocale.Country.toAsciiUpperCase(); in getDefaultFont() 240 aLocale.Variant = rLocale.Variant.toAsciiUpperCase(); in getDefaultFont() 424 … aLoc.Country = pLocaleStrings[i].getToken( 0, sal_Unicode('-'), nIndex ).toAsciiUpperCase(); in FontSubstConfiguration() 428 … aLoc.Variant = pLocaleStrings[i].getToken( 0, sal_Unicode('-'), nIndex ).toAsciiUpperCase(); in FontSubstConfiguration() 1182 aLocale.Country = rLocale.Country.toAsciiUpperCase(); in getSubstInfo() 1183 aLocale.Variant = rLocale.Variant.toAsciiUpperCase(); in getSubstInfo()
|
/aoo4110/main/sal/qa/rtl_strings/ |
H A D | rtl_old_testostring.cxx | 137 s7 = s7.toAsciiUpperCase(); in test_OString() 145 s8 = s7.toAsciiUpperCase(); in test_OString()
|
/aoo4110/main/sal/qa/rtl/ostring/ |
H A D | rtl_str.cxx | 653 class toAsciiUpperCase : public CppUnit::TestFixture class 681 CPPUNIT_TEST_SUITE(toAsciiUpperCase); 874 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_str::toAsciiUpperCase, "rtl_str");
|
H A D | rtl_str.xsce | 44 rtl_str.toAsciiUpperCase.toAsciiUpperCase_000
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbawsfunction.cxx | 95 OpCode eOpCode = aCompiler.GetEnglishOpCode( FunctionName.toAsciiUpperCase() ); in invoke() 232 rtl::OUString sName = aApproximateName.toAsciiUpperCase(); in getExactName()
|
H A D | vbaformat.cxx | 431 sLocalFormatString = sLocalFormatString.toAsciiUpperCase(); in setNumberFormatLocal() 457 sFormatString = sFormatString.toAsciiUpperCase(); in setNumberFormat()
|
/aoo4110/main/i18npool/source/isolang/ |
H A D | isolang.cxx | 748 rtl::OUString aUpperCountry = rLocale.Country.toAsciiUpperCase(); in lcl_lookupFallbackEntry() 871 rtl::OUString aUpperCountry = rCountry.toAsciiUpperCase(); in convertIsoNamesToLanguage() 1079 rtl::OString aUpperCountry = aCountry.toAsciiUpperCase(); in convertUnxByteStringToLanguage()
|
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 281 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpHeaderDefine() 331 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpInclude() 364 OString sPrefix(OString(prefix).toAsciiUpperCase()); in dumpDepIncludes() 424 o << "\n#ifndef " << type.toAsciiUpperCase() << "\n"; in dumpDepIncludes() 425 o << "#define " << type.toAsciiUpperCase() << "\n"; in dumpDepIncludes() 1531 o << "#ifndef " << m_name.toAsciiUpperCase() << "\n"; in dumpHFile() 1532 o << "#define " << m_name.toAsciiUpperCase() << "\n"; in dumpHFile()
|
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BUser.cxx | 249 sAlterPwd += objPassword.toAsciiUpperCase(); in changePassword() 251 sAlterPwd += newPassword.toAsciiUpperCase(); in changePassword()
|
H A D | BDriver.cxx | 330 aDBInfo.sControlUser = aDBInfo.sControlUser.toAsciiUpperCase(); in connect() 331 aDBInfo.sControlPassword = aDBInfo.sControlPassword.toAsciiUpperCase(); in connect() 332 aDBInfo.sSysUser = aDBInfo.sSysUser.toAsciiUpperCase(); in connect() 333 aDBInfo.sSysPassword = aDBInfo.sSysPassword.toAsciiUpperCase(); in connect()
|
H A D | BUsers.cxx | 71 sUserName = sUserName.toAsciiUpperCase(); in appendObject()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 419 …if ( xObjConfig.is() && ( xObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectPr… in GetObjectPropsByStringClassID() 451 …if ( xObjConfig.is() && ( xObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectPr… in GetObjectPropsByClassID() 538 …if ( xObjConfig.is() && ( xObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectPr… in GetFactoryNameByStringClassID()
|
/aoo4110/main/sal/osl/w32/ |
H A D | procimpl.cxx | 90 lhs.toAsciiUpperCase().pData->buffer, in operator ()() 92 rhs.toAsciiUpperCase().pData->buffer, in operator ()()
|
/aoo4110/main/sal/qa/rtl/oustring/ |
H A D | rtl_ustr.cxx | 707 class toAsciiUpperCase : public CppUnit::TestFixture class 738 CPPUNIT_TEST_SUITE(toAsciiUpperCase); 1401 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_ustr::toAsciiUpperCase, "rtl_ustr");
|
H A D | rtl_ustr.xsce | 43 rtl_ustr.toAsciiUpperCase.toAsciiUpperCase_000
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | AutoRetrievingBase.cxx | 34 sStmt = sStmt.toAsciiUpperCase(); in getTransformedGeneratedStatement()
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 166 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpHeaderDefine() 189 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpInclude() 221 OString sPrefix(OString(prefix).toAsciiUpperCase()); in dumpDepIncludes()
|
/aoo4110/main/sax/source/tools/ |
H A D | converter.cxx | 755 rtl::OUString aTrimmed = rString.trim().toAsciiUpperCase(); in convertDuration() 1053 const ::rtl::OUString string = rString.trim().toAsciiUpperCase(); in convertDuration() 1362 const ::rtl::OUString string = rString.trim().toAsciiUpperCase(); in convertDateOrDateTime()
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 156 aLoc.Country = aLoc.Country.toAsciiUpperCase(); in normalizeInputLocale() 157 aLoc.Variant = aLoc.Variant.toAsciiUpperCase(); in normalizeInputLocale() 187 aLoc.Country = i_rLocale.Country.toAsciiUpperCase(); in insertValue() 188 aLoc.Variant = i_rLocale.Variant.toAsciiUpperCase(); in insertValue()
|
/aoo4110/main/oox/source/xls/ |
H A D | ooxformulaparser.cxx | 93 OUString aFuncName = rTokenData.copy( nExclamPos + 1 ).toAsciiUpperCase(); in resolveBadFuncName()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | contentenumeration.hxx | 110 maFilename = rNewTitle.toAsciiUpperCase(); in SetNewTitle()
|
/aoo4110/main/ucb/source/ucp/package/ |
H A D | pkguri.cxx | 63 rURL = rURL.replaceAt( nPos + 1, 2, aTmp.toAsciiUpperCase() ); in normalize()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | swunohelper.cxx | 138 aTempObj.SetBase(aTempObj.GetBase().toAsciiUpperCase()); in UCB_IsCaseSensitiveFileName()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | stl_types.hxx | 144 return m_bCaseSensitive ? rStr.hashCode() : rStr.toAsciiUpperCase().hashCode(); in operator ()()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | addincol.cxx | 145 rLocale.Country = rLocale.Country.toAsciiUpperCase(); in GetCompNames() 174 rLocale.Country = rLocale.Country.toAsciiUpperCase(); in SetCompNames() 193 rtl::OUString aUserCountry = aCountryStr.toAsciiUpperCase(); in GetExcelName()
|