/aoo4110/main/ucbhelper/source/client/ |
H A D | proxydecider.cxx | 78 rWildCard, RTL_TEXTENCODING_UTF8 ).toAsciiLowerCase() ) {} in WildCard() 183 rString, RTL_TEXTENCODING_UTF8 ).toAsciiLowerCase(); in Matches() 529 aFullyQualifiedHost = aAddr.getHostname().toAsciiLowerCase(); in getProxy() 557 if ( rProtocol.toAsciiLowerCase() in getProxy() 563 else if ( rProtocol.toAsciiLowerCase() in getProxy() 780 rtl::OUString aTmp = aAddr.getHostname().toAsciiLowerCase(); in setNoProxyList() 781 if ( aTmp != aServer.toAsciiLowerCase() ) in setNoProxyList()
|
/aoo4110/main/cppuhelper/source/ |
H A D | unourl.cxx | 97 = rDescriptor.copy(nStart, i - nStart).toAsciiLowerCase(); in Impl() 118 aKey = rDescriptor.copy(nStart, i - nStart).toAsciiLowerCase(); in Impl() 184 return m_xImpl->m_aParameters.find(rKey.toAsciiLowerCase()) in hasParameter() 191 aIt(m_xImpl->m_aParameters.find(rKey.toAsciiLowerCase())); in getParameter()
|
/aoo4110/main/framework/source/services/ |
H A D | substitutepathvars.cxx | 350 m_aYPDomain = NetworkDomain::GetYPDomainName().toAsciiLowerCase(); in GetYPDomainName() 372 m_aDNSDomain = aTemp.copy( nIndex+1 ).toAsciiLowerCase(); in GetDNSDomainName() 386 m_aNTDomain = NetworkDomain::GetNTDomainName().toAsciiLowerCase(); in GetNTDomainName() 400 m_aHost = osl::SocketAddr::getLocalHostname( &aSocketResult ).toAsciiLowerCase(); in GetHostName() 430 aHostStr = aHostStr.toAsciiLowerCase(); in FilterRuleSet() 451 aDomainStr = aDomainStr.toAsciiLowerCase(); in FilterRuleSet() 837 aSubVarString = aSubString.toAsciiLowerCase(); in impl_substituteVariable()
|
/aoo4110/main/i18npool/source/isolang/ |
H A D | isolang.cxx | 746 rtl::OUString aLowerLang = rLocale.Language.toAsciiLowerCase(); in lcl_lookupFallbackEntry() 869 rtl::OUString aLowerLang = rLang.toAsciiLowerCase(); in convertIsoNamesToLanguage() 948 aLowerLang = aUpperCountry.toAsciiLowerCase(); in convertIsoNamesToLanguage() 1077 rtl::OString aLowerLang = aLang.toAsciiLowerCase(); in convertUnxByteStringToLanguage()
|
/aoo4110/main/canvas/inc/canvas/ |
H A D | canvastools.hxx | 559 aStr != aStr.toAsciiLowerCase() ) in ValueMap() 582 aStr2 != aStr2.toAsciiLowerCase() ) in ValueMap() 612 … ::rtl::OString aKey( ::rtl::OUStringToOString( mbCaseSensitive ? rName : rName.toAsciiLowerCase(), in lookup()
|
/aoo4110/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 694 … INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET ).toAsciiLowerCase(); in Find() 731 INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET ).toAsciiLowerCase(); in Exists() 745 … INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET ).toAsciiLowerCase(); in Exists() 786 …INetURLObject aCandidateLowCase( rSubfolderCandidate.toAsciiLowerCase() ); // will be used for cas… in IsSubPath() 788 …INetURLObject aParentFolderLowCase( rPath.toAsciiLowerCase() ); // will be used for case insensiti… in IsSubPath()
|
/aoo4110/main/unotools/source/config/ |
H A D | fontcfg.cxx | 142 … aLoc.Language = pLocaleStrings[i].getToken( 0, sal_Unicode('-'), nIndex ).toAsciiLowerCase(); in DefaultFontConfiguration() 238 aLocale.Language = rLocale.Language.toAsciiLowerCase(); in getDefaultFont() 422 … aLoc.Language = pLocaleStrings[i].getToken( 0, sal_Unicode('-'), nIndex ).toAsciiLowerCase(); in FontSubstConfiguration() 1181 aLocale.Language = rLocale.Language.toAsciiLowerCase(); in getSubstInfo()
|
H A D | securityoptions.cxx | 912 ::rtl::OUString sRef = sReferer.toAsciiLowerCase(); in IsSecureURL() 916 OUString sCheckURL = m_seqSecureURLs[nItem].toAsciiLowerCase(); in IsSecureURL()
|
/aoo4110/main/sal/qa/rtl_strings/ |
H A D | rtl_old_testostring.cxx | 135 s7 = s7.toAsciiLowerCase(); in test_OString() 141 s7 = s8.toAsciiLowerCase(); in test_OString()
|
/aoo4110/main/sal/qa/rtl/ostring/ |
H A D | rtl_str.cxx | 581 class toAsciiLowerCase : public CppUnit::TestFixture class 609 CPPUNIT_TEST_SUITE(toAsciiLowerCase); 872 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_str::toAsciiLowerCase, "rtl_str");
|
H A D | rtl_str.xsce | 42 rtl_str.toAsciiLowerCase.toAsciiLowerCase_000
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | createaddresslistdialog.cxx | 732 sSearch.toAsciiLowerCase(); in Find() 746 bFound = -1 != aData[(sal_uInt32)nColumn].toAsciiLowerCase().indexOf(sSearch); in Find() 751 bFound = -1 != aData[nElement].toAsciiLowerCase().indexOf(sSearch); in Find()
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 977 aPrinterFonts[ it->m_aFamilyName.toAsciiLowerCase() ].push_back( *it ); in fillFontSubstitutions() 984 OUString aFamily( subst->first.toAsciiLowerCase() ); in fillFontSubstitutions() 990 aSubstitutions[ aFamily ] = subst->second.toAsciiLowerCase(); in fillFontSubstitutions() 999 OUString aFamily( it->m_aFamilyName.toAsciiLowerCase() ); in fillFontSubstitutions()
|
/aoo4110/main/sal/qa/rtl/oustring/ |
H A D | rtl_ustr.cxx | 625 class toAsciiLowerCase : public CppUnit::TestFixture class 656 CPPUNIT_TEST_SUITE(toAsciiLowerCase); 1399 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_ustr::toAsciiLowerCase, "rtl_ustr");
|
H A D | rtl_ustr.xsce | 41 rtl_ustr.toAsciiLowerCase.toAsciiLowerCase_000
|
/aoo4110/main/ucb/source/core/ |
H A D | identify.cxx | 106 m_aProviderScheme = aScheme.toAsciiLowerCase(); in getContentProviderScheme()
|
/aoo4110/main/rsc/source/tools/ |
H A D | rschash.cxx | 43 OString aKey = rStr.toAsciiLowerCase(); in getID()
|
/aoo4110/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_uri.cxx | 64 = m_aUri.copy( 0, TDOC_URL_SCHEME_LENGTH ).toAsciiLowerCase(); in init()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 1485 OString aWeight = rXLFD.getToken( 0, '-', nIndex ).toAsciiLowerCase(); in parseXLFD() 1487 OString aSlant = rXLFD.getToken( 0, '-', nIndex ).toAsciiLowerCase(); in parseXLFD() 1489 OString aWidth = rXLFD.getToken( 0, '-', nIndex ).toAsciiLowerCase(); in parseXLFD() 1491 OString aAddStyle = rXLFD.getToken( 0, '-', nIndex ).toAsciiLowerCase(); in parseXLFD() 1493 OString aPitch = rXLFD.getToken( 4, '-', nIndex ).toAsciiLowerCase(); in parseXLFD() 1495 OString aRegEnc = WhitespaceToSpace( rXLFD.getToken( 1, '-', nIndex ).toAsciiLowerCase() ); in parseXLFD() 1497 OString aEnc = WhitespaceToSpace( rXLFD.getToken( 0, '-', nIndex ).toAsciiLowerCase() ); in parseXLFD() 1532 OString aToken = aEnc.toAsciiLowerCase(); in parseXLFD()
|
/aoo4110/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchyuri.cxx | 71 = m_aUri.copy( 0, HIERARCHY_URL_SCHEME_LENGTH ).toAsciiLowerCase(); in init()
|
/aoo4110/main/ucbhelper/source/provider/ |
H A D | contentidentifier.cxx | 83 m_aProviderScheme = aScheme.toAsciiLowerCase(); in ContentIdentifier_Impl()
|
/aoo4110/main/svtools/source/filter/ |
H A D | filter2.cxx | 49 aPathExt( rPath.GetFileExtension().toAsciiLowerCase() ), in GraphicDescriptor() 70 aPathExt = aURL.GetFileExtension().toAsciiLowerCase(); in GraphicDescriptor()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | contentenumeration.hxx | 121 maLowerTitle = rNewTitle.toAsciiLowerCase(); in SetTitles()
|
/aoo4110/main/ucb/source/ucp/ext/ |
H A D | ucpext_provider.cxx | 148 aComposer.append( sIdentifier.copy( 0, sScheme.getLength() ).toAsciiLowerCase() ); in queryContent()
|
/aoo4110/main/ucb/source/ucp/package/ |
H A D | pkguri.cxx | 116 0, PACKAGE_URL_SCHEME_LENGTH ).toAsciiLowerCase(); in init()
|