| Commit message (Expand) | Author | Age | Files | Lines |
* | hwpt: add more 2 bytes to OldSectionTable to solve ArrayIndexOutOfBoundsExcep... | Maxim Valyanskiy | 2010-09-27 | 3 | -3/+13 |
* | Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in prefere... | Nick Burch | 2010-09-24 | 2 | -3/+21 |
* | Bump the version id | Nick Burch | 2010-09-24 | 1 | -1/+1 |
* | Update the site for 3.7 beta 3 - download page and homepage | Nick Burch | 2010-09-24 | 2 | -18/+26 |
* | Add unit tests for the XWPF decorator classes | Nick Burch | 2010-09-22 | 1 | -0/+99 |
* | A couple of tweaks to the release documentation | Nick Burch | 2010-09-21 | 1 | -5/+14 |
* | Prepare for building 3.7 beta 3 | Nick Burch | 2010-09-21 | 3 | -2/+8 |
* | Fix 1.6ism | Nick Burch | 2010-09-21 | 1 | -1/+4 |
* | Add a temporary workaround for bug #49934, while we wait for a proper xmlbean... | Nick Burch | 2010-09-21 | 1 | -0/+13 |
* | Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/righ... | Nick Burch | 2010-09-21 | 4 | -1/+28 |
* | Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop ... | Nick Burch | 2010-09-21 | 5 | -4/+50 |
* | Add missing record, and fix a few indents | Nick Burch | 2010-09-21 | 1 | -7/+8 |
* | Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook b... | Nick Burch | 2010-09-20 | 4 | -11/+137 |
* | Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF he... | Nick Burch | 2010-09-20 | 4 | -5/+19 |
* | Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up rel... | Nick Burch | 2010-09-20 | 4 | -71/+54 |
* | Work inspired by bug #48018 - get HWPF lists more consistent in read vs write... | Nick Burch | 2010-09-20 | 6 | -32/+321 |
* | Apply patch from bug #49820 - Fix HWPF paragraph levels, so that outline leve... | Nick Burch | 2010-09-20 | 6 | -10/+80 |
* | Add test that shows that bug #45877 has already been fixed | Nick Burch | 2010-09-19 | 2 | -0/+11 |
* | Hopefully fix bug #47271 - Avoid infinite loops on broken HWPF documents with... | Nick Burch | 2010-09-19 | 2 | -0/+11 |
* | More fixes for bug #49933, workaround the fact that some word6/word95 SEPX en... | Nick Burch | 2010-09-19 | 3 | -1/+25 |
* | Fix bug #49936 - Handle HWPF documents with problematic HeaderStories better | Nick Burch | 2010-09-17 | 4 | -2/+33 |
* | Fix support for sections in old word 6 / word 95 files | Nick Burch | 2010-09-17 | 10 | -21/+233 |
* | Fix generics warning | Nick Burch | 2010-09-17 | 1 | -5/+5 |
* | Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when... | Nick Burch | 2010-09-16 | 3 | -1/+90 |
* | Add disabled, failing unit test for bug #49940 | Nick Burch | 2010-09-16 | 1 | -0/+28 |
* | Add a few more test asserts | Nick Burch | 2010-09-16 | 1 | -0/+3 |
* | Update the download site for 3.7 beta 2 | Nick Burch | 2010-09-15 | 1 | -16/+16 |
* | Add some more paragraph property documentation and tests | Nick Burch | 2010-09-15 | 2 | -2/+24 |
* | Various XWPF picture tweaks and more unit tests | Nick Burch | 2010-09-14 | 4 | -9/+91 |
* | Fix up imports to remove un-used ones | Nick Burch | 2010-09-14 | 12 | -43/+15 |
* | Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of... | Nick Burch | 2010-09-14 | 6 | -10/+167 |
* | Link XWPFPicture to XWPFRun, so that embedded pictures can be access from whe... | Nick Burch | 2010-09-14 | 8 | -45/+96 |
* | XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, an... | Nick Burch | 2010-09-14 | 10 | -120/+224 |
* | Add a getBodyElements() method to XWPF IBody, to make access to embedded para... | Nick Burch | 2010-09-14 | 8 | -2/+30 |
* | More XSLFRelation entries for common .pptx file parts | Nick Burch | 2010-09-13 | 2 | -2/+20 |
* | added a test file that belongs to r996265 | Yegor Kozlov | 2010-09-13 | 1 | -0/+0 |
* | fixed evaluation of shared formulas in XSSF, see Bugzilla 49872 | Yegor Kozlov | 2010-09-12 | 4 | -13/+52 |
* | avoid corruption of XSSFWorkbook after removing all merged cells from sheet, ... | Yegor Kozlov | 2010-09-11 | 3 | -1/+8 |
* | fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ... | Yegor Kozlov | 2010-09-11 | 4 | -7/+30 |
* | Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/... | Nick Burch | 2010-09-10 | 3 | -5/+5 |
* | Improve documentation of some of the HWPF picture stuff, and add unit tests f... | Nick Burch | 2010-09-10 | 5 | -23/+149 |
* | Add getMimeType() method to HWPF Picture, and fix some generics warnings | Nick Burch | 2010-09-09 | 3 | -41/+71 |
* | Fix generics warnings | Nick Burch | 2010-09-09 | 3 | -52/+43 |
* | Tweak constructor to be more open, and fix some generics warnings | Nick Burch | 2010-09-09 | 2 | -23/+15 |
* | Add license headers to Ole10Native-related classes | Maxim Valyanskiy | 2010-09-09 | 3 | -0/+51 |
* | update status.xml (code for reading Ole10Native data) | Maxim Valyanskiy | 2010-09-09 | 1 | -0/+1 |
* | Add code for reading Ole10Native data | Maxim Valyanskiy | 2010-09-09 | 5 | -0/+286 |
* | Remove 1.6isms which prevent compilation on Java 1.5 | Nick Burch | 2010-09-09 | 2 | -2/+0 |
* | Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex... | Nick Burch | 2010-09-09 | 6 | -5/+37 |
* | allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th... | Yegor Kozlov | 2010-09-07 | 3 | -1/+56 |