aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/model/ThemesTable.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-191/+0
* start process of introducing an interface for Styles and Themes TablesPJ Fanning2018-07-261-1/+3
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-2/+2
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-261-1/+11
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-031-9/+0
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-1/+1
* Javadocs fixesAndreas Beeker2016-01-131-1/+0
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-101-2/+12
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-211-6/+4
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-171-1/+2
* Use an enum to simplify the themes code and testsNick Burch2015-08-041-25/+38
* Pull out indexes from the switch statement to constants, and fix warningsNick Burch2015-08-041-13/+26
* Allow creating of an empty Themes Table on requestNick Burch2015-07-221-0/+31
* Add missing nested Exception in thrown ExceptionDominik Stadler2015-04-191-1/+1
* Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file Andreas Beeker2014-08-291-27/+47
* Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data...Nick Burch2011-10-051-2/+10
* Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply f...Nick Burch2011-05-231-1/+2
* Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pus...Nick Burch2011-03-041-0/+23
* Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and b...Nick Burch2011-02-181-1/+11
* Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themesNick Burch2010-05-191-0/+61