Home
last modified time | relevance | path

Searched refs:match (Results 26 – 50 of 345) sorted by relevance

12345678910>>...14

/aoo42x/main/svgio/source/svgreader/
H A Dsvgtools.cxx1016 if(rCandidate.match(aStrMatrix, nPos)) in readTransform()
1070 if(rCandidate.match(aStrTranslate, nPos)) in readTransform()
1094 if(rCandidate.match(aStrScale, nPos)) in readTransform()
1114 else if(rCandidate.match(aStrSkewX, nPos)) in readTransform()
1148 if(rCandidate.match(aStrRotate, nPos)) in readTransform()
1208 if(rCandidate.match(aStrUrl, 0)) in readLocalUrl()
1246 if(rCandidate.match(aStrNone, 0)) in readSvgPaint()
1256 else if(rCandidate.match(aStrCurrentColor, 0)) in readSvgPaint()
1454 if(rCandidate.match(aStrData, 0)) in readImageLink()
1471 if(rMimeType.match(aStrImage, 0)) in readImageLink()
[all …]
H A Dsvgmasknode.cxx142 if(aContent.match(commonStrings::aStrUserSpaceOnUse, 0)) in parseAttribute()
146 else if(aContent.match(commonStrings::aStrObjectBoundingBox, 0)) in parseAttribute()
157 if(aContent.match(commonStrings::aStrUserSpaceOnUse, 0)) in parseAttribute()
161 else if(aContent.match(commonStrings::aStrObjectBoundingBox, 0)) in parseAttribute()
H A Dsvgpatternnode.cxx158 if(aContent.match(commonStrings::aStrUserSpaceOnUse, 0)) in parseAttribute()
162 else if(aContent.match(commonStrings::aStrObjectBoundingBox, 0)) in parseAttribute()
173 if(aContent.match(commonStrings::aStrUserSpaceOnUse, 0)) in parseAttribute()
177 else if(aContent.match(commonStrings::aStrObjectBoundingBox, 0)) in parseAttribute()
H A Dsvgmarkernode.cxx120 if(aContent.match(aStrStrokeWidth, 0)) in parseAttribute()
124 else if(aContent.match(commonStrings::aStrUserSpaceOnUse, 0)) in parseAttribute()
165 if(aContent.match(aStrAuto, 0)) in parseAttribute()
H A Dsvgtextpathnode.cxx332 if(aContent.match(aStrAlign)) in parseAttribute()
336 else if(aContent.match(aStrStretch)) in parseAttribute()
350 if(aContent.match(aStrAuto)) in parseAttribute()
354 else if(aContent.match(aStrExact)) in parseAttribute()
/aoo42x/main/offapi/com/sun/star/util/
H A DSearchDescriptor.idl55 /** If <TRUE/>, the case of the letters is important for the match.
114 ignored to match the search pattern.
120 added to match the search pattern.
126 be replaced to match the search pattern.
H A DXStringSubstitution.idl58 The method iterates through it's internal variables list to match the
59 variables in the given string. A match replaces the variable with the
87 The method iterates through it's internal variable list and tries to match
/aoo42x/main/readlicense_oo/docs/readme/
H A Deval.xsl23 <xsl:template match="/Readme">
52 <xsl:template match="Section">
59 <xsl:template match="Paragraph">
91 <xsl:template match="List">
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXIeeeDoubleBitmap.idl78 Layout of the data to set. Must match this bitmap's current
90 if the given memory layout does not match this bitmap's
115 Layout of the color elements to set. Must match this bitmap's
125 if the given memory layout does not match this bitmap's
H A DXIeeeFloatBitmap.idl78 Layout of the data to set. Must match this bitmap's current
90 if the given memory layout does not match this bitmap's
115 Layout of the color elements to set. Must match this bitmap's
125 if the given memory layout does not match this bitmap's
H A DXIntegerBitmap.idl80 Layout of the data to set. Must match this bitmap's current
92 if the given memory layout does not match this bitmap's
122 Layout of the color elements to set. Must match this bitmap's
132 if the given memory layout does not match this bitmap's
/aoo42x/main/extensions/source/oooimprovement/
H A Dlogstorage.cxx63 return fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength()); in isZipfile()
71 fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength()) in isLogfile()
72 && !fileurl.match(current, fileurl.getLength()-current.getLength()); in isLogfile()
/aoo42x/main/sd/source/ui/docshell/
H A Ddocshel4.cxx765 if ( sBookmark.match( sInteraction ) ) in GotoBookmark()
768 if ( sBookmark.match( sJump, sInteraction.getLength() ) ) in GotoBookmark()
771 if ( aDestination.match( String( RTL_CONSTASCII_USTRINGPARAM( "firstslide" ) ) ) ) in GotoBookmark()
775 else if ( aDestination.match( String( RTL_CONSTASCII_USTRINGPARAM( "lastslide" ) ) ) ) in GotoBookmark()
779 else if ( aDestination.match( String( RTL_CONSTASCII_USTRINGPARAM( "previousslide" ) ) ) ) in GotoBookmark()
785 else if ( aDestination.match( String( RTL_CONSTASCII_USTRINGPARAM( "nextslide" ) ) ) ) in GotoBookmark()
/aoo42x/main/oox/source/core/
H A Dfilterbase.cxx326 if( aUrl.match( aUncPrefix ) ) in getAbsoluteUrl()
332 aUrl.match( aFilePrefix ) && in getAbsoluteUrl()
333 aUrl.match( aUncPrefix, nFilePrefixLen ) ) in getAbsoluteUrl()
342 mxImpl->maFileUrl.match( aFilePrefix ) && in getAbsoluteUrl()
/aoo42x/main/writerfilter/source/doctok/
H A Dcompactxmi.xsl29 <xsl:template match="/">
33 <xsl:template match="UML:Model">
139 <xsl:template match="UML:Attribute" mode="ww8resource">
226 <xsl:template match="UML:Operation" mode="ww8resource">
249 <xsl:template match="*" mode="ww8resources">
/aoo42x/main/offapi/com/sun/star/resource/
H A DXStringResourceManager.idl87 the method tries to find the closest match. E.g. if en_US is re-
164 The locale has to match exactly with one of the locales provided by
165 <member>getLocales</member>. A closest match search is not supported.
208 The locale has to match exactly with one of the locales provided by
209 <member>getLocales</member>. A closest match search is not supported.
/aoo42x/main/chart2/source/controller/main/
H A DSelectionHelper.cxx202 while( pNewObj && m_aSelectedOID.getObjectCID().match( C2U( "HandlesOnly" ) ) ) in adaptSelectionToNewPos()
424 while( pNewObj && aRet.match(C2U("HandlesOnly")) ) in getHitObjectCID()
512 if( aName.match(C2U("MarkHandles")) || aName.match(C2U("HandlesOnly")) ) in getMarkHandlesObject()
/aoo42x/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx180 if(match(tableNamePattern,*pTabIter,'\0')) in getColumns()
197 if(match(columnNamePattern,*pColumnIter,'\0')) in getColumns()
442 if ( !lcl_IsEmptyOrHidden( xSheets, aName ) && match(tableNamePattern,aName,'\0') ) in getTables()
467 if ( !lcl_IsUnnamed( xRanges, aName ) && match(tableNamePattern,aName,'\0') ) in getTables()
/aoo42x/main/vcl/unx/generic/app/
H A Di18n_im.cxx85 Bool match (const XKeyEvent &rEvent) const;
132 XKeyEventOp::match (const XKeyEvent &rEvent) const in match() function in XKeyEventOp
490 bFilterEvent = !maLastKeyPress.match (*pKeyEvent); in FilterEvent()
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DXLayerHandler.idl78 <p> Must match a previous call to <member>XLayerHandler::startLayer()</member>.
247 <p> Must match the last open call to
343 <li>if the type does not match the type of the property</li>
370 <p> The value must match the type of the current property.
405 <p> The value must match the type of the current property.
439 <p> Must match an open call to
/aoo42x/main/comphelper/source/misc/
H A Duieventslogger.cxx349 if(!url.Complete.match(URL_UNO) in logDispatch()
350 && !url.Complete.match(URL_FILE) in logDispatch()
351 && !url.Complete.match(URL_SPECIAL)) in logDispatch()
383 if(url.Complete.match(URL_FILE)) in logDispatch()
/aoo42x/main/sw/source/core/crsr/
H A Dcrossrefbookmark.cxx78 return rName.match(IDocumentMarkAccess::GetCrossRefHeadingBookmarkNamePrefix()); in IsLegalName()
92 return rName.match(our_sNamePrefix); in IsLegalName()
/aoo42x/main/udkapi/com/sun/star/java/
H A DXJavaVM.idl59 platform). If the <code>processID</code> does not match the current
72 <code>processID</code> do not match the current process, or if the VM
83 the first 16 bytes of the <code>processID</code> do not match the
/aoo42x/main/offapi/com/sun/star/linguistic2/
H A DConversionDirection.idl38 /** the text to be looked for should match the left part of a
43 /** the text to be looked for should match the right part of a
/aoo42x/main/offapi/com/sun/star/ucb/
H A DXContentProviderManager.idl82 consists of exactly those URLs that match the regular expression). The
105 regexps match any URL starting with a given string literal, followed
113 match the same URLs as their <code>&lt;simple&gt:</code> counterparts,

Completed in 97 milliseconds

12345678910>>...14