Home
last modified time | relevance | path

Searched refs:matchAsciiL (Results 1 – 25 of 59) sorted by relevance

123

/aoo4110/main/scripting/source/storage/
H A DScriptURI.cxx191 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()
/aoo4110/main/unotools/source/config/
H A Dconfigpathes.cxx54 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()
/aoo4110/main/accessibility/source/standard/
H A Dvclxaccessiblebutton.cxx167 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()
/aoo4110/main/cppuhelper/source/
H A Dpropertysetmixin.cxx252 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 Dcomponent_context.cxx421 name.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("/singletons/") ) && in insertByName()
461 if (name.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("/singletons/") ) && in replaceByName()
/aoo4110/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx280 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()
/aoo4110/main/xmloff/source/meta/
H A Dxmlmetae.cxx359 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()
/aoo4110/main/framework/source/uielement/
H A Dgenerictoolbarcontroller.cxx257 if ( aStrValue.matchAsciiL( "($1)", 4 )) in statusChanged()
265 else if ( aStrValue.matchAsciiL( "($2)", 4 )) in statusChanged()
272 else if ( aStrValue.matchAsciiL( "($3)", 4 )) in statusChanged()
/aoo4110/main/configmgr/source/
H A Ddata.cxx65 if (encoded.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("amp;"), begin)) in decode()
69 } else if (encoded.matchAsciiL( in decode()
74 } else if (encoded.matchAsciiL( in decode()
/aoo4110/main/xmloff/source/core/
H A DRDFaImportHelper.cxx266 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()
/aoo4110/main/extensions/source/update/check/
H A Ddownload.cxx226 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()
/aoo4110/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx313 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()
/aoo4110/main/ucb/source/ucp/webdav/
H A DDAVProperties.cxx201 !rFullName.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "<prop:" ) ) || in isUCBSpecialProperty()
215 if ( !rFullName.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "xmlns:prop=\"" ), ++nEnd ) ) in isUCBSpecialProperty()
/aoo4110/main/desktop/source/app/
H A Dappinit.cxx435 if ( aTempBaseURL.matchAsciiL( "/", 1, nLength-1 ) ) in CreateTemporaryDirectory()
457 if ( aTempBaseURL.matchAsciiL( "/", 1, nLength-1 ) ) in CreateTemporaryDirectory()
/aoo4110/main/oox/source/xls/
H A Dnumberformatsbuffer.cxx1857 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()
/aoo4110/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx617 || !uriReference->getPath().matchAsciiL( in makeRelative()
627 if (uriReference->getPath().matchAsciiL( in makeRelative()
H A DExternalUriReferenceTranslator.cxx125 if (!externalUriReference.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("//"), i)) in translateToInternal()
/aoo4110/main/xmloff/source/transform/
H A DDocumentTContext.cxx97 if( rValue.matchAsciiL( aTmp[k], sTmpString.getLength() ) ) in StartElement()
/aoo4110/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx409 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()
/aoo4110/main/chart2/source/controller/main/
H A DChartFrameloader.cxx156 if( aURL.matchAsciiL( in load()
/aoo4110/main/odk/examples/cpp/custompanel/
H A Dctp_factory.cxx82 …if ( !i_rResourceURL.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "private:resource/toolpanel/org.open… in createUIElement()
/aoo4110/main/comphelper/source/misc/
H A Ddocumentinfo.cxx109 if ( sDocURL.matchAsciiL( "private:", 8 ) ) in getDocumentTitle()
/aoo4110/main/embeddedobj/source/msole/
H A Dolecomponent.cxx318 …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()
/aoo4110/main/oox/source/ole/
H A Dvbamodule.cxx166 if( !aCodeLine.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "Attribute " ) ) ) in readSourceCode()
/aoo4110/main/comphelper/source/officeinstdir/
H A Dofficeinstallationdirectories.cxx52 OSL_ENSURE( rURL.matchAsciiL( "file:", sizeof( "file:" ) - 1 , 0 ) , in makeCanonicalFileURL()

Completed in 169 milliseconds

123