aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwpt: add more 2 bytes to OldSectionTable to solve ArrayIndexOutOfBoundsExcep...Maxim Valyanskiy2010-09-273-3/+13
* Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in prefere...Nick Burch2010-09-242-3/+21
* Bump the version idNick Burch2010-09-241-1/+1
* Update the site for 3.7 beta 3 - download page and homepageNick Burch2010-09-242-18/+26
* Add unit tests for the XWPF decorator classesNick Burch2010-09-221-0/+99
* A couple of tweaks to the release documentationNick Burch2010-09-211-5/+14
* Prepare for building 3.7 beta 3Nick Burch2010-09-213-2/+8
* Fix 1.6ismNick Burch2010-09-211-1/+4
* Add a temporary workaround for bug #49934, while we wait for a proper xmlbean...Nick Burch2010-09-211-0/+13
* Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/righ...Nick Burch2010-09-214-1/+28
* Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop ...Nick Burch2010-09-215-4/+50
* Add missing record, and fix a few indentsNick Burch2010-09-211-7/+8
* Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook b...Nick Burch2010-09-204-11/+137
* Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF he...Nick Burch2010-09-204-5/+19
* Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up rel...Nick Burch2010-09-204-71/+54
* Work inspired by bug #48018 - get HWPF lists more consistent in read vs write...Nick Burch2010-09-206-32/+321
* Apply patch from bug #49820 - Fix HWPF paragraph levels, so that outline leve...Nick Burch2010-09-206-10/+80
* Add test that shows that bug #45877 has already been fixedNick Burch2010-09-192-0/+11
* Hopefully fix bug #47271 - Avoid infinite loops on broken HWPF documents with...Nick Burch2010-09-192-0/+11
* More fixes for bug #49933, workaround the fact that some word6/word95 SEPX en...Nick Burch2010-09-193-1/+25
* Fix bug #49936 - Handle HWPF documents with problematic HeaderStories betterNick Burch2010-09-174-2/+33
* Fix support for sections in old word 6 / word 95 filesNick Burch2010-09-1710-21/+233
* Fix generics warningNick Burch2010-09-171-5/+5
* Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when...Nick Burch2010-09-163-1/+90
* Add disabled, failing unit test for bug #49940Nick Burch2010-09-161-0/+28
* Add a few more test assertsNick Burch2010-09-161-0/+3
* Update the download site for 3.7 beta 2Nick Burch2010-09-151-16/+16
* Add some more paragraph property documentation and testsNick Burch2010-09-152-2/+24
* Various XWPF picture tweaks and more unit testsNick Burch2010-09-144-9/+91
* Fix up imports to remove un-used onesNick Burch2010-09-1412-43/+15
* Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of...Nick Burch2010-09-146-10/+167
* Link XWPFPicture to XWPFRun, so that embedded pictures can be access from whe...Nick Burch2010-09-148-45/+96
* XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, an...Nick Burch2010-09-1410-120/+224
* Add a getBodyElements() method to XWPF IBody, to make access to embedded para...Nick Burch2010-09-148-2/+30
* More XSLFRelation entries for common .pptx file partsNick Burch2010-09-132-2/+20
* added a test file that belongs to r996265Yegor Kozlov2010-09-131-0/+0
* fixed evaluation of shared formulas in XSSF, see Bugzilla 49872Yegor Kozlov2010-09-124-13/+52
* avoid corruption of XSSFWorkbook after removing all merged cells from sheet, ...Yegor Kozlov2010-09-113-1/+8
* fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ...Yegor Kozlov2010-09-114-7/+30
* Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/...Nick Burch2010-09-103-5/+5
* Improve documentation of some of the HWPF picture stuff, and add unit tests f...Nick Burch2010-09-105-23/+149
* Add getMimeType() method to HWPF Picture, and fix some generics warningsNick Burch2010-09-093-41/+71
* Fix generics warningsNick Burch2010-09-093-52/+43
* Tweak constructor to be more open, and fix some generics warningsNick Burch2010-09-092-23/+15
* Add license headers to Ole10Native-related classesMaxim Valyanskiy2010-09-093-0/+51
* update status.xml (code for reading Ole10Native data)Maxim Valyanskiy2010-09-091-0/+1
* Add code for reading Ole10Native dataMaxim Valyanskiy2010-09-095-0/+286
* Remove 1.6isms which prevent compilation on Java 1.5Nick Burch2010-09-092-2/+0
* Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex...Nick Burch2010-09-096-5/+37
* allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th...Yegor Kozlov2010-09-073-1/+56