Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/trunk/main/chart2/source/tools/
H A DChartTypeHelper.cxx98 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in isSupportingStatisticProperties()
100 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_NET) ) in isSupportingStatisticProperties()
128 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_LINE) ) in isSupportingAreaProperties()
171 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in isSupportingMainAxis()
191 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in isSupportingSecondaryAxis()
193 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_NET) ) in isSupportingSecondaryAxis()
215 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_BAR) ) in isSupportingOverlapAndGapWidthProperties()
241 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_BAR) ) in isSupportingBarConnectors()
258 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in getSupportedLabelPlacements()
369 if( aChartTypeName.match(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in isSupportingRightAngledAxes()
[all …]
H A DObjectIdentifier.cxx927 if( rCID.match(C2U("Page"),nLastSign) ) in getObjectType()
929 else if( rCID.match(C2U("Title"),nLastSign) ) in getObjectType()
933 else if( rCID.match(C2U("Legend"),nLastSign) ) in getObjectType()
939 else if( rCID.match(C2U("D="),nLastSign) ) in getObjectType()
943 else if( rCID.match(C2U("Axis"),nLastSign) ) in getObjectType()
945 else if( rCID.match(C2U("Grid"),nLastSign) ) in getObjectType()
947 else if( rCID.match(C2U("SubGrid"),nLastSign) ) in getObjectType()
949 else if( rCID.match(C2U("Series"),nLastSign) ) in getObjectType()
951 else if( rCID.match(C2U("Point"),nLastSign) ) in getObjectType()
963 else if( rCID.match(C2U("Errors"),nLastSign) ) in getObjectType()
[all …]
H A DInternalDataProvider.cxx695 if( aRangeRepresentation.match( lcl_aCategoriesRangeName )) in createDataSequenceByRangeRepresentation()
702 else if( aRangeRepresentation.match( lcl_aLabelRangePrefix )) in createDataSequenceByRangeRepresentation()
738 if( aRange.match( lcl_aCategoriesRangeName )) in hasDataByRangeRepresentation()
743 else if( aRange.match( lcl_aLabelRangePrefix )) in hasDataByRangeRepresentation()
762 if( aRange.match( lcl_aLabelRangePrefix ) ) in getDataByRangeRepresentation()
771 else if( aRange.match( lcl_aCategoriesPointRangeNamePrefix ) ) in getDataByRangeRepresentation()
780 else if( aRange.match( lcl_aCategoriesLevelRangeNamePrefix ) ) in getDataByRangeRepresentation()
835 if( aRange.match( lcl_aLabelRangePrefix ) ) in setDataByRangeRepresentation()
843 else if( aRange.match( lcl_aCategoriesPointRangeNamePrefix ) ) in setDataByRangeRepresentation()
1061 if( aRangeRepresentation.match( lcl_aCategoriesRangeName )) in convertRangeToXML()
[all …]
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1355 if(aContent.match(aStrNone)) in parseStyleAttribute()
1391 if(aContent.match(aStrButt)) in parseStyleAttribute()
1414 if(aContent.match(aStrMiter)) in parseStyleAttribute()
1536 if(aContent.match(aStrNormal)) in parseStyleAttribute()
1642 if(aContent.match(aStr100)) in parseStyleAttribute()
1654 else if(aContent.match(aStr400) || aContent.match(aStrNormal)) in parseStyleAttribute()
1666 else if(aContent.match(aStr700) || aContent.match(aStrBold)) in parseStyleAttribute()
1707 if(aContent.match(aStrNone)) in parseStyleAttribute()
1746 if(aContent.match(aStrStart)) in parseStyleAttribute()
1770 if(aContent.match(aStrLeft)) in parseStyleAttribute()
[all …]
H A Dsvgnode.cxx390 if(aContent.match(aStrInline)) in getDisplayFromContent()
394 else if(aContent.match(aStrNone)) in getDisplayFromContent()
398 else if(aContent.match(aStrInherit)) in getDisplayFromContent()
402 else if(aContent.match(aStrBlock)) in getDisplayFromContent()
406 else if(aContent.match(aStrList_item)) in getDisplayFromContent()
410 else if(aContent.match(aStrRun_in)) in getDisplayFromContent()
414 else if(aContent.match(aStrCompact)) in getDisplayFromContent()
418 else if(aContent.match(aStrMarker)) in getDisplayFromContent()
422 else if(aContent.match(aStrTable)) in getDisplayFromContent()
442 else if(aContent.match(aStrTable_row)) in getDisplayFromContent()
[all …]
H A Dsvggradientnode.cxx196 if(aContent.match(commonStrings::aStrUserSpaceOnUse, 0)) in parseAttribute()
200 else if(aContent.match(commonStrings::aStrObjectBoundingBox, 0)) in parseAttribute()
215 if(aContent.match(aStrPad, 0)) in parseAttribute()
219 else if(aContent.match(aStrReflect, 0)) in parseAttribute()
223 else if(aContent.match(aStrRepeat, 0)) in parseAttribute()
/trunk/main/helpcontent2/source/auxiliary/
H A Dindex.xsl49 <xsl:template match="title">
55 <xsl:template match="table">
67 <xsl:template match="tablerow">
73 <xsl:template match="list">
79 <xsl:template match="listitem">
85 <xsl:template match="item">
91 <xsl:template match="emph">
103 <xsl:template match="section">
121 <xsl:template match="link">
133 <xsl:template match="text()">
[all …]
/trunk/main/l10ntools/source/
H A Dtagtest.cxx1060 match( aTag, aTag ); in PfCaseBegin()
1128 match( aTag, aTag ); in AppCaseBegin()
1146 match( aTag, TAG_ELSE ); in CaseEnd()
1148 match( aTag, TAG_END ); in CaseEnd()
1153 match( aTag, TAG_END ); in CaseEnd()
1183 match( aTag, aTag ); in SimpleTag()
1223 match( aTag, aEndTag ); in TagPair()
1243 match( aTag, aTag ); in TagRef()
1265 match( aTag, aTag ); in TagRef()
1267 match( aTag, TAG_AEND ); in TagRef()
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java224 private void match(char c) throws FormulaParsingException { in match() method in FormulaParser
240 private void match(String symbol) throws FormulaParsingException { in match() method in FormulaParser
272 match(look); in factor()
276 match('('); in factor()
279 match(')'); in factor()
327 match(','); in arguments()
371 match('('); in ident()
374 match(')'); in ident()
456 match(look); in getNum()
517 match(op); in addOp()
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DSearchFlags.idl76 anchoring will match the zero length string immediately after a
81 anchoring, will match zero-length string immediately before a
88 line therefore ^ will not match with first character of the
94 therefore $ will not match with last character of the string.
110 be needed to match. Depending on the weights it may also fail if
112 additional operation would be needed to match. The strict
113 algorithm may match less than expected from a first glance of
126 needed to match. The relaxed algorithm may return false
/trunk/main/udkapi/com/sun/star/container/
H A DXContainerQuery.idl53 /** creates a sub set of container items which match given query command
56 Items of this sub set must match used query string. Format of query depends
62 @param Query items of sub set must match to this query<br>
65 query as parameter sequence to return all elements which match
70 and match by name pattern;ascending sort is the default<br>
82 You can match by properties only. Enumerated elements must provide queried
89 … search for items which match the name pattern and supports the VISIBLE feature<br>
/trunk/main/writerfilter/source/doctok/
H A Descherdoc.xsl26 <xsl:template match="/">
34 <xsl:template match="xhtml:table" mode="eschertable">
38 <xsl:template match="xhtml:tr" mode="eschertable">
60 <xsl:template match="xhtml:td" mode="optname">
71 <xsl:template match="xhtml:td" mode="fopid">
82 <xsl:template match="xhtml:td" mode="type">
107 <xsl:template match="xhtml:td" mode="default">
118 <xsl:template match="xhtml:td" mode="comment">
H A DWW8inc.xsl25 <xsl:template match="/">
29 <xsl:template match="xhtml:table">
69 <xsl:template match="xhtml:tr[./xhtml:td[position()=1]/text()]">
82 <xsl:template match="xhtml:tr[not(./xhtml:td[position()=1]/text())]">
96 <xsl:template match="*">
/trunk/ext_libraries/ratscan/scan/
H A Drat-output-to-html.xsl28 <xsl:template match="/">
71 <xsl:template match="rat-report">
171 <xsl:template match="resource">
178 <xsl:template match="header-sample">
188 <xsl:template match="header-type">
193 <xsl:template match="license-family">
198 <xsl:template match="license-approval">
203 <xsl:template match="type">
/trunk/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx90 if ( aPPAction.match( sHlinkshowjump ) ) in HyperLinkContext()
93 if ( aPPAct.match( sJump, nIndex + 1 ) ) in HyperLinkContext()
100 else if ( aPPAction.match( sHlinksldjump ) ) in HyperLinkContext()
128 if ( aSlideType.match( sSlide ) ) in HyperLinkContext()
130 else if ( aSlideType.match( sNotesSlide ) ) in HyperLinkContext()
/trunk/main/solenv/bin/
H A Dgetcompver.awk29 x = match( $0, /C\+\+ .*/ )
32 x = match( btwn, / .*\..*[ $\t]/)
39 x = match( $0, /..\...\...../ )
46 x = match( $0, /[0-9]*\.[0-9]*\.[0-9]*/ )
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx429 if (sOriginalUrl.match(OUSTR("vnd.sun.star.expand:$UNO_USER_PACKAGES_CACHE")) in processPackage_()
430 || sOriginalUrl.match(OUSTR("vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE")) in processPackage_()
431 || sOriginalUrl.match(OUSTR("vnd.sun.star.expand:$BUNDLED_EXTENSIONS"))) in processPackage_()
459 if (sOriginalUrl.match(OUSTR("vnd.sun.star.expand:$UNO_USER_PACKAGES_CACHE")) in processPackage_()
460 || sOriginalUrl.match(OUSTR("vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE")) in processPackage_()
461 || sOriginalUrl.match(OUSTR("vnd.sun.star.expand:$BUNDLED_EXTENSIONS"))) in processPackage_()
/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx78 bool ScDPCacheTable::FilterItem::match( const ScDPItemData& rCellData ) const in match() function in ScDPCacheTable::FilterItem
94 bool ScDPCacheTable::SingleFilter::match( const ScDPItemData& rCellData ) const in match() function in ScDPCacheTable::SingleFilter
96 return maItem.match(rCellData); in match()
120 bool ScDPCacheTable::GroupFilter::match( const ScDPItemData& rCellData ) const in match() function in ScDPCacheTable::GroupFilter
125 bool bMatch = itr->match( rCellData); in match()
447 if (!itr->mpFilter->match(*pCellData)) in isRowQualified()
/trunk/main/scripting/source/storage/
H A DScriptSecurityManager.cxx145 bool match = isSecureURL( path ); in addScriptStorage() local
146 if( match && ( m_warning == sal_True ) ) in addScriptStorage()
157 else if ( match ) in addScriptStorage()
221 bool match = false; in isSecureURL() local
241 match = true; in isSecureURL()
245 return match; in isSecureURL()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DProductDescription.java70 String match = "\\$\\{" + key + "\\}"; in setNewMacro() local
71 Pattern pattern = Pattern.compile(match, Pattern.CASE_INSENSITIVE); in setNewMacro()
83 if ( pair.search.pattern().equals(match) ) { in setNewMacro()
262 String match = "\\$\\{" + key + "\\}"; in parse() local
263 Pattern pattern = Pattern.compile(match, Pattern.CASE_INSENSITIVE); in parse()
/trunk/main/connectivity/inc/connectivity/
H A DCommonTools.hxx51 …OOO_DLLPUBLIC_DBTOOLS sal_Bool match(const sal_Unicode* pWild, const sal_Unicode* pStr, const sal_…
52 inline sal_Bool match( const rtl::OUString& rWild, const sal_Unicode* pStr, sal_Unicode cEscape) in match() function
53 { return match( rWild.getStr(), pStr, cEscape); } in match()
54 inline sal_Bool match( const rtl::OUString& rWild, const rtl::OUString& rStr, sal_Unicode cEscape) in match() function
55 { return match( rWild, rStr.getStr(), cEscape); } in match()
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceResolver.idl96 The locale has to match exactly with one of the locales provided by
97 <member>getLocales</member>. A closest match search is not supported.
133 The locale has to match exactly with one of the locales provided by
134 <member>getLocales</member>. A closest match search is not supported.
158 The locale has to match exactly with one of the locales provided by
159 <member>getLocales</member>. A closest match search is not supported.
/trunk/main/offapi/com/sun/star/rendering/
H A DXIntegerBitmapColorSpace.idl110 if the input sequence does not match the device color format.
131 if the input sequence does not match the device color format.
154 if the input sequence does not match the device color format.
176 if the input sequence does not match the device color format.
200 if the input sequence does not match the device color format.
221 if the input sequence does not match the device color format.
241 if the input sequence does not match the device color format.
264 if the input sequence does not match the device color format.
H A DXColorSpace.idl126 if the input sequence does not match the device color format
148 if the input sequence does not match the device color format.
170 if the input sequence does not match the device color format.
194 if the input sequence does not match the device color format.
212 if the input sequence does not match the device color format.
230 if the input sequence does not match the device color format.
251 if the input sequence does not match the device color format.
/trunk/main/sc/inc/
H A Ddpcachetable.hxx84 bool match( const ScDPItemData& rCellData ) const;
96 virtual bool match( const ScDPItemData& rCellData ) const = 0;
112 virtual bool match(const ScDPItemData& rCellData) const;
135 virtual bool match( const ScDPItemData& rCellData ) const;

Completed in 121 milliseconds

12345678910>>...14