| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix bug #51469 - XSSF support for row styles, to match existing HSSF function... | Nick Burch | 2011-07-08 | 3 | -3/+90 |
* | Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF ... | Nick Burch | 2011-07-08 | 6 | -62/+591 |
* | XWPF Numbering tests from bug #51134 | Nick Burch | 2011-07-08 | 2 | -0/+38 |
* | Fix bug #51474 - SXSSF handling for null strings | Nick Burch | 2011-07-05 | 1 | -1/+4 |
* | XSLFCommonSlideData: Workaround for XmlBeans bug#49934 | Maxim Valyanskiy | 2011-07-01 | 1 | -1/+13 |
* | added Workbook.getForceFormulaRecalculation as requested in Bug 51422 | Yegor Kozlov | 2011-06-30 | 3 | -0/+23 |
* | Bug 51444 - Prevent corrupted output when saving files created by LibreOffic... | Yegor Kozlov | 2011-06-30 | 4 | -6/+43 |
* | Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat... | Yegor Kozlov | 2011-06-27 | 4 | -17/+77 |
* | Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF | Yegor Kozlov | 2011-06-25 | 3 | -66/+29 |
* | cleanup sxxsf temp files after tests, remove non-ascii characters from source... | Yegor Kozlov | 2011-06-25 | 5 | -7/+11 |
* | Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaks | Yegor Kozlov | 2011-06-25 | 2 | -6/+74 |
* | Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked() | Yegor Kozlov | 2011-06-24 | 2 | -18/+19 |
* | Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs | Yegor Kozlov | 2011-06-24 | 1 | -19/+46 |
* | Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th... | Yegor Kozlov | 2011-06-23 | 1 | -16/+66 |
* | Test for parsing document with drawings to prevent NoClassDefFoundError for C... | Maxim Valyanskiy | 2011-06-22 | 1 | -0/+11 |
* | Bug 48408: Improved documentation for Sheet.setColumnWidth | Yegor Kozlov | 2011-06-20 | 1 | -2/+34 |
* | improved autosizing columns in SXSSF, see Bug 51356 | Yegor Kozlov | 2011-06-18 | 1 | -2/+8 |
* | Bug 50681 - Fixed autosizing columns beyond 255 character limit | Yegor Kozlov | 2011-06-16 | 1 | -3/+8 |
* | Bug 51374 - Fixed incorrect setting of lastPrinted OOXML core property | Yegor Kozlov | 2011-06-15 | 2 | -1/+58 |
* | Bug 50458: Fixed missing shapeId in XSSF drawings | Yegor Kozlov | 2011-06-13 | 2 | -0/+35 |
* | Bugzilla 51356: Support autoSizeColumn in SXSSF | Yegor Kozlov | 2011-06-11 | 1 | -2/+6 |
* | continue SXSSF docs updates and polishing | Yegor Kozlov | 2011-06-09 | 1 | -4/+19 |
* | fixed missing licence header | Yegor Kozlov | 2011-06-09 | 1 | -0/+16 |
* | SXSSF documentation and polishing | Yegor Kozlov | 2011-06-08 | 2 | -10/+52 |
* | Bug 51196: more progress with Spreadsheet Chart API | Yegor Kozlov | 2011-06-06 | 7 | -58/+412 |
* | cleaned javadocs warnings | Yegor Kozlov | 2011-06-06 | 6 | -9/+3 |
* | Fix 1.6ism | Nick Burch | 2011-06-04 | 2 | -2/+0 |
* | reverted a file mistakenly added in r1130120 | Yegor Kozlov | 2011-06-01 | 1 | -144/+0 |
* | bug 51265: Enhanced Handling of Picture Parts in XWPF | Yegor Kozlov | 2011-06-01 | 42 | -2017/+2958 |
* | Bug 51098 - Error in calculating image width/height, if image fits into one cell | Yegor Kozlov | 2011-05-27 | 1 | -10/+1 |
* | Fix bug #47147 - XWPF table cells adding extra paragraph - test from Stefan S... | Nick Burch | 2011-05-27 | 2 | -1/+28 |
* | Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (probl... | Nick Burch | 2011-05-27 | 4 | -2/+122 |
* | Fix bug #51188 - Support for getting and setting XPWF zoom settings | Nick Burch | 2011-05-27 | 3 | -2/+80 |
* | Add unit test from Stefan for bug #51172 - DOCX gif support | Nick Burch | 2011-05-27 | 1 | -0/+26 |
* | Apply patch from bug #51134 from Mike McEuen - Ability to add XWPFStyles and ... | Nick Burch | 2011-05-27 | 3 | -6/+220 |
* | Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply f... | Nick Burch | 2011-05-23 | 3 | -17/+43 |
* | Test that shows that bug #51222 is a themes colour problem | Nick Burch | 2011-05-20 | 1 | -0/+41 |
* | Bugzilla 51196: Initial support for Spreadsheet Chart API | Yegor Kozlov | 2011-05-20 | 14 | -116/+1395 |
* | improved test coverage for SXSSF | Yegor Kozlov | 2011-05-19 | 9 | -164/+285 |
* | Put more details in the error message for next time | Nick Burch | 2011-05-19 | 1 | -1/+4 |
* | FakeZipEntry: pre-allocate ByteArrayOutputStream when zip entry size is known... | Maxim Valyanskiy | 2011-05-18 | 1 | -1/+14 |
* | initial support for SXSSF tests | Yegor Kozlov | 2011-05-18 | 6 | -8/+349 |
* | fixed resizing pictures in XSSF, see Bugzilla 51160 | Yegor Kozlov | 2011-05-18 | 1 | -2/+2 |
* | Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to prod... | Yegor Kozlov | 2011-05-17 | 4 | -0/+3655 |
* | Autoboxing tweaks from bug #51175, and make the paragraph/table finding code ... | Nick Burch | 2011-05-13 | 9 | -89/+90 |
* | Patch from Stefan from bug #51172 - XWPF .gif images support | Nick Burch | 2011-05-13 | 3 | -2/+11 |
* | As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato... | Nick Burch | 2011-05-09 | 1 | -20/+22 |
* | More testing around bug #48877 | Nick Burch | 2011-05-06 | 1 | -6/+31 |
* | Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly... | Nick Burch | 2011-05-06 | 2 | -52/+115 |
* | Re-enable the XWPF test for adding paragraphs, and fix it up to work properly | Nick Burch | 2011-05-06 | 3 | -15/+49 |