| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Yegor's gpg key in the Keys file, with the latest version from the key... | Nick Burch | 2014-03-26 | 1 | -68/+332 |
* | Patch for #55594 from Paul Vonnahme - Fix SXSSF encodings on EBC | Nick Burch | 2014-03-22 | 2 | -3/+4 |
* | Avoid an IndexOutOfBoundsException if there are no property nodes when search... | Nick Burch | 2014-03-18 | 1 | -2/+3 |
* | Support adding tabs to a XWPFRun, and add unit tests on toString() for addTab... | Nick Burch | 2014-03-18 | 2 | -3/+38 |
* | Fix whitespace | Nick Burch | 2014-03-18 | 1 | -31/+27 |
* | Fix bug #56278 - Support loading .xlsx files with no Styles Table | Nick Burch | 2014-03-17 | 3 | -1/+21 |
* | Bug 56195: replace System.err with propert logging | Dominik Stadler | 2014-03-16 | 1 | -3/+7 |
* | Exclude some generated classes from coverage measurements, now instruction co... | Dominik Stadler | 2014-03-16 | 1 | -3/+6 |
* | Remove two files added inadvertedely | Dominik Stadler | 2014-03-15 | 2 | -1084/+0 |
* | Add missing test-file for bug 56169 | Dominik Stadler | 2014-03-15 | 1 | -0/+0 |
* | Bug 56169: Fix NPE during export to XML with xs:all | Dominik Stadler | 2014-03-15 | 4 | -6/+1123 |
* | Bug 56114: Add testcase to verify that the flag is correctly stored in the XLS | Dominik Stadler | 2014-03-15 | 1 | -0/+132 |
* | When looking for text run related records after a TextHeaderAtom, provide a c... | Nick Burch | 2014-03-15 | 2 | -28/+40 |
* | Implement MasterTextPropAtom, which provides the indents for a run of text, n... | Nick Burch | 2014-03-15 | 4 | -8/+226 |
* | #56260 Partial fix for a slide with a TextHeaderAtom but no other atoms relat... | Nick Burch | 2014-03-14 | 3 | -7/+89 |
* | Sample file for #56260, provided by Atlassian in CONF-18721 | Nick Burch | 2014-03-14 | 1 | -0/+0 |
* | Bug 56075 - Add Change Tracking support to XWPF | Andreas Beeker | 2014-03-13 | 5 | -0/+115 |
* | Try one more way of excluding generated sources in the Maven pom.xml files fo... | Dominik Stadler | 2014-03-10 | 3 | -3/+10 |
* | Fix inconsistent whitespace, and add a close call in the main method to avoid... | Nick Burch | 2014-03-09 | 1 | -106/+107 |
* | Patch from Shaun Kalley from bug #56023 - On CellReference, implement hashCod... | Nick Burch | 2014-03-09 | 1 | -23/+30 |
* | Fix the inconsistent indents in the test file | Nick Burch | 2014-03-08 | 1 | -125/+133 |
* | Add more unit tests for XWPF Headers and Footers | Nick Burch | 2014-03-08 | 2 | -13/+52 |
* | When adding a new XPWFRun to a paragraph, update both the Runs and IRuns list... | Nick Burch | 2014-03-08 | 1 | -26/+42 |
* | Add some javadocs for the XWPF Header/Footer creation methods | Nick Burch | 2014-03-08 | 1 | -0/+18 |
* | Adjust for JDK 8 where an empty locale is added to the array returned by Date... | Dominik Stadler | 2014-03-08 | 2 | -0/+10 |
* | Fix Sonar issues about finalize() usage | Dominik Stadler | 2014-03-08 | 2 | -3/+7 |
* | Enhance test to print out more information, it seems to fail on Apache Jenkin... | Dominik Stadler | 2014-03-08 | 1 | -38/+49 |
* | Adjust TestExtractorFactory to provide more output to see why it fails on Mav... | Dominik Stadler | 2014-03-08 | 1 | -42/+53 |
* | Added MD4-option and some cleanups | Andreas Beeker | 2014-03-06 | 5 | -17/+24 |
* | disable font downloading, because of Jenkins connection (download) problems | Andreas Beeker | 2014-03-04 | 1 | -0/+4 |
* | POI is now on JDK 1.6, so remove 1.5 workaround | Nick Burch | 2014-03-04 | 1 | -22/+4 |
* | Try to set the Sonar-Exclusion property differently to see if that makes the ... | Dominik Stadler | 2014-03-03 | 1 | -1/+3 |
* | Sonar-pom: Add some metadata, try to add Sonar exclusions for generated sources | Dominik Stadler | 2014-02-28 | 1 | -0/+12 |
* | Try to improve Maven files for Sonar: Copy in (test)sources instead of linkin... | Dominik Stadler | 2014-02-27 | 8 | -42/+320 |
* | Report how long the CSV conversion took, helpful for a quick read performance... | Nick Burch | 2014-02-27 | 1 | -11/+20 |
* | Bug 56076 - Add document protection with password support to XWPF | Andreas Beeker | 2014-02-21 | 5 | -12/+432 |
* | Zero length code page fix has been committed, so this file can once again be ... | Nick Burch | 2014-02-20 | 1 | -3/+1 |
* | More helpful visio v5 exception, see bug #56171 | Nick Burch | 2014-02-20 | 2 | -2/+2 |
* | Another content types test, for #55026 | Nick Burch | 2014-02-20 | 3 | -2/+30 |
* | The junit test failed with the original test-file (CDT_Data_Retention-PPT.ppt... | Andreas Beeker | 2014-02-20 | 1 | -3/+3 |
* | Fix bug #56164 - Tidy up the OPC SAX setup code with a new common Helper | Nick Burch | 2014-02-19 | 5 | -25/+88 |
* | Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr... | Andreas Beeker | 2014-02-19 | 3 | -29/+54 |
* | Complete support for OOXML content types with parameters, including parts of ... | Nick Burch | 2014-02-19 | 2 | -38/+54 |
* | upgraded to junit4 (before other changes) | Andreas Beeker | 2014-02-19 | 1 | -27/+45 |
* | Begin to implement some of the tests and logic for content types with paramet... | Nick Burch | 2014-02-19 | 3 | -27/+138 |
* | link forrest.properties from https://svn.apache.org/repos/asf/poi/site/forres... | Andreas Beeker | 2014-02-19 | 1 | -99/+0 |
* | Downgrade the replacer plugin to 1.5.1, otherwise replacing does not find any... | Dominik Stadler | 2014-02-17 | 1 | -1/+2 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 7 | -13/+10 |
* | Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ... | Nick Burch | 2014-02-16 | 2 | -1/+24 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 15 | -93/+62 |