| /trunk/main/saxon/ |
| H A D | saxon-9.0.0.7-bj.patch | 235 + <exclude name="**/dotnet/**"/> 236 + <!--<exclude name="**/s9api/**"/> s9api needs Java 5 --> 242 + <exclude name="com/saxonica/validate/DotNetVerifier.java"/> 260 + <exclude name="**/ant/**"/> 261 + <exclude name="**/dom/**"/> 262 + <exclude name="**/dom4j/**"/> 263 + <exclude name="**/java/**"/> 264 + <exclude name="**/javax/**"/> 265 + <exclude name="**/jdom/**"/> 266 + <exclude name="**/pull/PullToStax.java"/> [all …]
|
| /trunk/main/scripting/java/ |
| H A D | build.xml | 109 <exclude name="jre/lib/rhino.jar"/> 110 <exclude name="lib/rhino.jar"/> 125 <exclude name="**/provider/javascript/*.java" unless="with_rhino" /> 126 <exclude name="**/provider/beanshell/*.java" unless="with_beanshell" /> 140 <exclude name="${idesupport.dir}/**/.*/*"/> 141 <exclude name="${idesupport.dir}/localoffice/**/*"/> 142 <exclude name="${idesupport.dir}/LocalOffice.java"/> 152 <exclude name="${idesupport.dir}/localoffice/.*/*"/> 161 <exclude name="${netbeans.dir}/**/.*/*"/> 258 <exclude name="${idesupport.dir}/localoffice/*.class"/> [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | region.cxx | 701 bool Region::Exclude( const Rectangle& rRect ) in Exclude() function in Region 711 // cannot exclude from empty, done in Exclude() 717 // error; cannot exclude from null region since this is not representable in Exclude() 719 OSL_ENSURE(false, "Region::Exclude error: Cannot exclude from null region (!)"); in Exclude() 768 // process exclude in Exclude() 769 pNew->Exclude(nLeft, nTop, nRight, nBottom); in Exclude() 799 // error; cannot exclude from null region since this is not representable in XOr() 1077 bool Region::Exclude( const Region& rRegion ) in Exclude() function in Region 1094 // cannot exclude from empty, done in Exclude() 1100 // error; cannot exclude from null region since this is not representable in Exclude() [all …]
|
| H A D | regionband.cxx | 998 void RegionBand::Exclude(long nLeft, long nTop, long nRight, long nBottom) in Exclude() function in RegionBand 1000 DBG_ASSERT( nLeft <= nRight, "RegionBand::Exclude() - nLeft > nRight" ); in Exclude() 1001 DBG_ASSERT( nTop <= nBottom, "RegionBand::Exclude() - nTop > nBottom" ); in Exclude() 1003 // process exclude in Exclude() 1012 pBand->Exclude(nLeft, nRight); in Exclude() 1024 DBG_ERROR( "RegionBand::Exclude() - Bands not sorted!" ); in Exclude() 1042 DBG_ASSERT( nLeft <= nRight, "RegionBand::Exclude() - nLeft > nRight" ); in XOr() 1043 DBG_ASSERT( nTop <= nBottom, "RegionBand::Exclude() - nTop > nBottom" ); in XOr() 1109 Exclude( LONG_MIN+1, pBand->mnYTop, pSep->mnXLeft-1, pBand->mnYBottom ); in Intersect() 1116 Exclude( pSep->mnXRight+1, pBand->mnYTop, LONG_MAX-1, pBand->mnYBottom ); in Intersect() [all …]
|
| /trunk/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.
|
| /trunk/main/qadevOOo/java/OOoRunnerLight/ |
| H A D | build.xml | 52 <!-- Exclude the "test" classes --> 56 <exclude name="complex/"/> 57 <exclude name="ifc/"/> 58 <exclude name="mod/"/>
|
| /trunk/main/svx/inc/svx/ |
| H A D | txencbox.hxx | 47 /** Fill with all known encodings but exclude those matching one or more 51 match nExcludeInfoFlags. Thus it is possible to exclude 16/32-bit 68 /** Fill with all encodings known to the dbtools::OCharsetMap but exclude 72 match nExcludeInfoFlags. Thus it is possible to exclude 16/32-bit
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/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()
|
| /trunk/main/helpcontent2/source/text/shared/01/ |
| H A D | 06010500.xhp | 41 …s a submenu. Choose a language for the selected text.<br/>Choose None to exclude the selected text… 44 …submenu. Choose a language for the current paragraph.<br/>Choose None to exclude the current parag… 47 …=".">Opens a submenu. Choose a language for all text.<br/>Choose None to exclude all text from spe…
|
| /trunk/main/sal/qa/osl/process/ |
| H A D | osl_process.cxx | 258 class exclude : public std::unary_function<std::string, bool> class 262 exclude(const string_container_t& exclude_list) in exclude() function in exclude 419 std::remove_if(parent_env.begin(), parent_env.end(), exclude(different_env_vars)), in compare_merged_environments() 422 //read the child environment and exclude the variables that in compare_merged_environments() 432 std::stable_partition(child_env.begin(), child_env.end(), exclude(different_env_vars)); in compare_merged_environments()
|
| /trunk/test/ |
| H A D | build.xml | 75 <get src="${hamcrest.jar.repos}" dest="lib/hamcrest.jar" skipexisting="true" /> 88 …r="testcommon/bin" debug="on" source="1.8" target="1.8" encoding="utf-8" includeantruntime="false"> 108 …<javac destdir="testgui/bin" debug="on" source="1.8" target="1.8" encoding="utf-8" includeantrunti…
|
| /trunk/main/odk/examples/DevelopersGuide/FirstSteps/ |
| H A D | build_FirstUnoContact.xml | 54 <exclude name="**/*.java"/> 55 <exclude name="*.jar"/>
|
| /trunk/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;
|
| /trunk/main/vcl/inc/ |
| H A D | regionband.hxx | 73 void Exclude(long nLeft, long nTop, long nRight, long nBottom); 76 bool Exclude(const RegionBand& rSource);
|
| /trunk/main/helpcontent2/source/text/swriter/01/ |
| H A D | mailmerge06.xhp | 35 …10553" xml-lang="en-US" l10n="NEW">Browse through the document previews, exclude single recipients… 46 <paragraph role="heading" id="par_idN1055D" xml-lang="en-US" level="3" l10n="NEW">Exclude this reci…
|
| /trunk/ext_libraries/ratscan/scan/ |
| H A D | rat-scan.xml | 49 <exclude name=".buildbot-sourcedata"/> 55 It can be used to control the exclude list.
|
| /trunk/main/helpcontent2/source/text/swriter/guide/ |
| H A D | auto_spellcheck.xhp | 52 <paragraph xml-lang="en-US" id="hd_id3147220" role="heading" level="2" l10n="U">To Exclude Words Fr… 55 … id="par_id3147263" role="listitem" l10n="U">Select the words that you want to exclude.</paragraph>
|
| H A D | hyphen_prevent.xhp | 50 …stitem" l10n="U">In the <emph>Word</emph> box, type the word you want to exclude from hyphenation,… 56 <paragraph xml-lang="en-US" id="par_id3147036" role="tip" l10n="U">To quickly exclude a word from h…
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | region.hxx | 92 bool Exclude( const Rectangle& rRegion ); 96 bool Exclude( const Region& rRegion );
|
| /trunk/main/postprocess/signing/ |
| H A D | signing.pl | 83 # e exclude list file 117 open( IN, "<$opt_exclude") || die "Can't open exclude file $opt_exclude\n"; 150 print "exclude=$lib\n" if ($opt_verbose);
|
| /trunk/main/setup_native/source/win32/customactions/rebase/ |
| H A D | rebase.cxx | 147 OutputDebugStringFormat( "Exclude library %s from rebase", sFileName.c_str() ); in rebaseImagesInFolder() 217 …OutputDebugStringFormat( "Insert library %s into exclude from rebase list", sExcludedLibName.c_str… in InitExcludeFromRebaseList()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/ |
| 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 | 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 | PageStyle.java | 190 short exclude = PropertyAttribute.MAYBEVOID + PropertyAttribute.READONLY; in createTestEnvironment() local 191 String[] names = utils.getFilteredPropertyNames(xStyleProp, (short)0, exclude); in createTestEnvironment()
|
| /trunk/main/basctl/source/dlged/ |
| H A D | dlgedview.cxx | 158 // from DlgEdForm::CheckHit; exclude inner for DlgEdForm in impLocalHitCorrection() 163 // from DlgEdObj::CheckHit; exclude inner for group shapes in impLocalHitCorrection()
|