aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Fix some Eclipse identified warningsNick Burch2014-04-244-9/+12
* Two more test files from Stefan Kopf for bug #56164, and unit tests which use...Nick Burch2014-04-242-3/+75
* Correct an eclipse warning around close(), and a related bug that this identi...Nick Burch2014-04-243-1/+11
* Some encryption fixes:Andreas Beeker2014-04-214-37/+46
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan...Dominik Stadler2014-04-181-0/+9
* Rather than having lots of classes all create their own XML DocumentBuilderFa...Nick Burch2014-04-153-5/+8
* Fix two javadoc warnings reported in Jenkins build and add some @OverridesDominik Stadler2014-04-012-2/+16
* Patch for #55594 from Paul Vonnahme - Fix SXSSF encodings on EBCNick Burch2014-03-222-3/+4
* 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-172-1/+21
* Bug 56195: replace System.err with propert loggingDominik Stadler2014-03-161-3/+7
* Remove two files added inadvertedelyDominik Stadler2014-03-152-1084/+0
* Bug 56169: Fix NPE during export to XML with xs:allDominik Stadler2014-03-154-6/+1123
* Bug 56075 - Add Change Tracking support to XWPF Andreas Beeker2014-03-133-0/+115
* Fix inconsistent whitespace, and add a close call in the main method to avoid...Nick Burch2014-03-091-106/+107
* 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
* Fix Sonar issues about finalize() usageDominik Stadler2014-03-081-0/+2
* 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-062-8/+19
* Bug 56076 - Add document protection with password support to XWPFAndreas Beeker2014-02-213-4/+281
* Another content types test, for #55026Nick Burch2014-02-202-2/+30
* Fix bug #56164 - Tidy up the OPC SAX setup code with a new common HelperNick Burch2014-02-195-25/+88
* Complete support for OOXML content types with parameters, including parts of ...Nick Burch2014-02-192-38/+54
* Begin to implement some of the tests and logic for content types with paramet...Nick Burch2014-02-193-27/+138
* FindBugs fixAndreas Beeker2014-02-162-2/+2
* Sweeping is also needed for empty column-list ...Andreas Beeker2014-02-161-3/+1
* FindBugs fixAndreas Beeker2014-02-168-13/+34
* Update Javadoc somewhatDominik Stadler2014-02-152-1/+7
* Add assertions, remove Sonar warningsDominik Stadler2014-02-153-14/+12
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-142-38/+89
* Bug 53130 - SXSSF Shared Strings option support, to make generated xlsx files...Andreas Beeker2014-02-144-12/+129
* FindBugs fixAndreas Beeker2014-02-142-3/+4
* FindBugs fixAndreas Beeker2014-02-134-9/+9
* FindBugs fixAndreas Beeker2014-02-091-0/+6
* Bug 55923: Fix compare/sorting of nodes in exported XMLDominik Stadler2014-02-032-13/+210
* Bug 55924: Avoid errors during exporting XML if there are numeric cells witho...Dominik Stadler2014-02-032-1/+76
* Bug 55926: Handle numeric formula values when exporting to XMLDominik Stadler2014-02-032-1/+41
* Bug 55927: Handle date types when exporting to XMLDominik Stadler2014-02-032-4/+42
* Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor header/f...Nick Burch2014-02-022-7/+134
* Fix whitespaceNick Burch2014-02-021-86/+86
* Have the Excel text extractors all implement the same interface, as best as t...Nick Burch2014-02-022-12/+21
* Bug 56017: Fix comment-ref when shiftig rows with comments, this probably doe...Dominik Stadler2014-02-022-53/+51
* Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalState...Andreas Beeker2014-02-023-626/+653
* javadoc fixAndreas Beeker2014-02-011-2/+2
* Bug 55802 - Special Letters not exported correctAndreas Beeker2014-02-013-8/+138
* Javadoc fixAndreas Beeker2014-02-011-1/+1