5520 Commits (9ff53a46ba5302c7ea524a292f74e08a2c9df7cc)
 

Author SHA1 Message Date
  Dominik Stadler 9ff53a46ba Add missing test-file for bug 56169 10 years ago
  Dominik Stadler cc51d8eeb6 Bug 56169: Fix NPE during export to XML with xs:all 10 years ago
  Dominik Stadler 847e64cf35 Bug 56114: Add testcase to verify that the flag is correctly stored in the XLS 10 years ago
  Nick Burch 80caa1ddcf When looking for text run related records after a TextHeaderAtom, provide a cleaner way to skip ones we don't care about, and a cleaner way to find the StyleTextPropAtom. Should fix #56260 10 years ago
  Nick Burch 6adffa0c03 Implement MasterTextPropAtom, which provides the indents for a run of text, needed for #56260 10 years ago
  Nick Burch 544d8bae08 #56260 Partial fix for a slide with a TextHeaderAtom but no other atoms related to it, which is followed by another TextHeaderAtom straight away 10 years ago
  Nick Burch 828ada2d62 Sample file for #56260, provided by Atlassian in CONF-18721 10 years ago
  Andreas Beeker 4d193220af Bug 56075 - Add Change Tracking support to XWPF 10 years ago
  Dominik Stadler 9f322d5543 Try one more way of excluding generated sources in the Maven pom.xml files for Sonar analysis 10 years ago
  Nick Burch 668aa03483 Fix inconsistent whitespace, and add a close call in the main method to avoid a resource-leak warning 10 years ago
  Nick Burch f22a576ce5 Patch from Shaun Kalley from bug #56023 - On CellReference, implement hashCode, fix the equals(Object) logic, and fix inconsistent whitespace 10 years ago
  Nick Burch 6d2060f100 Fix the inconsistent indents in the test file 10 years ago
  Nick Burch 0cf3937949 Add more unit tests for XWPF Headers and Footers 10 years ago
  Nick Burch 6bfca28c3d When adding a new XPWFRun to a paragraph, update both the Runs and IRuns lists with it 10 years ago
  Nick Burch b02504396b Add some javadocs for the XWPF Header/Footer creation methods 10 years ago
  Dominik Stadler b9cd5ca769 Adjust for JDK 8 where an empty locale is added to the array returned by DateFormat.getAvailableLocales() 10 years ago
  Dominik Stadler 71b2a63699 Fix Sonar issues about finalize() usage 10 years ago
  Dominik Stadler ef824470c5 Enhance test to print out more information, it seems to fail on Apache Jenkins JDK8 build 10 years ago
  Dominik Stadler 2b3724132c Adjust TestExtractorFactory to provide more output to see why it fails on Maven builds on nemo.sonarsource.org 10 years ago
  Andreas Beeker ea67d54243 Added MD4-option and some cleanups 10 years ago
  Andreas Beeker 2589b5ad1e disable font downloading, because of Jenkins connection (download) problems 10 years ago
  Nick Burch 0c38315f31 POI is now on JDK 1.6, so remove 1.5 workaround 10 years ago
  Dominik Stadler 8587fd1f3e Try to set the Sonar-Exclusion property differently to see if that makes the exclusions work 10 years ago
  Dominik Stadler 8bd9aa0930 Sonar-pom: Add some metadata, try to add Sonar exclusions for generated sources 10 years ago
  Dominik Stadler 10d05f61b2 Try to improve Maven files for Sonar: Copy in (test)sources instead of linking to sources outside the sonar-directory which confuses Sonar, remove source-dir setting for ooxml-schema and ooxml-schema-encryption as both have generate sources and not actual ones, scratchpad is not needed for ooxml 10 years ago
  Nick Burch 4f2f46c220 Report how long the CSV conversion took, helpful for a quick read performance test 10 years ago
  Andreas Beeker fd8ad223a7 Bug 56076 - Add document protection with password support to XWPF 10 years ago
  Nick Burch 7767a2414e Zero length code page fix has been committed, so this file can once again be included in the overall test 10 years ago
  Nick Burch c3653544bb More helpful visio v5 exception, see bug #56171 10 years ago
  Nick Burch 8f6ea0f8a8 Another content types test, for #55026 10 years ago
  Andreas Beeker 6c24cb7020 The junit test failed with the original test-file (CDT_Data_Retention-PPT.ppt), so another check was necessary 10 years ago
  Nick Burch 5f7a447c7b Fix bug #56164 - Tidy up the OPC SAX setup code with a new common Helper 10 years ago
  Andreas Beeker 146eadef69 Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextProp9Atom : java.lang.ArrayIndexOutOfBoundsException: 56" 10 years ago
  Nick Burch 4eb5150fc3 Complete support for OOXML content types with parameters, including parts of the patch from Sebastien Schneider from bug #55026 10 years ago
  Andreas Beeker d701d00438 upgraded to junit4 (before other changes) 10 years ago
  Nick Burch ec93085044 Begin to implement some of the tests and logic for content types with parameters, based on the test file for bug #55026 10 years ago
  Andreas Beeker 8ba2a370ba link forrest.properties from https://svn.apache.org/repos/asf/poi/site/forrest.properties 10 years ago
  Dominik Stadler 96a899f780 Downgrade the replacer plugin to 1.5.1, otherwise replacing does not find any files sometimes 10 years ago
  Andreas Beeker bc5912e74d FindBugs fix 10 years ago
  Nick Burch 220b263830 Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be zero length 10 years ago
  Andreas Beeker 06f1a6a42e FindBugs fix 10 years ago
  Andreas Beeker 8fc95e8b85 Sweeping is also needed for empty column-list ... 10 years ago
  Andreas Beeker 019f40493b FindBugs fix 10 years ago
  Andreas Beeker c17e792ffc - Changed status/changes xdocs/xslt, to link to the bug entry 10 years ago
  Dominik Stadler 2e9ed9cba1 Fix unit tests broken by newly added test-file, ignore TestFontRendering as it is inherently unstable currently 10 years ago
  Dominik Stadler 5b738e36b4 Fix unit test which failed after new corrupted file was added. 10 years ago
  Dominik Stadler 087d8d7786 Adjust test to write the failing PNG in case expected and actual do not match 10 years ago
  Nick Burch e0bcd77fc2 Test file from bug #56138 from Jon Iles, with a zero length codepage string 10 years ago
  Dominik Stadler a264f7c3c3 Instead of using initCause() when re-throwing exceptions, it leads to better stacktraces if a simple constructor-argument is used 10 years ago
  Dominik Stadler 0e9bbce9ed Add a set of maven pom.xml files for Sonar, a few workaround are 10 years ago