/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | DAVProperties.cxx | 138 if ( DAVProperties::RESOURCETYPE.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName() 139 DAVProperties::SUPPORTEDLOCK.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName() 140 DAVProperties::LOCKDISCOVERY.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName() 141 DAVProperties::CREATIONDATE.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName() 142 DAVProperties::DISPLAYNAME.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName() 143 DAVProperties::GETCONTENTLANGUAGE.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName() 144 DAVProperties::GETCONTENTLENGTH.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName() 145 DAVProperties::GETCONTENTTYPE.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName() 146 DAVProperties::GETETAG.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName() 147 DAVProperties::GETLASTMODIFIED.matchIgnoreAsciiCase( aName, 4 ) ) in createUCBPropName()
|
H A D | SerfUri.cxx | 47 inline bool matchIgnoreAsciiCase(rtl::OString const & rStr1, in matchIgnoreAsciiCase() function
|
H A D | SerfSession.cxx | 1701 if ( hostName.matchIgnoreAsciiCase( in isDomainMatch()
|
/aoo4110/main/filter/source/xsltdialog/ |
H A D | xmlfiltertabpagexslt.cxx | 131 if( rURL.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "file://" ) ) ) ) in SetURL() 138 else if( rURL.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "http://" ) ) ) || in SetURL() 139 rURL.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "shttp://" ) ) ) || in SetURL() 140 rURL.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "ftp://" ) ) ) ) in SetURL() 166 if( aStrPath.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "http://" ) ) ) || in GetURL() 167 aStrPath.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "shttp://" ) ) ) || in GetURL() 168 aStrPath.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "ftp://" ) ) ) ) in GetURL()
|
H A D | xmlfilterjar.cxx | 152 if( !aFileURL.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM("file://") ) ) ) in addFile() 358 if( !rURL.matchIgnoreAsciiCase( sVndSunStarPackage ) ) in copyFile()
|
H A D | xmlfiltersettingsdialog.cxx | 505 if( !pFilterEntry->maImportTemplate.matchIgnoreAsciiCase( sTemplatePath ) ) in insertOrEdit()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xltools.cxx | 711 if( (nMacroNameLen > 0) && rSbMacroUrl.matchIgnoreAsciiCase( maSbMacroPrefix, 0 ) && in GetXclMacroName() 712 …rSbMacroUrl.matchIgnoreAsciiCase( maSbMacroSuffix, nSbMacroUrlLen - maSbMacroSuffix.getLength() ) ) in GetXclMacroName()
|
/aoo4110/main/oox/source/xls/ |
H A D | defnamesbuffer.cxx | 136 if( rModelName.matchIgnoreAsciiCase( aPrefix ) ) in lclGetBuiltinIdFromPrefixedName() 142 …ModelName.getLength() == nPrefixLen + nBaseNameLen) && rModelName.matchIgnoreAsciiCase( aBaseName,… in lclGetBuiltinIdFromPrefixedName()
|
H A D | stylesbuffer.cxx | 2784 if( rStyleName.matchIgnoreAsciiCase( aPrefix ) ) in lclIsBuiltinStyleName() 2792 if( rStyleName.matchIgnoreAsciiCase( aShortName, nPrefixLen ) && in lclIsBuiltinStyleName()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | hyperlinkcontext.cxx | 82 if ( aAction.matchIgnoreAsciiCase( sPPAction, 0 ) ) in HyperLinkContext()
|
/aoo4110/main/framework/source/dispatch/ |
H A D | oxt_handler.cxx | 278 if ( ( nLength > 4 ) && sURL.matchIgnoreAsciiCase( UNISTRING(".oxt"), nLength-4 ) ) in detect()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgtools.cxx | 591 if(rCandidate.matchIgnoreAsciiCase(aStrGrad, nPos)) in readAngle() 601 if(rCandidate.matchIgnoreAsciiCase(aStrRad, nPos)) in readAngle() 869 if(rCandidate.matchIgnoreAsciiCase(aStrRgb, 0)) in read_color()
|
/aoo4110/main/reportdesign/source/filter/xml/ |
H A D | xmlGroup.cxx | 147 …else if ( sCompleteFormula.matchIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("rpt:I… in DBG_NAME()
|
/aoo4110/main/uui/source/ |
H A D | iahndl-ssl.cxx | 100 if ( hostName.matchIgnoreAsciiCase( in isDomainMatch()
|
/aoo4110/main/sdext/source/pdfimport/test/ |
H A D | pdfunzip.cxx | 517 if( aFile.matchIgnoreAsciiCase( OString( ".pdf" ), aFile.getLength()-4 ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | string.hxx | 399 … sal_Bool matchIgnoreAsciiCase( const OString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in matchIgnoreAsciiCase() function in rtl::OString
|
H A D | ustring.hxx | 446 … sal_Bool matchIgnoreAsciiCase( const OUString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in matchIgnoreAsciiCase() function in rtl::OUString
|
/aoo4110/main/fpicker/source/aqua/ |
H A D | FilterHelper.cxx | 422 …if (aName.matchIgnoreAsciiCase(*iter, aName.getLength() - (*iter).getLength()) || ((*iter).equals(… in filenameMatchesFilter()
|
/aoo4110/main/connectivity/source/drivers/mysql/ |
H A D | YDriver.cxx | 273 if ( !sCuttedUrl.matchIgnoreAsciiCase(s_sCharSetOp) ) in connect()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msvbahelper.cxx | 554 if( (nDotPos > 0) && aMacroName.matchIgnoreAsciiCase( maProjectName ) ) in resolveVBAMacroToScriptURL()
|
/aoo4110/main/xmloff/source/style/ |
H A D | xmlbahdl.cxx | 488 if( rStrImpValue.matchIgnoreAsciiCase( astrHSL ) ) in importXML()
|
/aoo4110/main/oox/source/ole/ |
H A D | vbacontrol.cxx | 740 if( rCodeLine.matchIgnoreAsciiCase( rKeyword ) ) in lclEatKeyword()
|
/aoo4110/main/framework/source/classes/ |
H A D | menumanager.cxx | 908 if ( m_aMenuItemCommand.matchIgnoreAsciiCase( UNO_COMMAND, 0 )) in IMPL_LINK()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 903 if ( rValue.matchIgnoreAsciiCase( rtl::OUString( aUnitStr ), nIndex ) ) in StartElement()
|
/aoo4110/main/tools/source/rc/ |
H A D | resmgr.cxx | 343 if( it->first.matchIgnoreAsciiCase( rPrefix ) ) in getResMgr()
|