aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChart.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-238/+0
* [bug-63902] reference cloned sheet in cloned chart data seriesAlain Béarez2021-02-161-8/+8
* remove some deprecated classesPJ Fanning2020-06-271-7/+0
* remove some deprecated classesPJ Fanning2020-06-271-166/+10
* Sonar fixesAndreas Beeker2020-04-191-3/+3
* adding tricks from other answers on StackOverflowAlain Béarez2018-10-051-58/+0
* example from StackOverflow question 47065690Alain Béarez2018-10-051-13/+1
* test integration of XDDF text entitiesAlain Béarez2018-08-261-119/+127
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-3/+3
* remove some deprecated methodsPJ Fanning2018-03-041-13/+1
* code cleaning according to code review recommendations (closes #93)Alain Béarez2018-01-251-0/+17
* Javadoc fixesNick Burch2017-11-271-1/+1
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-261-289/+272
* use StringBuilder in more placesPJ Fanning2017-10-311-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Remove more deprecated code (MissingCellPolicy)PJ Fanning2017-06-301-2/+0
* Standardize some more common chart axis properties.Greg Woolsey2017-06-121-0/+21
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-111-2/+91
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-031-10/+0
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-031-3/+6
* Pull out two more XSSF namespace definitions as re-usable constantsNick Burch2016-02-231-3/+0
* Patch from Jim King from bug #57989 - XSSFChart support for setting chart tit...Nick Burch2016-02-211-0/+54
* Javadocs fixesAndreas Beeker2016-01-131-2/+0
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-101-2/+13
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-2/+0
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-211-12/+5
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-171-1/+2
* Bug 57362: Properly initialize chart axis when loading a workbook which alrea...Dominik Stadler2014-12-221-9/+8
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-14/+16
* Bug 54676: added new chart axis type: Category axisCédric Walter2013-11-221-0/+22
* optimized unused imports and removed deprecation warnings in poi-ooxmlYegor Kozlov2012-03-051-5/+1
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-061-41/+34
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-201-103/+266
* Initial support for XSSF Charts. Provides easy access to the underlying CTCha...Nick Burch2011-04-081-0/+147