Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 120) sorted by relevance

12345

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java346 if (matches.length == 1) { in buildDocument()
347 pStyle = (ParaStyle)matches[0]; in buildDocument()
362 if (matches.length == 0) { in buildDocument()
369 } else if (matches.length == 1) { in buildDocument()
370 pStyle = (ParaStyle)matches[0]; in buildDocument()
378 + matches.length); in buildDocument()
414 if (matches.length == 1) in buildDocument()
415 trStyle = (TextStyle)matches[0]; in buildDocument()
418 if (matches.length == 0) { in buildDocument()
423 } else if (matches.length == 1) in buildDocument()
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DRuleAction.idl44 /** "Show" - Shows object when term matches.
49 /** "Hide" - Hides object when term matches.
54 /** "Mark" - Marks object when term matches.
59 /** "UnMark" - Removes mark from object when term matches.
64 /** "MarkRead" - Marks object as read when term matches.
69 /** "MarkUnRead" - Marks object as not read when term matches.
75 matches.
81 matches.
86 /** "Delete" - Deletes object when term matches.
92 matches.
[all …]
H A DXPropertyMatcher.idl43 /** Checks whether a set of properties matches a set of search criteria.
50 /** Checks whether a set of properties matches the given search criteria.
62 boolean matches([in] com::sun::star::ucb::XCommandProcessor Properties,
H A DXContentProviderManager.idl66 <type>XContentIdentifier</type> that matches the <var>Scheme</var>
102 <p>A <code>&lt;scheme&gt:</code> matches any URL of exactly the given
H A DXContentProvider.idl58 <type>XContentIdentifier</type> matches a content provided by the
/trunk/test/testgui/source/pvt/gui/
H A DBenchmark.java294 final int openIndicatorIndex = file.matches(".*\\.(odp|ppt|pptx)$") ? 4 : 0; in loadFinish()
308 return text.matches(indicator); in loadFinish()
384 boolean alienFormat = file.matches(".*\\.(doc|xls|ppt|docx|xlsx|pptx)$"); in save()
385 final int openIndicatorIndex = file.matches(".*\\.(odp|ppt|pptx)$") ? 4 : 0; in save()
386 …final int saveIndicatorIndex = file.matches(".*\\.(odt|doc|docx)$") ? 5 : file.matches(".*\\.(ods|… in save()
398 return text.matches(openIndicator); in save()
/trunk/test/testgui/source/svt/gui/
H A DTestSample.java80 if (filter != null && fileName.matches(filter)) { in collect()
147 if (name.matches(writerFilter)) { in test()
149 } else if (name.matches(calcFilter)) { in test()
151 } else if (name.matches(impressFilter)) { in test()
153 } else if (name.matches(drawFilter)) { in test()
155 } else if (name.matches(databaseFilter)) { in test()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js57 selection_index = matches.length-1;
61 if (selection_index >= matches.length)
65 matches = GetMatches(aField.value);
69 ShowMatches(matches, selection_index);
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java334 } else if (files[i].getName().matches(name)) { in findFile()
351 } else if (files[i].getName().matches(name)) { in findFile()
375 } else if (files[i].getName().matches(name)) { in findLastFile()
437 } else if (files[i].getName().matches(dirName)) { in findDir()
H A DSystemUtil.java353 if (command != null && command.matches(pattern)) { in killProcess()
371 if (command != null && command.matches(pattern)) { in findProcess()
384 if (command != null && command.matches(pattern)) { in findProcesses()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java59 return h instanceof Handler && ((Handler) h).matches(this); in isProxy()
100 public boolean matches(ProxyFactory factory) { in matches() method in ProxyFactory.Handler
/trunk/main/offapi/com/sun/star/deployment/
H A DXUpdateInformationProvider.idl56 attribute of the atom:category tag matches extensionId are returned.
92 attribute of the atom:category tag matches extensionId are returned.
/trunk/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh67 // Only matches whole words and case sensitive
123 "No matches were found", "Not found",
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java475 if (line.matches("[0-9]+? of [0-9]+? tests failed")) in verifyOutput()
478 if (line.matches("0 of [0-9]+? tests failed")) in verifyOutput()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java112 if (sLine.matches("^\\s*#.*")) in ParseDriverFile()
115 else if (sLine.matches("^\\s*$")) in ParseDriverFile()
/trunk/main/offapi/com/sun/star/chart2/
H A DXChartTypeTemplate.idl134 the diagram to determine if the structure matches the one
146 that the template matches more accurately. E.g. for a
/trunk/main/ucb/source/inc/
H A Dregexpmap.tpt548 if (aIt->m_aRegexp.matches(rString, pTranslation, pTranslated))
552 && m_pImpl->m_pDefault->m_aRegexp.matches(rString, pTranslation,
H A Dregexp.hxx49 bool matches(rtl::OUString const & rString, rtl::OUString * pTranslation,
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DNameMap.java102 if (aEntry.getKey().matches(sPattern)) in GetMatchingStateIds()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DStringParser.java83 if ( ! maPattern.matcher(sRawValue).matches()) in Parse()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx383 static bool matches( in matches() function in __anon9a1686190111::SlideShowImpl
1139 if (matches( mpPrefetchSlide, xSlide, xRootNode )) in displaySlide()
2329 if (! matches( mpPrefetchSlide, in notifySlideAnimationsEnded()
/trunk/main/offapi/com/sun/star/sheet/
H A DValidationType.idl69 /** string is valid if its length matches the specified condition.
/trunk/main/offapi/com/sun/star/form/component/
H A DPatternField.idl45 /** specifies a component which allows the input of text which matches a specific pattern.
H A DDatabasePatternField.idl41 /** This service specifies a data-aware control model for entering text which matches a specific
/trunk/main/udkapi/com/sun/star/beans/
H A DTolerantPropertySetResultType.idl37 <p>It usually matches one of the exception types that may occur when

Completed in 88 milliseconds

12345