Home
last modified time | relevance | path

Searched refs:toAsciiLowerCase (Results 26 – 50 of 85) sorted by relevance

1234

/aoo42x/main/svtools/source/contnr/
H A Dcontentenumeration.hxx121 maLowerTitle = rNewTitle.toAsciiLowerCase(); in SetTitles()
/aoo42x/main/ucb/source/ucp/package/
H A Dpkguri.cxx116 0, PACKAGE_URL_SCHEME_LENGTH ).toAsciiLowerCase(); in init()
/aoo42x/main/ucb/source/ucp/ext/
H A Ducpext_provider.cxx148 aComposer.append( sIdentifier.copy( 0, sScheme.getLength() ).toAsciiLowerCase() ); in queryContent()
/aoo42x/main/sc/source/core/tool/
H A Daddincol.cxx144 rLocale.Language = rLocale.Language.toAsciiLowerCase(); in GetCompNames()
173 rLocale.Language = rLocale.Language.toAsciiLowerCase(); in SetCompNames()
192 rtl::OUString aUserLang = aLangStr.toAsciiLowerCase(); in GetExcelName()
/aoo42x/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx2738 const rtl::OUString aScheme = sourceURI.GetScheme().toAsciiLowerCase(); in transfer()
2775 if ( targetURI.GetScheme().toAsciiLowerCase().equalsAsciiL( in transfer()
2779 else if ( targetURI.GetScheme().toAsciiLowerCase().equalsAsciiL( in transfer()
3531 rURL.copy( 0, rURL.indexOf( ':' ) ).toAsciiLowerCase() ); in getResourceType()
H A Dwebdavprovider.cxx193 = Identifier->getContentProviderScheme().toAsciiLowerCase(); in queryContent()
H A DCurlRequest.cxx354 header.name = line.copy( 0, colon ).toAsciiLowerCase(); in curlHeaderReceived()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx128 …String aHead = OString((const sal_Char *)aHeadData.getConstArray(), bytestRead).toAsciiLowerCase(); in detect()
/aoo42x/main/shell/source/unix/exec/
H A Dshellexec.cxx233 OString aDesktopEnvironment(m_aDesktopEnvironment.toAsciiLowerCase()); in execute()
/aoo42x/main/unotools/source/config/
H A Dextendedsecurityoptions.cxx398 aHashMap.insert( ExtensionHashMap::value_type( aValue.toAsciiLowerCase(), 1 ) ); in FillExtensionHashMap()
/aoo42x/main/sw/source/core/unocore/
H A Dswunohelper.cxx136 aTempObj.SetBase( aTempObj.GetBase().toAsciiLowerCase() ); in UCB_IsCaseSensitiveFileName()
/aoo42x/main/scripting/source/provider/
H A DURIHelper.cxx124 SCRIPTS_PART = SCRIPTS_PART.concat( m_sLanguage.toAsciiLowerCase() ); in initialize()
/aoo42x/main/connectivity/source/drivers/file/
H A DFStringFunctions.cxx49 return lhs.getString().toAsciiLowerCase(); in operate()
/aoo42x/main/idlc/source/
H A Doptions.cxx237 OString tmp(filename.toAsciiLowerCase()); in initOptions()
/aoo42x/main/sfx2/source/appl/
H A Dhelpinterceptor.cxx160 …sal_Bool bHelpURL = aURL.Complete.toAsciiLowerCase().match(rtl::OUString::createFromAscii("vnd.sun… in queryDispatch()
/aoo42x/main/toolkit/source/layout/core/
H A Dimport.cxx61 OUString name = rName.toAsciiLowerCase(); in WidgetElement()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx152 m_aCSS(styleSheet.toAsciiLowerCase()), in Databases()
455 ( fileName = fileName.copy(0,idx).toAsciiLowerCase() ).compareToAscii( "picture" ) != 0 ) { in getModuleList()
1161 m_aCSS = newStyleSheet.toAsciiLowerCase(); in changeCSS()
/aoo42x/main/codemaker/source/codemaker/
H A Dglobal.cxx81 type = typeName.toAsciiLowerCase(); in createFileNameFromType()
/aoo42x/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx546 …rtl::OString sLangMatch(rtl::OUStringToOString(maLoc.getLanguage().toAsciiLowerCase(), RTL_TEXTENC… in bestname()
549 …sFullMatch += rtl::OUStringToOString(maLoc.getCountry().toAsciiLowerCase(), RTL_TEXTENCODING_UTF8); in bestname()
/aoo42x/main/svl/qa/
H A Dtest_URIHelper.cxx187 return css::uno::makeAny(uri.toAsciiLowerCase()); in execute()
/aoo42x/main/extensions/source/resource/
H A Dresource.cxx189 aName = aName.toAsciiLowerCase(); in getExactName()
/aoo42x/main/sal/inc/rtl/
H A Dstring.hxx677 OString toAsciiLowerCase() const SAL_THROW(()) in toAsciiLowerCase() function in rtl::OString
/aoo42x/main/ucb/source/sorter/
H A Dsortresult.cxx1095 aOne = aOne.toAsciiLowerCase(); in CompareImpl()
1096 aTwo = aTwo.toAsciiLowerCase(); in CompareImpl()
/aoo42x/main/desktop/source/migration/
H A Dmigration.cxx546 aProductName = aProductName.toAsciiLowerCase(); in findInstallation()
562 …( !aInfo.userdata.getLength() || !aProfileName.toAsciiLowerCase().compareTo( aProductName, aProduc… in findInstallation()
/aoo42x/main/cppuhelper/source/
H A Dbootstrap.cxx237 result_buf.append( arg_name.toAsciiLowerCase() ); in findBoostrapArgument()

Completed in 160 milliseconds

1234