Home
last modified time | relevance | path

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

1234

/aoo4110/main/sd/source/ui/unoidl/
H A Dunosrch.cxx648 aText.toAsciiLowerCase(); in Search()
649 aSearchStr.toAsciiLowerCase(); in Search()
/aoo4110/main/filter/source/config/cache/
H A Dtypedetection.cxx472 sExtension = sExtension.toAsciiLowerCase(); in impl_getPreselectionForType()
483 ::rtl::OUString sCheckExtension(pIt->toAsciiLowerCase()); in impl_getPreselectionForType()
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx128 …String aHead = OString((const sal_Char *)aHeadData.getConstArray(), bytestRead).toAsciiLowerCase(); in detect()
/aoo4110/main/sw/source/core/unocore/
H A Dswunohelper.cxx133 aTempObj.SetBase( aTempObj.GetBase().toAsciiLowerCase() ); in UCB_IsCaseSensitiveFileName()
/aoo4110/main/shell/source/unix/exec/
H A Dshellexec.cxx233 OString aDesktopEnvironment(m_aDesktopEnvironment.toAsciiLowerCase()); in execute()
/aoo4110/main/ucb/source/ucp/webdav/
H A Dwebdavprovider.cxx200 = Identifier->getContentProviderScheme().toAsciiLowerCase(); in queryContent()
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()
/aoo4110/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()
/aoo4110/main/unotools/source/config/
H A Dextendedsecurityoptions.cxx398 aHashMap.insert( ExtensionHashMap::value_type( aValue.toAsciiLowerCase(), 1 ) ); in FillExtensionHashMap()
/aoo4110/main/scripting/source/provider/
H A DURIHelper.cxx124 SCRIPTS_PART = SCRIPTS_PART.concat( m_sLanguage.toAsciiLowerCase() ); in initialize()
/aoo4110/main/idlc/source/
H A Doptions.cxx237 OString tmp(filename.toAsciiLowerCase()); in initOptions()
/aoo4110/main/connectivity/source/drivers/file/
H A DFStringFunctions.cxx49 return lhs.getString().toAsciiLowerCase(); in operate()
/aoo4110/main/sfx2/source/appl/
H A Dhelpinterceptor.cxx160 …sal_Bool bHelpURL = aURL.Complete.toAsciiLowerCase().match(rtl::OUString::createFromAscii("vnd.sun… in queryDispatch()
/aoo4110/main/toolkit/source/layout/core/
H A Dimport.cxx61 OUString name = rName.toAsciiLowerCase(); in WidgetElement()
/aoo4110/main/ucbhelper/util/
H A Ducbhelper.flt78 ?toAsciiLowerCase@OUString@rtl@@
/aoo4110/main/codemaker/source/codemaker/
H A Dglobal.cxx81 type = typeName.toAsciiLowerCase(); in createFileNameFromType()
/aoo4110/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()
/aoo4110/main/svl/qa/
H A Dtest_URIHelper.cxx184 return css::uno::makeAny(uri.toAsciiLowerCase()); in execute()
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx545 …rtl::OString sLangMatch(rtl::OUStringToOString(maLoc.getLanguage().toAsciiLowerCase(), RTL_TEXTENC… in bestname()
548 …sFullMatch += rtl::OUStringToOString(maLoc.getCountry().toAsciiLowerCase(), RTL_TEXTENCODING_UTF8); in bestname()
/aoo4110/main/extensions/source/resource/
H A Dresource.cxx189 aName = aName.toAsciiLowerCase(); in getExactName()
/aoo4110/main/sal/inc/rtl/
H A Dstring.hxx674 OString toAsciiLowerCase() const SAL_THROW(()) in toAsciiLowerCase() function in rtl::OString
/aoo4110/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx81 return str.toAsciiLowerCase().hashCode(); in operator ()()
/aoo4110/main/cppuhelper/source/
H A Dbootstrap.cxx237 result_buf.append( arg_name.toAsciiLowerCase() ); in findBoostrapArgument()
/aoo4110/main/ucb/source/sorter/
H A Dsortresult.cxx1095 aOne = aOne.toAsciiLowerCase(); in CompareImpl()
1096 aTwo = aTwo.toAsciiLowerCase(); in CompareImpl()
/aoo4110/main/desktop/source/migration/
H A Dmigration.cxx546 aProductName = aProductName.toAsciiLowerCase(); in findInstallation()
562 …( !aInfo.userdata.getLength() || !aProfileName.toAsciiLowerCase().compareTo( aProductName, aProduc… in findInstallation()

Completed in 281 milliseconds

1234