aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bugzilla 52244 - use correct text attributes when presentation has multiple T...Yegor Kozlov2012-03-013-1/+20
* support for setting color of sheet tab in XSSFYegor Kozlov2012-02-292-48/+24
* Bugzilla 51564 - support for enforcing fields update in XWPFYegor Kozlov2012-02-294-0/+52
* follow on to r1295058Yegor Kozlov2012-02-291-1/+32
* Bugzilla 51673 - support grouping rows in SXSSFYegor Kozlov2012-02-294-4/+30
* Bugzilla 51780 - support replacement of content types in OPC packagesYegor Kozlov2012-02-293-6/+67
* Bugzilla 52784 - replace ISO control characters with question marks in SXSSF ...Yegor Kozlov2012-02-283-10/+42
* follow-on to r1294595Yegor Kozlov2012-02-281-27/+27
* bugzilla 52057 - updated formula test framework to be aware of recently added...Yegor Kozlov2012-02-285-5/+40
* follow-on to r1294180Yegor Kozlov2012-02-271-31/+54
* Bugzilla 52574 - support setting header / footer page margins in HSSFYegor Kozlov2012-02-274-3/+26
* Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colonYegor Kozlov2012-02-272-1/+7
* Bugzilla 51790: fixed reading shared formulas in XSSF Yegor Kozlov2012-02-273-1/+47
* Bugzilla 52708 - misc improvements in CellFormatYegor Kozlov2012-02-278-39/+1016
* polished code to register new function impls in runtimeYegor Kozlov2012-02-265-152/+381
* Bugzilla 52690 - added a getter for length of encrypted data in Ecma and Agil...Yegor Kozlov2012-02-265-14/+81
* Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documentsYegor Kozlov2012-02-2610-5/+174
* fixed wrong namespace when inserting images in xwpf, added an example how to ...Yegor Kozlov2012-02-262-4/+79
* Bugzilla 52078 - avoid OutOfMemoryError when rendering groupped pictures in H...Yegor Kozlov2012-02-253-15/+30
* Bugzilla 52745: fixed XSSFRichtextString.append to preserve leading / trailin...Yegor Kozlov2012-02-233-2/+12
* Bugzilla 52716 - tolerate hyperlinks that have neither location nor relationYegor Kozlov2012-02-223-13/+52
* Bugzilla 52599 - avoid duplicate text when rendering slides in HSLFYegor Kozlov2012-02-224-2/+24
* Bugzilla 52598 - respect slide background when rendering slides in HSLFYegor Kozlov2012-02-222-1/+5
* Bugzilla 51731 - fixed painting shape outlines in HSLFYegor Kozlov2012-02-225-43/+102
* Bugzilla 52701: fixed seting vertical alignment for XSLFTableCellYegor Kozlov2012-02-213-0/+35
* fixed importing pictures having associated custom tags, see Bugzilla 52687Yegor Kozlov2012-02-213-0/+31
* allow runtime registration of functions in FormulaEvaluatorYegor Kozlov2012-02-214-0/+242
* Add TODO for merging CellFormat and DataFormatterNick Burch2012-02-201-0/+4
* Fix bug #52665 - When reading from a ZipFileZipEntrySource that has already b...Nick Burch2012-02-152-0/+7
* Fix bug #52664 - MAPIMessage may not always have name chunks when checking fo...Nick Burch2012-02-152-4/+9
* Bugzilla 52649: fixed adobe:ns:meta namespace in WordToFoConverterYegor Kozlov2012-02-152-1/+2
* Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin...Yegor Kozlov2012-02-155-4/+111
* Apply patch from bug #52662 - CharacterRun NPE fix when fetching symbol fonts...Nick Burch2012-02-142-0/+6
* Bugzilla 52658: support mergin table cells in XSLFYegor Kozlov2012-02-143-11/+78
* added ASF licence headerYegor Kozlov2012-02-131-0/+16
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-126-4/+23
* validate row and column indexes in SXSSFYegor Kozlov2012-02-123-0/+24
* fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498Yegor Kozlov2012-02-114-16/+139
* Disabled unit tests for bug #48703Nick Burch2012-02-102-0/+53
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-109-21/+216
* Unit test from Maciej for bug #51498Nick Burch2012-02-081-0/+31
* support caching images in xslfYegor Kozlov2012-02-083-23/+59
* added methods to get/set preset shape geometry in XSLFYegor Kozlov2012-02-085-28/+268
* Bugzilla 52527: avoid exception when matching shared formula records in HSSFYegor Kozlov2012-02-073-4/+24
* Bugzilla 52570: misc fixes in XWPFDocumentYegor Kozlov2012-02-071-5/+14
* Bugzilla 52568: added methods to set/get an XWPFRun's text colorYegor Kozlov2012-02-073-0/+36
* Bugzilla 52566: added methods to set/get vertical alignment and color in XWPF...Yegor Kozlov2012-02-073-2/+178
* Bugzilla 525612: added methods to get/set a table row's Can't Split and Repe...Yegor Kozlov2012-02-073-9/+98
* Bugzilla 52561: Added methods to set table inside borders and cell margins in...Yegor Kozlov2012-02-073-4/+404
* Bugzilla 52569: Support DConRefRecord in HSSFYegor Kozlov2012-02-076-0/+627