aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDrawing.java
Commit message (Expand)AuthorAgeFilesLines
* deprecation fixAndreas Beeker2016-05-161-1/+1
* Pull out two more XSSF namespace definitions as re-usable constantsNick Burch2016-02-231-4/+2
* Javadocs fixesAndreas Beeker2016-01-131-2/+0
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-101-11/+20
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-251-4/+3
* bug 58365: patch from Hannes Erven: add method to efficiently get all cell co...Javen O'Neal2015-11-231-1/+2
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-211-9/+13
* Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p...Andreas Beeker2014-11-161-3/+11
* Apply patch to fix bug 56835: Unreadable content when adding multiple comment...Dominik Stadler2014-10-211-4/+13
* 55347 - integrate textbox text extraction with Excel extractorsTim Allison2013-08-081-1/+1
* Bug 54920: do not set column and row separatedely, but use a referenceDominik Stadler2013-06-231-3/+3
* Bugzilla 53568 - Set shapes anchors in XSSF when reading from existing drawingsYegor Kozlov2012-10-041-5/+33
* optimized unused imports and removed deprecation warnings in poi-ooxmlYegor Kozlov2012-03-051-1/+0
* Bugzilla 52268 - support cloning sheets with drawings in XSSFYegor Kozlov2011-12-071-19/+26
* Add a bit more XSSFDrawing testing, not all of which works properly yet...Nick Burch2011-10-051-1/+8
* Add a disabled test for bug #51850, and tweak the OPC package exceptions to m...Nick Burch2011-09-221-2/+1
* Bug 50458: Fixed missing shapeId in XSSF drawings Yegor Kozlov2011-06-131-0/+12
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-1/+1
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-201-7/+59
* Initial support for XSSF Charts. Provides easy access to the underlying CTCha...Nick Burch2011-04-081-3/+20
* added an annotation '@Internal' to mark program elements intended for POI int...Yegor Kozlov2009-12-031-0/+2
* small tweak to fix compiler error after r884918 (differences in @Override rul...Josh Micich2009-11-271-3/+1
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-271-0/+30
* Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ...Nick Burch2009-11-031-9/+19
* reduced the number of compiler warnings generated by JDK 1.6.13 with -XlintYegor Kozlov2009-10-041-1/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma...Josh Micich2009-05-201-247/+248
* added modifiers for anchor type to XSSFClientAnchorYegor Kozlov2009-03-211-1/+8
* import OpenXML4j codebaseYegor Kozlov2009-01-291-1/+1
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-121-1/+7
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-281-1/+3
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-251-7/+4
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-171-8/+88
* applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup objectYegor Kozlov2008-10-121-1/+1
* Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi...Yegor Kozlov2008-10-101-0/+155