summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
...
* bug 58043: provide some compatibility between HSSF and XSSF in regards to val...Dominik Stadler2016-01-032-0/+13
* Fix bug 58067: XWPF: don't return deleted text when document is in review-modeDominik Stadler2016-01-031-1/+7
* fix javadocsJaven O'Neal2016-01-022-2/+2
* bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.Javen O'Neal2016-01-022-5/+11
* bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly forDominik Stadler2016-01-011-7/+31
* Include full nested exception, not just localized messageDominik Stadler2016-01-011-1/+1
* Combine common functionality in POIXMLTypeLoader into helper methodDominik Stadler2016-01-011-20/+15
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-0148-98/+8
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-3110-12/+44
* Fix bug 58760: non-standard namespace-key breaks parsing XLSX filesDominik Stadler2015-12-312-3/+3
* Eclipse warningsDominik Stadler2015-12-301-1/+0
* javadoc fixJaven O'Neal2015-12-291-1/+1
* bug 58775: set an upper limit on number of data formats, default 250.Javen O'Neal2015-12-292-26/+135
* fix javadocs warnings for r1721930 (bug 58775)Javen O'Neal2015-12-292-2/+2
* bug 58778: override a built-in number format, such as using £ instead of $ f...Javen O'Neal2015-12-292-1/+28
* bug 58740: javadocsJaven O'Neal2015-12-281-1/+43
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-282-15/+4
* bug 58775: consolidate HashMap and array numberFormats data structures to one...Javen O'Neal2015-12-281-18/+32
* bug 58775: add Override annotations, Javadocs, and commentsJaven O'Neal2015-12-283-5/+28
* bug 58740: add @Internal annotations and decrease access level to methods tha...Javen O'Neal2015-12-281-2/+27
* bug 58740: return unmodifiable list/map when exposing internal data structuresJaven O'Neal2015-12-271-4/+5
* Fix some cases where file resources were not closed correctly, mostly when Ex...Dominik Stadler2015-12-221-2/+9
* fix commandline option in PPTX2PNG from quite to quietDominik Stadler2015-12-221-8/+10
* Handle some cases better where file handles were left open by the ExtractorFa...Dominik Stadler2015-12-201-69/+104
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-161-0/+5
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-141-2/+15
* bug 57450: javadoc fixes from Stefan ThurnherrJaven O'Neal2015-12-062-9/+3
* Bug 58084: Fix cloning Cell Styles with BordersDominik Stadler2015-12-041-0/+13
* whitespaceJaven O'Neal2015-12-041-6/+6
* findbugs: check return value of File.mkdir(s), and don't accidentally catch R...Javen O'Neal2015-12-041-4/+25
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-044-10/+57
* Add some additional rules for the forbidden-apis-check borrowed from Elastics...Dominik Stadler2015-12-022-3/+4
* Sonar fixes, direct array parameterAndreas Beeker2015-12-012-3/+3
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-301-16/+4
* bug 58670: cleanup from r1717192Javen O'Neal2015-11-301-45/+36
* bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, SXS...Javen O'Neal2015-11-301-76/+77
* add @Override annotations to SXSSFRowJaven O'Neal2015-11-301-0/+23
* add @Override and @NotImplemented annotations to SXSSFCell, update javadocsJaven O'Neal2015-11-301-23/+67
* javadocsJaven O'Neal2015-11-301-3/+1
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-302-11/+541
* XSLF: tables can now be removed from sheets/groupsAndreas Beeker2015-11-292-2/+7
* bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRowsJaven O'Neal2015-11-291-1/+4
* add @Override annotations to Sheet classesJaven O'Neal2015-11-292-3/+115
* close resourcesAndreas Beeker2015-11-291-3/+2
* findbugs: add missing equals and hashCode for classes with a compareTo methodJaven O'Neal2015-11-292-0/+38
* javadocJaven O'Neal2015-11-291-1/+1
* bug 58667: make SX/X/HSSFRow implement Comparable interfaceJaven O'Neal2015-11-292-12/+55
* SXSSFRow: privatize instance variables, make _sheet finalJaven O'Neal2015-11-291-8/+8