/aoo41x/main/scripting/source/storage/ |
H A D | ScriptURI.cxx | 191 if( attr.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "language" ) ) in parseIt() 198 else if ( attr.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "location" ) ) in parseIt() 205 else if ( attr.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "function" ) ) in parseIt()
|
/aoo41x/main/unotools/source/config/ |
H A D | configpathes.cxx | 54 if (aLocalString.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("&"),nEscapePos)) in lcl_resolveCharEntities() 57 else if (aLocalString.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("'"),nEscapePos)) in lcl_resolveCharEntities() 60 else if (aLocalString.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("""),nEscapePos)) in lcl_resolveCharEntities()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessiblebutton.cxx | 167 if ( nLength >= 3 && aName.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("..."), nLength - 3 ) ) in getAccessibleName() 180 else if ( nLength >= 3 && aName.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("<< "), 0 ) ) in getAccessibleName() 185 else if ( nLength >= 3 && aName.matchAsciiL( RTL_CONSTASCII_STRINGPARAM(" >>"), nLength - 3 ) ) in getAccessibleName()
|
/aoo41x/main/cppuhelper/source/ |
H A D | propertysetmixin.cxx | 252 if (t->getName().matchAsciiL( in initProperties() 257 } else if (t->getName().matchAsciiL( in initProperties() 262 } else if (t->getName().matchAsciiL( in initProperties() 694 && value.getValueTypeName().matchAsciiL( in getProperty() 730 && value.getValueTypeName().matchAsciiL( in getProperty() 768 && value.getValueTypeName().matchAsciiL( in getProperty() 870 && type->getName().matchAsciiL( in wrapValue() 911 && type->getName().matchAsciiL( in wrapValue() 952 && type->getName().matchAsciiL( in wrapValue()
|
H A D | component_context.cxx | 421 name.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("/singletons/") ) && in insertByName() 461 if (name.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("/singletons/") ) && in replaceByName()
|
/aoo41x/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 280 if (baseURL.matchAsciiL( in makeURL() 321 OSL_ASSERT( url.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( in makeRcTerm() 323 if (url.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("vnd.sun.star.expand:") )) { in makeRcTerm() 338 if (url.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("vnd.sun.star.expand:") )) { in expandUnoRcUrl()
|
/aoo41x/main/xmloff/source/meta/ |
H A D | xmlmetae.cxx | 359 if (attrname.matchAsciiL(s_xmlns2, strlen(s_xmlns2))) { in Export() 409 if (name.matchAsciiL(s_xmlns, strlen(s_xmlns))) { in startElement() 452 if (i_rName.matchAsciiL(s_meta, strlen(s_meta))) { in startElement() 459 if (name.matchAsciiL(s_href, strlen(s_href))) { in startElement()
|
/aoo41x/main/configmgr/source/ |
H A D | data.cxx | 65 if (encoded.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("amp;"), begin)) in decode() 69 } else if (encoded.matchAsciiL( in decode() 74 } else if (encoded.matchAsciiL( in decode()
|
/aoo41x/main/framework/source/uielement/ |
H A D | generictoolbarcontroller.cxx | 260 if ( aStrValue.matchAsciiL( "($1)", 4 )) in statusChanged() 268 else if ( aStrValue.matchAsciiL( "($2)", 4 )) in statusChanged() 275 else if ( aStrValue.matchAsciiL( "($3)", 4 )) in statusChanged()
|
/aoo41x/main/xmloff/source/core/ |
H A D | RDFaImportHelper.cxx | 266 if (i_rURIOrSafeCURIE.matchAsciiL("_:", 2)) // blank node in ReadURIOrSafeCURIE() 295 if (i_rURI.matchAsciiL("_:", 2)) // blank node in MakeURI() 317 if (i_rResource.matchAsciiL("_:", 2)) // blank node in MakeResource()
|
/aoo41x/main/extensions/source/update/check/ |
H A D | download.cxx | 226 if( rURL.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("http:")) ) in getProxyForURL() 231 else if( rURL.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("https:")) ) in getProxyForURL() 236 else if( rURL.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("ftp:")) ) in getProxyForURL()
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YDriver.cxx | 313 sal_Bool bOK = url.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "sdbc:mysql:odbc:" ) ) in acceptsURL() 314 || url.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "sdbc:mysql:jdbc:" ) ) in acceptsURL() 315 || ( url.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "sdbc:mysql:mysqlc:" ) ) in acceptsURL()
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | DAVProperties.cxx | 201 !rFullName.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "<prop:" ) ) || in isUCBSpecialProperty() 215 if ( !rFullName.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "xmlns:prop=\"" ), ++nEnd ) ) in isUCBSpecialProperty()
|
/aoo41x/main/desktop/source/app/ |
H A D | appinit.cxx | 435 if ( aTempBaseURL.matchAsciiL( "/", 1, nLength-1 ) ) in CreateTemporaryDirectory() 457 if ( aTempBaseURL.matchAsciiL( "/", 1, nLength-1 ) ) in CreateTemporaryDirectory()
|
/aoo41x/main/oox/source/xls/ |
H A D | numberformatsbuffer.cxx | 1857 OSL_ENSURE( rFmtCode.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "#\\ ?/" ) ) || in lclCreateFormat() 1858 rFmtCode.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "#\\ ?\?/" ) ) || in lclCreateFormat() 1859 rFmtCode.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "#\\ ?\?\?/" ) ), in lclCreateFormat()
|
/aoo41x/main/stoc/source/uriproc/ |
H A D | UriReferenceFactory.cxx | 617 || !uriReference->getPath().matchAsciiL( in makeRelative() 627 if (uriReference->getPath().matchAsciiL( in makeRelative()
|
H A D | ExternalUriReferenceTranslator.cxx | 125 if (!externalUriReference.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("//"), i)) in translateToInternal()
|
/aoo41x/main/xmloff/source/transform/ |
H A D | DocumentTContext.cxx | 97 if( rValue.matchAsciiL( aTmp[k], sTmpString.getLength() ) ) in StartElement()
|
/aoo41x/main/desktop/source/deployment/manager/ |
H A D | dp_manager.cxx | 409 else if (! context.matchAsciiL( in create() 608 if (url.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("vnd.sun.star.tdoc:") ) || in detectMediaType() 609 url.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("vnd.sun.star.pkg:") )) in detectMediaType()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | ChartFrameloader.cxx | 156 if( aURL.matchAsciiL( in load()
|
/aoo41x/main/odk/examples/cpp/custompanel/ |
H A D | ctp_factory.cxx | 82 …if ( !i_rResourceURL.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "private:resource/toolpanel/org.open… in createUIElement()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | documentinfo.cxx | 109 if ( sDocURL.matchAsciiL( "private:", 8 ) ) in getDocumentTitle()
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | olecomponent.cxx | 318 …if ( aFlavor.MimeType.matchAsciiL( "application/x-openoffice-wmf;windows_formatname=\"Image WMF\""… in ConvertDataForFlavor() 335 …if ( aFlavor.MimeType.matchAsciiL( "application/x-openoffice-emf;windows_formatname=\"Image EMF\""… in ConvertDataForFlavor() 349 …if ( aFlavor.MimeType.matchAsciiL( "application/x-openoffice-bitmap;windows_formatname=\"Bitmap\""… in ConvertDataForFlavor()
|
/aoo41x/main/oox/source/ole/ |
H A D | vbamodule.cxx | 166 if( !aCodeLine.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "Attribute " ) ) ) in readSourceCode()
|
/aoo41x/main/comphelper/source/officeinstdir/ |
H A D | officeinstallationdirectories.cxx | 52 OSL_ENSURE( rURL.matchAsciiL( "file:", sizeof( "file:" ) - 1 , 0 ) , in makeCanonicalFileURL()
|