Home
last modified time | relevance | path

Searched refs:toAsciiLowerCase (Results 1 – 25 of 85) sorted by relevance

1234

/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx78 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()
/trunk/main/cppuhelper/source/
H A Dunourl.cxx97 = 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()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx350 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()
/trunk/main/i18npool/source/isolang/
H A Disolang.cxx748 rtl::OUString aLowerLang = rLocale.Language.toAsciiLowerCase(); in lcl_lookupFallbackEntry()
871 rtl::OUString aLowerLang = rLang.toAsciiLowerCase(); in convertIsoNamesToLanguage()
950 aLowerLang = aUpperCountry.toAsciiLowerCase(); in convertIsoNamesToLanguage()
1079 rtl::OString aLowerLang = aLang.toAsciiLowerCase(); in convertUnxByteStringToLanguage()
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx694 … 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()
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx560 aStr != aStr.toAsciiLowerCase() ) in ValueMap()
583 aStr2 != aStr2.toAsciiLowerCase() ) in ValueMap()
613 … ::rtl::OString aKey( ::rtl::OUStringToOString( mbCaseSensitive ? rName : rName.toAsciiLowerCase(), in lookup()
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_ustr.cxx510 class toAsciiLowerCase : public ::testing::Test class
515 TEST_F(toAsciiLowerCase, toAsciiLowerCase_000) in TEST_F() argument
520 TEST_F(toAsciiLowerCase, toAsciiLowerCase_001) in TEST_F() argument
542 TEST_F(toAsciiLowerCase, toAsciiLowerCase_WithLength_000) in TEST_F() argument
547 TEST_F(toAsciiLowerCase, toAsciiLowerCase_WithLength_001) in TEST_F() argument
H A Drtl_ustr.xsce41 rtl_ustr.toAsciiLowerCase.toAsciiLowerCase_000
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx142 … 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 Dsecurityoptions.cxx912 ::rtl::OUString sRef = sReferer.toAsciiLowerCase(); in IsSecureURL()
916 OUString sCheckURL = m_seqSecureURLs[nItem].toAsciiLowerCase(); in IsSecureURL()
/trunk/main/sal/qa/rtl/ostring/
H A Drtl_str.cxx467 class toAsciiLowerCase : public ::testing::Test class
472 TEST_F(toAsciiLowerCase, toAsciiLowerCase_000) in TEST_F() argument
477 TEST_F(toAsciiLowerCase, toAsciiLowerCase_001) in TEST_F() argument
H A Drtl_str.xsce42 rtl_str.toAsciiLowerCase.toAsciiLowerCase_000
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testostring.cxx135 s7 = s7.toAsciiLowerCase(); in test_OString()
141 s7 = s8.toAsciiLowerCase(); in test_OString()
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx732 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()
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx977 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()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1485 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()
/trunk/main/ucb/source/core/
H A Didentify.cxx106 m_aProviderScheme = aScheme.toAsciiLowerCase(); in getContentProviderScheme()
/trunk/main/rsc/source/tools/
H A Drschash.cxx43 OString aKey = rStr.toAsciiLowerCase(); in getID()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_uri.cxx64 = m_aUri.copy( 0, TDOC_URL_SCHEME_LENGTH ).toAsciiLowerCase(); in init()
/trunk/main/svgio/source/svgreader/
H A Dsvgtoken.cxx328 aCurrent->first.toAsciiLowerCase(), in StrToSVGToken()
333 …Mapper::const_iterator aResult2(aCaseLindependentSVGTokenMapperList.find(rStr.toAsciiLowerCase())); in StrToSVGToken()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx49 aPathExt( rPath.GetFileExtension().toAsciiLowerCase() ), in GraphicDescriptor()
70 aPathExt = aURL.GetFileExtension().toAsciiLowerCase(); in GraphicDescriptor()
/trunk/main/ucbhelper/source/provider/
H A Dcontentidentifier.cxx83 m_aProviderScheme = aScheme.toAsciiLowerCase(); in ContentIdentifier_Impl()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchyuri.cxx71 = m_aUri.copy( 0, HIERARCHY_URL_SCHEME_LENGTH ).toAsciiLowerCase(); in init()
/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx472 sExtension = sExtension.toAsciiLowerCase(); in impl_getPreselectionForType()
483 ::rtl::OUString sCheckExtension(pIt->toAsciiLowerCase()); in impl_getPreselectionForType()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx648 aText.toAsciiLowerCase(); in Search()
649 aSearchStr.toAsciiLowerCase(); in Search()

Completed in 128 milliseconds

1234