summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added source code to all artifactsCédric Walter2014-04-022-30/+14
* added manifest to all jar files produced in maven reactorCédric Walter2014-04-022-42/+28
* introduced dependencies management into main pomCédric Walter2014-04-024-7/+52
* moved properties out of the build into pom.xmliCédric Walter2014-04-022-26/+209
* moved poi scratchpad resources to module poi-scratchpadCédric Walter2014-04-022-0/+0
* moved poi scratchpad test to module poi-scratchpadCédric Walter2014-04-02181-1/+1
* moved poi example code to module poi-examplesCédric Walter2014-04-02141-43/+1
* moved excelant code to module poi-excelantCédric Walter2014-04-0213-0/+0
* moved excelant tests to module poi-excelantCédric Walter2014-04-0213-0/+0
* moved excelant resources to module poi-excelantCédric Walter2014-04-0214-0/+0
* moved excelant code to module poi-excelantCédric Walter2014-04-0214-0/+0
* moved poi tests to module poi-mainCédric Walter2014-04-02497-0/+0
* moved poi ressources to module poi-mainCédric Walter2014-04-021-0/+0
* moved poi ressources to module poi-mainCédric Walter2014-04-022-0/+0
* moved poi code to module poi-mainCédric Walter2014-04-02967-0/+0
* removed uneeded config in poi-ooxml moduleCédric Walter2014-04-021-76/+1
* moved oxxml ressources to moduleCédric Walter2014-04-022-0/+0
* moved oxxml ressources to moduleCédric Walter2014-04-026-0/+0
* moved oxxml tests to moduleCédric Walter2014-04-02165-0/+0
* moved oxxml resources to moduleCédric Walter2014-04-026-0/+0
* moved oxxml code to moduleCédric Walter2014-04-02344-0/+0
* moved scratchpad code to moduleCédric Walter2014-04-01528-0/+0
* added skeleton of maven modulesCédric Walter2014-04-0123-1417/+984
* created branch for maven spikeCédric Walter2014-04-010-0/+0
* Fix two javadoc warnings reported in Jenkins build and add some @OverridesDominik Stadler2014-04-012-2/+16
* Undo a toString() removal for a case where it is actually necessary.Dominik Stadler2014-04-011-3/+3
* performance issue: removed instantiation of new String object by copying an e...Cédric Walter2014-03-312-2/+2
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-316-13/+13
* performance issue logging calls are expensive because of the objects created ...Cédric Walter2014-03-319-57/+108
* Patch from bug #56328 from David North - the maximum row number in a formula ...Nick Burch2014-03-281-1/+1
* 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