summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Consistent namingREL_3_10_BETA1Nick Burch2013-06-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_10_BETA1@1496665 13f79535-47bb-0310-9956-ffa450edef68
* Tag r1496659 as 3.10-beta13.10-beta1Nick Burch2013-06-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/3.10-beta1@1496660 13f79535-47bb-0310-9956-ffa450edef68
* Prep for 3.10 beta 1Nick Burch2013-06-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496659 13f79535-47bb-0310-9956-ffa450edef68
* Remove the executable flag from a number of files that aren't executables so ↵Nick Burch2013-06-256-0/+0
| | | | | | shouldn't have it set git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496656 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headers, and a few javadoc tweaks while working on those ↵Nick Burch2013-06-256-6/+105
| | | | | | files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496652 13f79535-47bb-0310-9956-ffa450edef68
* Sanity check the length, logging and truncating if too long, to avoid a ↵Nick Burch2013-06-251-0/+11
| | | | | | StringIndexOutOfBoundsException (bug #54925) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496520 13f79535-47bb-0310-9956-ffa450edef68
* Fix the indenting to be consistent throughout the fileNick Burch2013-06-251-363/+362
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496519 13f79535-47bb-0310-9956-ffa450edef68
* Add another record type to the "don't warn" list, and tidy up the code a ↵Nick Burch2013-06-251-14/+19
| | | | | | little bit (see bug #54925) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496518 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-253-2/+12
| | | | | | for a workbook with no sheets when a sheet operation is performed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496516 13f79535-47bb-0310-9956-ffa450edef68
* Fix indenting to be consistent, and correct the setIncludeCellComments ↵Nick Burch2013-06-251-167/+167
| | | | | | javadoc to match the long standing default (#54871) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496510 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ↵Nick Burch2013-06-255-1/+63
| | | | | | affect HSSF Data Validation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496499 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Tim Allison from bug #55142 - Not all XWPF SDT blockNick Burch2013-06-253-1/+31
| | | | | | s need newlines git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496458 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54920: do not set column and row separatedely, but use a referenceDominik Stadler2013-06-234-14/+94
| | | | | | | for newComment(), keep previous method as deprecated. Adjust all places where newComment() is used and add unit test covering the bug. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1495894 13f79535-47bb-0310-9956-ffa450edef68
* Patch and unit test from Tim Allen from bug #54686 - Improve how ↵Nick Burch2013-06-206-125/+777
| | | | | | DataFormatter handles fractions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494986 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Tim Allen from bug #55066 - unit test to show that we no longer ↵Nick Burch2013-06-201-0/+21
| | | | | | load XWPF footnotes twice git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494962 13f79535-47bb-0310-9956-ffa450edef68
* Avoid a NPE if no password was given - use the default office one insteadNick Burch2013-06-191-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494571 13f79535-47bb-0310-9956-ffa450edef68
* Fix the footnote doubling, and then enable the rest of the SDT tests from ↵Nick Burch2013-06-182-10/+1
| | | | | | Tim Allison from bug #54849 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494379 13f79535-47bb-0310-9956-ffa450edef68
* Remove tab indentsNick Burch2013-06-181-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494378 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Tim Allison from bug #54849 - Controlled content/Form ↵Nick Burch2013-06-1822-117/+777
| | | | | | (Std/StdBlock) content git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494376 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol()Dominik Stadler2013-06-173-4/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493686 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54982: Add a close() interface to POITextExtractor which can be used to ↵Dominik Stadler2013-06-1711-22/+202
| | | | | | | | | | | free resources later. Implement close() where necessary so resources are closed. Add close() to tests and run existing unit tests also against the Extractor that is built via the Factory. Also add a small test-suite to quickly execute all extractor-related tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493669 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() ↵Nick Burch2013-06-142-6/+38
| | | | | | needs to recurse into container Shapes (with new unit test) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493001 13f79535-47bb-0310-9956-ffa450edef68
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent ↵Nick Burch2013-06-139-614/+614
| | | | | | whitespace / style to the surrounding code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492818 13f79535-47bb-0310-9956-ffa450edef68
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent ↵Nick Burch2013-06-134-702/+681
| | | | | | whitespace / style to the surrounding code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492804 13f79535-47bb-0310-9956-ffa450edef68
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent ↵Nick Burch2013-06-132-349/+343
| | | | | | whitespace / style to the surrounding code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492802 13f79535-47bb-0310-9956-ffa450edef68
* Fix the javadoc, correct the indenting, and add the new test file from bug ↵Nick Burch2013-06-132-14/+6
| | | | | | #54849 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492796 13f79535-47bb-0310-9956-ffa450edef68
* Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the ↵Nick Burch2013-06-122-1/+65
| | | | | | number level and format, if applied git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492312 13f79535-47bb-0310-9956-ffa450edef68
* Patch from akhikhl from github pull #3 - Extract references from XWPF footnotesNick Burch2013-06-122-4/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492308 13f79535-47bb-0310-9956-ffa450edef68
* JavaDoc fixes from #54731 from Dominik StadlerNick Burch2013-06-125-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492267 13f79535-47bb-0310-9956-ffa450edef68
* EMCA have re-organised their website, update links to solve #55053Nick Burch2013-06-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492247 13f79535-47bb-0310-9956-ffa450edef68
* fixed compatibility issues with JDK 1.5Yegor Kozlov2013-06-054-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1489685 13f79535-47bb-0310-9956-ffa450edef68
* removed @Override to keep javac on JDK 1.5 happyYegor Kozlov2013-06-031-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488823 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55047: REPT formula supportYegor Kozlov2013-06-024-0/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488811 13f79535-47bb-0310-9956-ffa450edef68
* missing tests for Bug 55041 - CODE formula supportYegor Kozlov2013-06-023-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488810 13f79535-47bb-0310-9956-ffa450edef68
* added missing tests for Bug 55042: patch for missing function COMPLEXYegor Kozlov2013-06-021-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488809 13f79535-47bb-0310-9956-ffa450edef68
* added missing tests for Bug 55042: patch for missing function COMPLEXYegor Kozlov2013-06-023-5/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488808 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55043 and 55042: initial support for Complex and Quotient functionsYegor Kozlov2013-06-024-0/+300
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488734 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55041: CODE function support, also removed @Override from ↵Yegor Kozlov2013-06-024-4/+106
| | | | | | interfaces to stay compatible with JDK 1.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488733 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55037: DELTA function supportYegor Kozlov2013-06-022-0/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488730 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55036 - Dec2HEx formula supportYegor Kozlov2013-06-027-6/+253
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488729 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for bugs #54880 & #55030 - seems ok so farNick Burch2013-05-312-18/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488403 13f79535-47bb-0310-9956-ffa450edef68
* Test file from bug #54880Nick Burch2013-05-311-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488332 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #55001 - check for unicode text too (plus fix indents)Nick Burch2013-05-311-21/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488329 13f79535-47bb-0310-9956-ffa450edef68
* Stub out the unit tests needed for bug #55026, and add the sample file from thatNick Burch2013-05-292-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1487657 13f79535-47bb-0310-9956-ffa450edef68
* More on bug #54682 - check for the end offset overflowing tooNick Burch2013-05-291-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1487558 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #54682 - UnhandledDataStructure should sanity check before ↵Nick Burch2013-05-291-5/+18
| | | | | | allocating, not after git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1487555 13f79535-47bb-0310-9956-ffa450edef68
* Following dev@ discussions, the next release will be 3.10 not 4.0Nick Burch2013-05-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486829 13f79535-47bb-0310-9956-ffa450edef68
* Don't include the generation date in the javadocs, as it bloats the changes ↵Nick Burch2013-05-261-1/+2
| | | | | | when publishing the site git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486434 13f79535-47bb-0310-9956-ffa450edef68
* Where possible, allow fetching of the size of the OPC Package Part (-1 if not)Nick Burch2013-05-154-0/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1482647 13f79535-47bb-0310-9956-ffa450edef68
* Fix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for ↵Nick Burch2013-05-062-4/+15
| | | | | | Row.createCell(int,int) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1479639 13f79535-47bb-0310-9956-ffa450edef68