aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-0618-77/+779
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132553 13f79535-47bb-0310-9956-ffa450edef68
* cleaned javadocs warningsYegor Kozlov2011-06-0613-19/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132549 13f79535-47bb-0310-9956-ffa450edef68
* updated release date and downloads page to reflect 3.8 beta3Yegor Kozlov2011-06-063-22/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132538 13f79535-47bb-0310-9956-ffa450edef68
* Enable more of the POIFS DocumetnInputStream tests to check NPOIFS as wellNick Burch2011-06-051-203/+197
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1131988 13f79535-47bb-0310-9956-ffa450edef68
* Work on NPOIFS document read/mark/reset work for bug #51318, including ↵Nick Burch2011-06-043-63/+117
| | | | | | enabling more of the old POIFS tests to work for both git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1131488 13f79535-47bb-0310-9956-ffa450edef68
* Fix 1.6ismNick Burch2011-06-042-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1131327 13f79535-47bb-0310-9956-ffa450edef68
* reverted a file mistakenly added in r1130120Yegor Kozlov2011-06-011-144/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1130123 13f79535-47bb-0310-9956-ffa450edef68
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-0144-2019/+2969
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1130120 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug #51293 from Sergey for hdf types generationNick Burch2011-05-311-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1129693 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Sergey from bug #51292 - Additional HWPF Table Cell descriptor valuesNick Burch2011-05-313-12/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1129690 13f79535-47bb-0310-9956-ffa450edef68
* Using data from the sourceforge dist system, fill in the dates of the ↵Nick Burch2011-05-271-9/+33
| | | | | | releases missing that info from the changelog git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128510 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51098 - Error in calculating image width/height, if image fits into one cellYegor Kozlov2011-05-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128423 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51098 - Error in calculating image width/height, if image fits into one cellYegor Kozlov2011-05-271-10/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128422 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #47147 - XWPF table cells adding extra paragraph - test from Stefan ↵Nick Burch2011-05-273-1/+29
| | | | | | Stern git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128331 13f79535-47bb-0310-9956-ffa450edef68
* Few XSLF tweaks, and add a unit test that shows that bug #51187 exists ↵Nick Burch2011-05-274-2/+122
| | | | | | (problem with self references) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128324 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51188 - Support for getting and setting XPWF zoom settingsNick Burch2011-05-274-2/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128312 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test from Stefan for bug #51172 - DOCX gif supportNick Burch2011-05-271-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128301 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug #51134 from Mike McEuen - Ability to add XWPFStyles and ↵Nick Burch2011-05-274-6/+221
| | | | | | XWPFNumbering to a XWPF file that lacks them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128296 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51273 - Hash codes can be negative when working on our own low ↵Nick Burch2011-05-272-3/+3
| | | | | | memory hash for formula cell evaluation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128268 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51171: Improved performance of SharedValueManagerYegor Kozlov2011-05-262-70/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1127860 13f79535-47bb-0310-9956-ffa450edef68
* Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply ↵Nick Burch2011-05-234-17/+44
| | | | | | for set as well as get git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1126696 13f79535-47bb-0310-9956-ffa450edef68
* Avoid a System.out call, replace with loggingNick Burch2011-05-231-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1126674 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51196: more progress with chart apiYegor Kozlov2011-05-212-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1125662 13f79535-47bb-0310-9956-ffa450edef68
* Test that shows that bug #51222 is a themes colour problemNick Burch2011-05-201-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1125559 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-2033-121/+2173
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1125275 13f79535-47bb-0310-9956-ffa450edef68
* improved test coverage for SXSSFYegor Kozlov2011-05-199-164/+285
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124698 13f79535-47bb-0310-9956-ffa450edef68
* Put back the NPOIFS constructor that got lost in r1101397Nick Burch2011-05-191-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124696 13f79535-47bb-0310-9956-ffa450edef68
* Add some more NPOIFS write related tests, some of which is disabled as the ↵Nick Burch2011-05-192-4/+32
| | | | | | functionality isn't quite there yet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124693 13f79535-47bb-0310-9956-ffa450edef68
* Put more details in the error message for next timeNick Burch2011-05-191-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124622 13f79535-47bb-0310-9956-ffa450edef68
* FakeZipEntry: pre-allocate ByteArrayOutputStream when zip entry size is ↵Maxim Valyanskiy2011-05-181-1/+14
| | | | | | known to prevent reallocation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124179 13f79535-47bb-0310-9956-ffa450edef68
* initial support for SXSSF testsYegor Kozlov2011-05-189-40/+381
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124177 13f79535-47bb-0310-9956-ffa450edef68
* fixed resizing pictures in XSSF, see Bugzilla 51160Yegor Kozlov2011-05-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124163 13f79535-47bb-0310-9956-ffa450edef68
* status.xml: add note about Agile encryptionMaxim Valyanskiy2011-05-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124158 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to ↵Yegor Kozlov2011-05-176-1/+3861
| | | | | | produce xlsx files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1104120 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51171: Improved performance of opening large .xls filesYegor Kozlov2011-05-152-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1103502 13f79535-47bb-0310-9956-ffa450edef68
* Update the release docs for having artificats in the dist repoNick Burch2011-05-152-31/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1103437 13f79535-47bb-0310-9956-ffa450edef68
* Update the logos to include TMNick Burch2011-05-142-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1103178 13f79535-47bb-0310-9956-ffa450edef68
* Autoboxing tweaks from bug #51175, and make the paragraph/table finding code ↵Nick Burch2011-05-139-89/+90
| | | | | | generic git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102691 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Stefan from bug #51172 - XWPF .gif images supportNick Burch2011-05-134-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102668 13f79535-47bb-0310-9956-ffa450edef68
* Correct docs issueNick Burch2011-05-131-10/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102666 13f79535-47bb-0310-9956-ffa450edef68
* Add a note about XSSF and HSSF x and y values in client anchors differingNick Burch2011-05-131-1/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102624 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPOIFS creation of an empty filesystem, with create/write/read testNick Burch2011-05-123-19/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102482 13f79535-47bb-0310-9956-ffa450edef68
* Finish NPOIFS support for writing to mini streams where the big block stream ↵Nick Burch2011-05-124-7/+164
| | | | | | needs extending, and unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102458 13f79535-47bb-0310-9956-ffa450edef68
* The NPOIFS mini stream blocks need to be writable, correct that and add some ↵Nick Burch2011-05-122-7/+132
| | | | | | tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102448 13f79535-47bb-0310-9956-ffa450edef68
* Project branding update - add trademark notice to page footersNick Burch2011-05-1226-3/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102428 13f79535-47bb-0310-9956-ffa450edef68
* update documentation on encryption supportMaxim Valyanskiy2011-05-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1101398 13f79535-47bb-0310-9956-ffa450edef68
* bug#51165: Add support for OOXML Agile EncryptionMaxim Valyanskiy2011-05-1010-143/+780
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1101397 13f79535-47bb-0310-9956-ffa450edef68
* As Java doesn't allow static methods on interfaces, allow ↵Nick Burch2011-05-096-40/+91
| | | | | | HSSFFormulaEvaluator or XSSFFormulaEvaluator to generically recalculate all formulas in a workbook git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1101033 13f79535-47bb-0310-9956-ffa450edef68
* More testing around bug #48877Nick Burch2011-05-061-6/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1100122 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works ↵Nick Burch2011-05-063-52/+116
| | | | | | correctly, and code is simplified git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1100027 13f79535-47bb-0310-9956-ffa450edef68