aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc layoutNick Burch2014-04-261-15/+15
* Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFSNick Burch2014-04-262-37/+87
* Stream tests for NDocumentOutputStreamNick Burch2014-04-261-0/+194
* NDocumentOutputStream write logicNick Burch2014-04-255-14/+88
* Fix inconsistent whitespaceNick Burch2014-04-251-141/+141
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-255-3/+270
* Support for replacing the contents of a Document in a NPOIFSFileSytem, in placeNick Burch2014-04-251-24/+47
* Complete NPOIFS write testsNick Burch2014-04-251-7/+122
* When deleting a document in NPOIFS, free the underlying blocksNick Burch2014-04-253-10/+33
* More progress with the write/read npoifs tests, but one bug still to go....Nick Burch2014-04-251-9/+71
* Refactor some of the NPOIFS write tests, and begin on the last missing write ...Nick Burch2014-04-251-78/+89
* Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listi...Nick Burch2014-04-253-0/+37
* Finish off the next NPOIFS write textNick Burch2014-04-251-11/+36
* More NPOIFS mini stream improvements, and more tests for it allNick Burch2014-04-252-38/+110
* Correct mini stream initialisation, and enable more npoifs write testsNick Burch2014-04-252-120/+95
* More NPOIFS tests, and a partial mini-stream fixNick Burch2014-04-252-19/+77
* More npoifs write tests, some disabled as failingNick Burch2014-04-251-3/+74
* Add common code for writing out and reading NPOIFS again, and add a disabled ...Nick Burch2014-04-241-6/+57
* Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ...Nick Burch2014-04-242-4/+140
* Add TODOs for the next set of NPOIFS write tests we needNick Burch2014-04-241-14/+58
* More NPOIFS write testing, and fix a problem with writing xbat details outNick Burch2014-04-242-3/+5
* Update a test to use the existing EntryUtils to copy with, rather than duplci...Nick Burch2014-04-241-30/+6
* More unit tests for NPOIFS writing, and correct a bug in how bats get allocat...Nick Burch2014-04-242-34/+81
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-243-8/+24
* Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w...Nick Burch2014-04-244-4/+52
* 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-244-3/+75
* Correct an eclipse warning around close(), and a related bug that this identi...Nick Burch2014-04-243-1/+11
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-216-111/+262
* Some encryption fixes:Andreas Beeker2014-04-217-59/+60
* Tweak 'assertAlmostEquals' bast on Jenkins resultsNick Burch2014-04-182-3/+3
* Unit test for column autosizing of % valuesNick Burch2014-04-182-0/+71
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan...Dominik Stadler2014-04-184-17/+108
* Try to exclude some generated files from Sonar runsDominik Stadler2014-04-181-0/+6
* Rather than having lots of classes all create their own XML DocumentBuilderFa...Nick Burch2014-04-1514-41/+83
* More stax jar removal for Java 6Nick Burch2014-04-151-9/+2
* Now that we require Java 1.6, we no longer need to include the STAX-API jar a...Nick Burch2014-04-152-7/+1
* Fix some Eclipse warningsDominik Stadler2014-04-046-6/+7
* exclude new broken test-file for this testDominik Stadler2014-04-041-1/+2
* Add another test file for bug #47251, from Joe Yuan, and a disabled testNick Burch2014-04-012-0/+5
* 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