/aoo4110/main/saxon/ |
H A D | saxon-9.0.0.7-bj.patch | 260 + <exclude name="**/ant/**"/> 261 + <exclude name="**/dom/**"/> 263 + <exclude name="**/java/**"/> 265 + <exclude name="**/jdom/**"/> 269 + <exclude name="**/xom/**"/> 271 + <exclude name="**/xqj/**"/> 392 + <exclude name="**/dom/**"/> 396 + <exclude name="**/sql/**"/> 397 + <exclude name="**/xom/**"/> 399 + <exclude name="**/xqj/**"/> [all …]
|
/aoo4110/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XFastPropertySet.java | 64 private Set exclude = null ; field in _XFastPropertySet 70 exclude = (Set) tEnv.getObjRelation("XFastPropertySet.ExcludeProps") ; in before() 71 if (exclude == null) { in before() 72 exclude = new java.util.HashSet() ; in before() 166 if (exclude.contains(properties[i].Name)) continue ; in getPropsToTest()
|
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.ini | 85 # exclude = <value>[,<value>...] 94 # - exclude (optional): Removes values from the name lists, useful e.g. after 107 # exclude = 2,3 129 # exclude = <value>[,<value>...] 136 # - exclude (optional): See constlist above. 185 # exclude = <bitfield>[,<bitfield>...] 191 # - exclude (optional): See constlist above. 216 # exclude = <bitmask>[,<bitmask>...] 223 # - exclude (optional): See constlist above.
|
H A D | biffdumper.ini | 210 exclude=0x1A,0x1B 232 exclude=0x18 316 …exclude=0x0006,0x0008,0x0009,0x000B,0x0018,0x0020,0x0023,0x0024,0x0025,0x0031,0x0036,0x0037,0x003E… 344 exclude=0x0206,0x0209,0x001E,0x0243 362 exclude=0x0409,0x0218,0x0223,0x0231,0x0443 379 exclude=0x1004,0x102D,0x102F,0x1036,0x1037,0x1038,0x103B 2146 exclude=0x0200,0x3000
|
/aoo4110/main/beanshell/ |
H A D | bsh-2.0b6-src.patch | 13 <property name="exclude-engine" value="bsh/engine/**"/> 16 + <property name="exclude-bsf" 20 <property name="exclude-classgen" 26 + <property name="exclude-servlet"
|
/aoo4110/main/solenv/bin/ |
H A D | zipdep.pl | 52 $exclude = ''; 134 &get_patterns_files(\@exc_patterns, \%exc_files_hash) if ($exclude); 261 $arg =~ /^-x$/ and $exclude = 1 and &get_patterns(\@exc_patterns) and next;
|
/aoo4110/main/sal/qa/osl/process/ |
H A D | osl_process.cxx | 302 class exclude : public std::unary_function<std::string, bool> class 306 exclude(const string_container_t& exclude_list) in exclude() function in exclude 466 std::remove_if(parent_env.begin(), parent_env.end(), exclude(different_env_vars)), in compare_merged_environments() 479 std::stable_partition(child_env.begin(), child_env.end(), exclude(different_env_vars)); in compare_merged_environments()
|
/aoo4110/main/qadevOOo/tests/java/mod/_forms/ |
H A D | GenericModelTest.java | 488 java.util.HashSet exclude = new java.util.HashSet(); in createTestEnvironment() local 489 exclude.add("FormatKey"); in createTestEnvironment() 490 tEnv.addObjRelation("XFastPropertySet.ExcludeProps", exclude); in createTestEnvironment()
|
H A D | OTimeModel.java | 172 HashSet exclude = new HashSet(); in createTestEnvironment() local 174 exclude.add("FormatKey"); in createTestEnvironment()
|
/aoo4110/main/python/ |
H A D | python-solver-before-std.patch | 89 + extra_link_args = ['-Wl,--exclude-libs,ALL'], 97 + extra_link_args = ['-Wl,--exclude-libs,ALL'],
|
/aoo4110/main/qadevOOo/tests/java/mod/_sw/ |
H A D | CharacterStyle.java | 197 short exclude = PropertyAttribute.MAYBEVOID + PropertyAttribute.READONLY; in createTestEnvironment() local 198 …tEnv.addObjRelation("PropertyNames",utils.getFilteredPropertyNames(xStyleProp, (short)0, exclude)); in createTestEnvironment()
|
H A D | ConditionalParagraphStyle.java | 190 short exclude = PropertyAttribute.MAYBEVOID + PropertyAttribute.READONLY; in createTestEnvironment() local 191 String[] names = utils.getFilteredPropertyNames(xStyleProp, (short)0, exclude); in createTestEnvironment()
|
H A D | ParagraphStyle.java | 181 short exclude = PropertyAttribute.MAYBEVOID + PropertyAttribute.READONLY; in createTestEnvironment() local 182 String[] names = utils.getFilteredPropertyNames(xStyleProp, (short)0, exclude); in createTestEnvironment()
|
H A D | PageStyle.java | 190 short exclude = PropertyAttribute.MAYBEVOID + PropertyAttribute.READONLY; in createTestEnvironment() local 191 String[] names = utils.getFilteredPropertyNames(xStyleProp, (short)0, exclude); in createTestEnvironment()
|
/aoo4110/main/desktop/source/migration/ |
H A D | cfgfilter.cxx | 41 CConfigFilter::CConfigFilter(const strings_v* include, const strings_v* exclude) in CConfigFilter() argument 43 , m_pvExclude(exclude) in CConfigFilter()
|
H A D | cfgfilter.hxx | 88 CConfigFilter(const strings_v* include, const strings_v* exclude);
|
/aoo4110/main/solenv/gbuild/extensions/ |
H A D | post_SetupLocal.mk | 37 rsync --archive --exclude 'workdir/**' $(SOLARVERSION)/$(INPATH)/ $(gb_LOCALBUILDDIR)/outdir
|
/aoo4110/main/sysui/desktop/slackware/ |
H A D | makefile.mk | 103 …@tar -C $(MISC)/$(@:b) --owner=root --group=root --same-owner --exclude application.flag -rf $@.tm…
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | utils.java | 744 boolean exclude = ((the_props[i].Attributes & excludePropertyAttribute) != 0); in getFilteredPropertyNames() 747 if (include && !exclude) { in getFilteredPropertyNames()
|
/aoo4110/main/configmgr/source/ |
H A D | components.cxx | 261 rtl::Reference< RootAccess > const & exclude, Broadcaster * broadcaster) in initGlobalBroadcaster() 271 if (root != exclude) { in initGlobalBroadcaster()
|
H A D | components.hxx | 84 rtl::Reference< RootAccess > const & exclude,
|
/aoo4110/main/offapi/com/sun/star/system/ |
H A D | XSystemShellExecute.idl | 55 when the specified flags are wrong or exclude each other.
|
/aoo4110/main/helpcontent2/source/auxiliary/ |
H A D | index.xsl | 42 <xsl:when test="meta/topic[@indexer='exclude']"/>
|
/aoo4110/main/rhino/ |
H A D | rhino1_7R3.patch | 811 + <exclude name="jre/lib/rhino.jar"/> 812 + <exclude name="lib/rhino.jar"/>
|
/aoo4110/main/ |
H A D | rat-excludes | 116 # Single files to exclude 280 # file patterns with no creative content to exclude 377 # Patterns to exclude 1469 # exclude generated files during the build, e.g. config files, environment scripts
|