| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bugzilla 52598 - respect slide background when rendering slides in HSLF | Yegor Kozlov | 2012-02-22 | 2 | -1/+5 |
* | test file that belongs to r1292247 | Yegor Kozlov | 2012-02-22 | 1 | -0/+0 |
* | Bugzilla 51731 - fixed painting shape outlines in HSLF | Yegor Kozlov | 2012-02-22 | 5 | -43/+102 |
* | Bugzilla 52701: fixed seting vertical alignment for XSLFTableCell | Yegor Kozlov | 2012-02-21 | 3 | -0/+35 |
* | fixed importing pictures having associated custom tags, see Bugzilla 52687 | Yegor Kozlov | 2012-02-21 | 3 | -0/+31 |
* | allow runtime registration of functions in FormulaEvaluator | Yegor Kozlov | 2012-02-21 | 4 | -0/+242 |
* | Add TODO for merging CellFormat and DataFormatter | Nick Burch | 2012-02-20 | 1 | -0/+4 |
* | Fix bug #52665 - When reading from a ZipFileZipEntrySource that has already b... | Nick Burch | 2012-02-15 | 2 | -0/+7 |
* | Fix bug #52664 - MAPIMessage may not always have name chunks when checking fo... | Nick Burch | 2012-02-15 | 2 | -4/+9 |
* | Bugzilla 52649: fixed adobe:ns:meta namespace in WordToFoConverter | Yegor Kozlov | 2012-02-15 | 2 | -1/+2 |
* | Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin... | Yegor Kozlov | 2012-02-15 | 5 | -4/+111 |
* | Apply patch from bug #52662 - CharacterRun NPE fix when fetching symbol fonts... | Nick Burch | 2012-02-14 | 2 | -0/+6 |
* | Bugzilla 52658: support mergin table cells in XSLF | Yegor Kozlov | 2012-02-14 | 3 | -11/+78 |
* | added ASF licence header | Yegor Kozlov | 2012-02-13 | 1 | -0/+16 |
* | Bugzilla 52626: fixed setting default row height in HSSF and XSSF | Yegor Kozlov | 2012-02-12 | 6 | -4/+23 |
* | validate row and column indexes in SXSSF | Yegor Kozlov | 2012-02-12 | 3 | -0/+24 |
* | fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 | Yegor Kozlov | 2012-02-11 | 6 | -16/+139 |
* | Disabled unit tests for bug #48703 | Nick Burch | 2012-02-10 | 4 | -0/+53 |
* | Bugzilla 52576: support changing external file references in HSSFWorkbook | Yegor Kozlov | 2012-02-10 | 10 | -21/+216 |
* | Unit test from Maciej for bug #51498 | Nick Burch | 2012-02-08 | 2 | -0/+31 |
* | support caching images in xslf | Yegor Kozlov | 2012-02-08 | 3 | -23/+59 |
* | added methods to get/set preset shape geometry in XSLF | Yegor Kozlov | 2012-02-08 | 5 | -28/+268 |
* | Bugzilla 52527: avoid exception when matching shared formula records in HSSF | Yegor Kozlov | 2012-02-07 | 4 | -4/+24 |
* | Bugzilla 52570: misc fixes in XWPFDocument | Yegor Kozlov | 2012-02-07 | 1 | -5/+14 |
* | Bugzilla 52568: added methods to set/get an XWPFRun's text color | Yegor Kozlov | 2012-02-07 | 3 | -0/+36 |
* | Bugzilla 52566: added methods to set/get vertical alignment and color in XWPF... | Yegor Kozlov | 2012-02-07 | 3 | -2/+178 |
* | Bugzilla 525612: added methods to get/set a table row's Can't Split and Repe... | Yegor Kozlov | 2012-02-07 | 3 | -9/+98 |
* | Bugzilla 52561: Added methods to set table inside borders and cell margins in... | Yegor Kozlov | 2012-02-07 | 3 | -4/+404 |
* | Bugzilla 52569: Support DConRefRecord in HSSF | Yegor Kozlov | 2012-02-07 | 6 | -0/+627 |
* | improved javadoc on SXSSFWorkbook(XSSFWorkbook wb) | Yegor Kozlov | 2012-02-07 | 1 | -1/+36 |
* | added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 | Yegor Kozlov | 2012-02-07 | 3 | -12/+46 |
* | bugzilla 52575: added an option to ignore missing workbook references in form... | Yegor Kozlov | 2012-02-06 | 10 | -24/+197 |
* | improved support for line breaks in XSLF | Yegor Kozlov | 2012-02-03 | 7 | -24/+114 |
* | validate hyperlink address as discussed on poi-user | Yegor Kozlov | 2012-02-02 | 3 | -2/+52 |
* | Update the license details to reflect current practice, to avoid confusion | Nick Burch | 2012-02-01 | 1 | -7/+9 |
* | Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Of... | Nick Burch | 2012-01-30 | 4 | -28/+63 |
* | bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBAT | Maxim Valyanskiy | 2012-01-30 | 1 | -1/+1 |
* | Correct license link | Nick Burch | 2012-01-30 | 1 | -3/+3 |
* | support kerning in XSLF text runs | Yegor Kozlov | 2012-01-25 | 4 | -6/+91 |
* | Added implementation for SUMIFS(), see Bugzilla 52462 | Yegor Kozlov | 2012-01-21 | 5 | -1/+422 |
* | more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classes | Yegor Kozlov | 2012-01-19 | 3 | -7/+136 |
* | corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as rep... | Yegor Kozlov | 2012-01-17 | 1 | -6/+16 |
* | added example how to merge .pptx slides | Yegor Kozlov | 2012-01-16 | 1 | -1/+23 |
* | added common interface for containers of shapes in XSLF | Yegor Kozlov | 2012-01-14 | 4 | -4/+183 |
* | Correct fraction formatting quick return logic | Nick Burch | 2012-01-13 | 1 | -1/+1 |
* | Support more OOXML custom properties for text extraction | Nick Burch | 2012-01-11 | 1 | -54/+107 |
* | POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ... | Nick Burch | 2012-01-11 | 3 | -6/+51 |
* | Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix som... | Nick Burch | 2012-01-11 | 7 | -37/+75 |
* | Fix bug #52446 - Handle files which have been truncated by a few bytes in NPr... | Nick Burch | 2012-01-11 | 2 | -1/+17 |
* | Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle t... | Nick Burch | 2012-01-09 | 3 | -1/+6 |