Home
last modified time | relevance | path

Searched refs:toAsciiLowerCase (Results 51 – 75 of 85) sorted by relevance

1234

/aoo42x/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx81 return str.toAsciiLowerCase().hashCode(); in operator ()()
/aoo42x/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx432 …INetURLObject aLocObjLowCase( Location.toAsciiLowerCase() ); // will be used for case insensitive … in isLocationTrusted()
/aoo42x/main/sal/inc/rtl/
H A Dustring.hxx1042 OUString toAsciiLowerCase() const SAL_THROW(()) in toAsciiLowerCase() function in rtl::OUString
/aoo42x/main/toolkit/source/layout/core/
H A Dhelper.cxx660 aStr = aStr.copy( 5 ).toAsciiLowerCase(); in loadGraphic()
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx160 rtl::OString lower = aIdent.toAsciiLowerCase(); in parse()
/aoo42x/main/basic/source/runtime/
H A Diosys.cxx197 ::rtl::OUString left = token.copy(0, eindex).toAsciiLowerCase().trim(); in findUserInDescription()
/aoo42x/main/svx/source/gallery2/
H A Dgallery1.cxx112 aURL.setName( aURL.getName().toAsciiLowerCase() ); in ImplGetURLIgnoreCase()
/aoo42x/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx440 result += toRoman( number ).toAsciiLowerCase(); in makeNumberingString()
/aoo42x/main/vcl/unx/generic/printer/
H A Dppdparser.cxx155 aLoc.Language = aLoc.Language.toAsciiLowerCase(); in normalizeInputLocale()
186 aLoc.Language = i_rLocale.Language.toAsciiLowerCase(); in insertValue()
/aoo42x/main/sfx2/source/appl/
H A Dshutdowniconaqua.mm309 rtl::OUString aShortcut( i_rTitle.copy( nIndex, 1 ).toAsciiLowerCase() );
/aoo42x/main/filter/source/config/cache/
H A Dfiltercache.cxx761 sExtension = sExtension.toAsciiLowerCase(); in detectFlatForURL()
1149 ::rtl::OUString sNormalizedExtension = pExtensions[e].toAsciiLowerCase(); in impl_validateAndOptimize()
/aoo42x/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx823 … ::rtl::OUString aStr( mpContext->getWhiteSpace().toAsciiLowerCase()); in endElement()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaformat.cxx386 aRet = uno::makeAny( sFormat.toAsciiLowerCase() ); in getNumberFormatLocal()
/aoo42x/main/rsc/source/parser/
H A Drscdb.cxx100 aLangStr.append( rLang.toAsciiLowerCase() ); in getLangIdAndShortenLocale()
/aoo42x/main/unotools/source/config/
H A Dpathoptions.cxx420 aSubString = aSubString.toAsciiLowerCase(); in SubstVar()
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx805 … rtl::OUStringToOString( aLocale.Country, RTL_TEXTENCODING_ASCII_US).toAsciiLowerCase().getStr() ); in Locale2String()
/aoo42x/main/cui/source/dialogs/
H A Dcuigaldlg.cxx189 String(aFoundURL.GetExtension().toAsciiLowerCase()) ) in ImplSearch()
/aoo42x/main/sal/rtl/source/
H A Dstrtmpl.c555 void SAL_CALL IMPL_RTL_STRNAME( toAsciiLowerCase )( IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME() argument
/aoo42x/main/xmlhelp/source/treeview/
H A Dtvread.cxx777 rtl::OUString baseName = aFileName.copy(0,idx_).toAsciiLowerCase(); in init()
/aoo42x/main/oox/source/xls/
H A Dpagesettings.cxx947 …n = OUStringToOString( rStyle.getToken( 0, ' ', nPos ), RTL_TEXTENCODING_UTF8 ).toAsciiLowerCase(); in convertFontStyle()
/aoo42x/main/svgio/source/svgreader/
H A Dsvgtools.cxx814 aResult = aColorTokenMapperList.find(rName.toAsciiLowerCase()); in match_colorKeyword()
/aoo42x/main/vcl/source/app/
H A Dsettings.cxx761 ::rtl::OUString rNameLowCase( rName.toAsciiLowerCase() ); in SetPreferredSymbolsStyleName()
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx3409 aConstCache[ sLeafName.toAsciiLowerCase() ] = rXConst->getConstantValue(); in getVBAConstant()
3416 VBAConstantsHash::const_iterator it = aConstCache.find( sKey.toAsciiLowerCase() ); in getVBAConstant()
/aoo42x/main/extensions/source/ole/
H A Doleobjw.cxx2237 pair<cit, cit> p = m_mapComFunc.equal_range(sFuncName.toAsciiLowerCase()); in getFuncDesc()
/aoo42x/main/sal/qa/rtl_strings/
H A Drtl_OString.cxx1670 OString str = arrTestCase[i].input1->toAsciiLowerCase(); in test_rtl_OString_toAsciiLowerCase()

Completed in 223 milliseconds

1234