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