summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* More on the HPFS in-place NPOIFS write tests, and a note about what is still ↵Nick Burch2014-04-263-4/+54
| | | | | | to do for them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590319 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadoc layoutNick Burch2014-04-261-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590317 13f79535-47bb-0310-9956-ffa450edef68
* Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFSNick Burch2014-04-262-37/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590309 13f79535-47bb-0310-9956-ffa450edef68
* Stream tests for NDocumentOutputStreamNick Burch2014-04-261-0/+194
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590303 13f79535-47bb-0310-9956-ffa450edef68
* NDocumentOutputStream write logicNick Burch2014-04-255-14/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590191 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent whitespaceNick Burch2014-04-251-141/+141
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590190 13f79535-47bb-0310-9956-ffa450edef68
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-255-3/+270
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590185 13f79535-47bb-0310-9956-ffa450edef68
* Support for replacing the contents of a Document in a NPOIFSFileSytem, in placeNick Burch2014-04-251-24/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590177 13f79535-47bb-0310-9956-ffa450edef68
* Complete NPOIFS write testsNick Burch2014-04-251-7/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590162 13f79535-47bb-0310-9956-ffa450edef68
* When deleting a document in NPOIFS, free the underlying blocksNick Burch2014-04-253-10/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590160 13f79535-47bb-0310-9956-ffa450edef68
* More progress with the write/read npoifs tests, but one bug still to go....Nick Burch2014-04-251-9/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590153 13f79535-47bb-0310-9956-ffa450edef68
* Refactor some of the NPOIFS write tests, and begin on the last missing write ↵Nick Burch2014-04-251-78/+89
| | | | | | test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590149 13f79535-47bb-0310-9956-ffa450edef68
* Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make ↵Nick Burch2014-04-253-0/+37
| | | | | | listing easier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590148 13f79535-47bb-0310-9956-ffa450edef68
* Finish off the next NPOIFS write textNick Burch2014-04-251-11/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590133 13f79535-47bb-0310-9956-ffa450edef68
* More NPOIFS mini stream improvements, and more tests for it allNick Burch2014-04-252-38/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590098 13f79535-47bb-0310-9956-ffa450edef68
* Correct mini stream initialisation, and enable more npoifs write testsNick Burch2014-04-252-120/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590088 13f79535-47bb-0310-9956-ffa450edef68
* More NPOIFS tests, and a partial mini-stream fixNick Burch2014-04-252-19/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1590083 13f79535-47bb-0310-9956-ffa450edef68
* More npoifs write tests, some disabled as failingNick Burch2014-04-251-3/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589987 13f79535-47bb-0310-9956-ffa450edef68
* Add common code for writing out and reading NPOIFS again, and add a disabled ↵Nick Burch2014-04-241-6/+57
| | | | | | roundtrip test (currently failing...) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589895 13f79535-47bb-0310-9956-ffa450edef68
* Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ↵Nick Burch2014-04-242-4/+140
| | | | | | tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589881 13f79535-47bb-0310-9956-ffa450edef68
* Add TODOs for the next set of NPOIFS write tests we needNick Burch2014-04-241-14/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589868 13f79535-47bb-0310-9956-ffa450edef68
* More NPOIFS write testing, and fix a problem with writing xbat details outNick Burch2014-04-242-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589806 13f79535-47bb-0310-9956-ffa450edef68
* Update a test to use the existing EntryUtils to copy with, rather than ↵Nick Burch2014-04-241-30/+6
| | | | | | duplciating the logic, and tweak naming/javadocs to clarify what the test does git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589802 13f79535-47bb-0310-9956-ffa450edef68
* More unit tests for NPOIFS writing, and correct a bug in how bats get ↵Nick Burch2014-04-242-34/+81
| | | | | | allocated in xbats. (Some issues still remain) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589800 13f79535-47bb-0310-9956-ffa450edef68
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-243-8/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589783 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but ↵Nick Burch2014-04-243-4/+52
| | | | | | we still don't know where it belongs) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589770 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Eclipse identified warningsNick Burch2014-04-244-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589765 13f79535-47bb-0310-9956-ffa450edef68
* Two more test files from Stefan Kopf for bug #56164, and unit tests which ↵Nick Burch2014-04-242-3/+75
| | | | | | use them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589759 13f79535-47bb-0310-9956-ffa450edef68
* Correct an eclipse warning around close(), and a related bug that this ↵Nick Burch2014-04-243-1/+11
| | | | | | identified git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589756 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-216-111/+262
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588887 13f79535-47bb-0310-9956-ffa450edef68
* Some encryption fixes:Andreas Beeker2014-04-217-59/+60
| | | | | | | | | - don't rely on SecretKey object having the right algorithm set - leave encryption-description parsing of string/stream to xmlbeans and refactor it to one location - use namespaces of schema instead of hard-coded strings - use CryptoFunctions.getMessageDigest() instead of code duplication git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588874 13f79535-47bb-0310-9956-ffa450edef68
* Tweak 'assertAlmostEquals' bast on Jenkins resultsNick Burch2014-04-182-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588595 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for column autosizing of % valuesNick Burch2014-04-182-0/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588562 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, ↵Dominik Stadler2014-04-183-17/+108
| | | | | | adjust/enhance some more tests in MathX git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588538 13f79535-47bb-0310-9956-ffa450edef68
* Rather than having lots of classes all create their own XML ↵Nick Burch2014-04-1514-41/+83
| | | | | | DocumentBuilderFactory instance, push that logic to a helper which sets all the right defaults git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587739 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Eclipse warningsDominik Stadler2014-04-046-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1584544 13f79535-47bb-0310-9956-ffa450edef68
* exclude new broken test-file for this testDominik Stadler2014-04-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1584543 13f79535-47bb-0310-9956-ffa450edef68
* Add another test file for bug #47251, from Joe Yuan, and a disabled testNick Burch2014-04-011-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583825 13f79535-47bb-0310-9956-ffa450edef68
* Fix two javadoc warnings reported in Jenkins build and add some @OverridesDominik Stadler2014-04-012-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583598 13f79535-47bb-0310-9956-ffa450edef68
* Undo a toString() removal for a case where it is actually necessary.Dominik Stadler2014-04-011-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583571 13f79535-47bb-0310-9956-ffa450edef68
* performance issue: removed instantiation of new String object by copying an ↵Cédric Walter2014-03-312-2/+2
| | | | | | existing string. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583366 13f79535-47bb-0310-9956-ffa450edef68
* performance issue: call toString() on a String object. This is entirely ↵Cédric Walter2014-03-316-13/+13
| | | | | | redundant. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583358 13f79535-47bb-0310-9956-ffa450edef68
* performance issue logging calls are expensive because of the objects created ↵Cédric Walter2014-03-319-57/+108
| | | | | | when assembling the log messages. Using the check() method of the logging sub-system can prevent object creation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583357 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #56328 from David North - the maximum row number in a formula ↵Nick Burch2014-03-281-1/+1
| | | | | | depends on HSSF vs XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1582892 13f79535-47bb-0310-9956-ffa450edef68
* Patch for #55594 from Paul Vonnahme - Fix SXSSF encodings on EBCNick Burch2014-03-222-3/+4
| | | | | | IDIC platforms, by setting the required encoding explicitly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1580314 13f79535-47bb-0310-9956-ffa450edef68
* Avoid an IndexOutOfBoundsException if there are no property nodes when ↵Nick Burch2014-03-181-2/+3
| | | | | | searching for the start index, return -1 instead git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578929 13f79535-47bb-0310-9956-ffa450edef68
* Support adding tabs to a XWPFRun, and add unit tests on toString() for ↵Nick Burch2014-03-182-3/+38
| | | | | | addTab and addCarriageReturn git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578921 13f79535-47bb-0310-9956-ffa450edef68
* Fix whitespaceNick Burch2014-03-181-31/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578915 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56278 - Support loading .xlsx files with no Styles TableNick Burch2014-03-172-1/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578518 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56195: replace System.err with propert loggingDominik Stadler2014-03-161-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578147 13f79535-47bb-0310-9956-ffa450edef68