| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix javadoc layout | Nick Burch | 2014-04-26 | 1 | -15/+15 |
* | Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFS | Nick Burch | 2014-04-26 | 2 | -37/+87 |
* | Stream tests for NDocumentOutputStream | Nick Burch | 2014-04-26 | 1 | -0/+194 |
* | NDocumentOutputStream write logic | Nick Burch | 2014-04-25 | 5 | -14/+88 |
* | Fix inconsistent whitespace | Nick Burch | 2014-04-25 | 1 | -141/+141 |
* | Begin to support and test in-place changes to documents within a NPOIFS stream | Nick Burch | 2014-04-25 | 5 | -3/+270 |
* | Support for replacing the contents of a Document in a NPOIFSFileSytem, in place | Nick Burch | 2014-04-25 | 1 | -24/+47 |
* | Complete NPOIFS write tests | Nick Burch | 2014-04-25 | 1 | -7/+122 |
* | When deleting a document in NPOIFS, free the underlying blocks | Nick Burch | 2014-04-25 | 3 | -10/+33 |
* | More progress with the write/read npoifs tests, but one bug still to go.... | Nick Burch | 2014-04-25 | 1 | -9/+71 |
* | Refactor some of the NPOIFS write tests, and begin on the last missing write ... | Nick Burch | 2014-04-25 | 1 | -78/+89 |
* | Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listi... | Nick Burch | 2014-04-25 | 3 | -0/+37 |
* | Finish off the next NPOIFS write text | Nick Burch | 2014-04-25 | 1 | -11/+36 |
* | More NPOIFS mini stream improvements, and more tests for it all | Nick Burch | 2014-04-25 | 2 | -38/+110 |
* | Correct mini stream initialisation, and enable more npoifs write tests | Nick Burch | 2014-04-25 | 2 | -120/+95 |
* | More NPOIFS tests, and a partial mini-stream fix | Nick Burch | 2014-04-25 | 2 | -19/+77 |
* | More npoifs write tests, some disabled as failing | Nick Burch | 2014-04-25 | 1 | -3/+74 |
* | Add common code for writing out and reading NPOIFS again, and add a disabled ... | Nick Burch | 2014-04-24 | 1 | -6/+57 |
* | Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ... | Nick Burch | 2014-04-24 | 2 | -4/+140 |
* | Add TODOs for the next set of NPOIFS write tests we need | Nick Burch | 2014-04-24 | 1 | -14/+58 |
* | More NPOIFS write testing, and fix a problem with writing xbat details out | Nick Burch | 2014-04-24 | 2 | -3/+5 |
* | Update a test to use the existing EntryUtils to copy with, rather than duplci... | Nick Burch | 2014-04-24 | 1 | -30/+6 |
* | More unit tests for NPOIFS writing, and correct a bug in how bats get allocat... | Nick Burch | 2014-04-24 | 2 | -34/+81 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 3 | -8/+24 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 4 | -4/+52 |
* | Fix some Eclipse identified warnings | Nick Burch | 2014-04-24 | 4 | -9/+12 |
* | Two more test files from Stefan Kopf for bug #56164, and unit tests which use... | Nick Burch | 2014-04-24 | 4 | -3/+75 |
* | Correct an eclipse warning around close(), and a related bug that this identi... | Nick Burch | 2014-04-24 | 3 | -1/+11 |
* | Bug 56437 - [PATCH] Streaming write support in NPOIFS | Andreas Beeker | 2014-04-21 | 6 | -111/+262 |
* | Some encryption fixes: | Andreas Beeker | 2014-04-21 | 7 | -59/+60 |
* | Tweak 'assertAlmostEquals' bast on Jenkins results | Nick Burch | 2014-04-18 | 2 | -3/+3 |
* | Unit test for column autosizing of % values | Nick Burch | 2014-04-18 | 2 | -0/+71 |
* | Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan... | Dominik Stadler | 2014-04-18 | 4 | -17/+108 |
* | Try to exclude some generated files from Sonar runs | Dominik Stadler | 2014-04-18 | 1 | -0/+6 |
* | Rather than having lots of classes all create their own XML DocumentBuilderFa... | Nick Burch | 2014-04-15 | 14 | -41/+83 |
* | More stax jar removal for Java 6 | Nick Burch | 2014-04-15 | 1 | -9/+2 |
* | Now that we require Java 1.6, we no longer need to include the STAX-API jar a... | Nick Burch | 2014-04-15 | 2 | -7/+1 |
* | Fix some Eclipse warnings | Dominik Stadler | 2014-04-04 | 6 | -6/+7 |
* | exclude new broken test-file for this test | Dominik Stadler | 2014-04-04 | 1 | -1/+2 |
* | Add another test file for bug #47251, from Joe Yuan, and a disabled test | Nick Burch | 2014-04-01 | 2 | -0/+5 |
* | Fix two javadoc warnings reported in Jenkins build and add some @Overrides | Dominik Stadler | 2014-04-01 | 2 | -2/+16 |
* | Undo a toString() removal for a case where it is actually necessary. | Dominik Stadler | 2014-04-01 | 1 | -3/+3 |
* | performance issue: removed instantiation of new String object by copying an e... | Cédric Walter | 2014-03-31 | 2 | -2/+2 |
* | performance issue: call toString() on a String object. This is entirely redun... | Cédric Walter | 2014-03-31 | 6 | -13/+13 |
* | performance issue logging calls are expensive because of the objects created ... | Cédric Walter | 2014-03-31 | 9 | -57/+108 |
* | Patch from bug #56328 from David North - the maximum row number in a formula ... | Nick Burch | 2014-03-28 | 1 | -1/+1 |
* | 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 |