/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentDeserializerImpl.java | 346 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 …]
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | RuleAction.idl | 44 /** "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 D | XPropertyMatcher.idl | 43 /** 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 D | XContentProviderManager.idl | 66 <type>XContentIdentifier</type> that matches the <var>Scheme</var> 102 <p>A <code><scheme>:</code> matches any URL of exactly the given
|
H A D | XContentProvider.idl | 58 <type>XContentIdentifier</type> matches a content provided by the
|
/aoo42x/test/testgui/source/pvt/gui/ |
H A D | Benchmark.java | 294 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()
|
/aoo42x/test/testgui/source/svt/gui/ |
H A D | TestSample.java | 80 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()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/ |
H A D | code.js | 57 selection_index = matches.length-1; 61 if (selection_index >= matches.length) 65 matches = GetMatches(aField.value); 69 ShowMatches(matches, selection_index);
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileUtil.java | 334 } 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 D | SystemUtil.java | 353 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()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | ProxyFactory.java | 59 return h instanceof Handler && ((Handler) h).matches(this); in isProxy() 100 public boolean matches(ProxyFactory factory) { in matches() method in ProxyFactory.Handler
|
/aoo42x/main/offapi/com/sun/star/deployment/ |
H A D | XUpdateInformationProvider.idl | 56 attribute of the atom:category tag matches extensionId are returned. 92 attribute of the atom:category tag matches extensionId are returned.
|
/aoo42x/main/scripting/examples/beanshell/Highlight/ |
H A D | highlighter.bsh | 67 // Only matches whole words and case sensitive 123 "No matches were found", "Not found",
|
/aoo42x/main/qadevOOo/tests/java/complex/unoapi/ |
H A D | CheckModuleAPI.java | 475 if (line.matches("[0-9]+? of [0-9]+? tests failed")) in verifyOutput() 478 if (line.matches("0 of [0-9]+? tests failed")) in verifyOutput()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/ |
H A D | SchemaReader.java | 112 if (sLine.matches("^\\s*#.*")) in ParseDriverFile() 115 else if (sLine.matches("^\\s*$")) in ParseDriverFile()
|
/aoo42x/main/offapi/com/sun/star/chart2/ |
H A D | XChartTypeTemplate.idl | 134 the diagram to determine if the structure matches the one 146 that the template matches more accurately. E.g. for a
|
/aoo42x/main/ucb/source/inc/ |
H A D | regexpmap.tpt | 548 if (aIt->m_aRegexp.matches(rString, pTranslation, pTranslated)) 552 && m_pImpl->m_pDefault->m_aRegexp.matches(rString, pTranslation,
|
H A D | regexp.hxx | 49 bool matches(rtl::OUString const & rString, rtl::OUString * pTranslation,
|
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
H A D | NameMap.java | 102 if (aEntry.getKey().matches(sPattern)) in GetMatchingStateIds()
|
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/ |
H A D | StringParser.java | 83 if ( ! maPattern.matcher(sRawValue).matches()) in Parse()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | slideshowimpl.cxx | 383 static bool matches( in matches() function in __anon83e1a3020111::SlideShowImpl 1139 if (matches( mpPrefetchSlide, xSlide, xRootNode )) in displaySlide() 2329 if (! matches( mpPrefetchSlide, in notifySlideAnimationsEnded()
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | ValidationType.idl | 69 /** string is valid if its length matches the specified condition.
|
/aoo42x/main/offapi/com/sun/star/form/component/ |
H A D | PatternField.idl | 45 /** specifies a component which allows the input of text which matches a specific pattern.
|
H A D | DatabasePatternField.idl | 41 /** This service specifies a data-aware control model for entering text which matches a specific
|
/aoo42x/main/udkapi/com/sun/star/beans/ |
H A D | TolerantPropertySetResultType.idl | 37 <p>It usually matches one of the exception types that may occur when
|