aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-560/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-1/+0
* XDDF usermodel for Charts closes #68 on GitHubAlain BĂ©arez2017-11-261-9/+0
* Fixup change for CellReference to keep the behavior the same as beforeDominik Stadler2017-09-261-1/+1
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-261-6/+4
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-3/+3
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-301-2/+1
* #60586 - Support embedding OLE1.0 package in XSSF / SS CommonAndreas Beeker2017-01-151-20/+26
* #60520 - Provide *SSF functionality via Common SSAndreas Beeker2016-12-311-3/+4
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-121-0/+2
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-101-0/+2
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-111-1/+2
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-1/+0
* Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending...Dominik Stadler2014-08-311-0/+4
* javadoc house-keepingAndreas Beeker2013-12-251-1/+2
* Fix some JavaDoc items that are reported in the build-outputDominik Stadler2013-12-251-4/+16
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-131-6/+95
* Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co...Nick Burch2013-08-231-2/+0
* fixed bug 53028, added check before serialization if any cell contains 2 or m...Evgeniy Berlog2012-08-141-7/+31
* complete refactoring in EscherAggregateEvgeniy Berlog2012-08-121-1/+1
* added javadoc and code refactoringEvgeniy Berlog2012-08-081-4/+23
* added javadoc and few other improvementsEvgeniy Berlog2012-08-061-19/+24
* added few improvementsEvgeniy Berlog2012-07-231-17/+29
* implemented removing of all shape typesEvgeniy Berlog2012-07-191-4/+7
* implemented cloning of shapesEvgeniy Berlog2012-07-191-96/+97
* moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-131-1/+1
* fixed auto filters(added class HSSFCombobox)Evgeniy Berlog2012-07-111-9/+2
* checked all examples, added several featuresEvgeniy Berlog2012-07-111-7/+27
* implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-061-16/+30
* implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-011-0/+2
* implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-281-0/+1
* implemented creating shapes in existing filesEvgeniy Berlog2012-06-261-6/+32
* initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-081-0/+21
* Support for appending images to existing drawings in HSSFYegor Kozlov2011-07-201-8/+22
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-201-1/+25
* initial support for excel auto-filtersYegor Kozlov2010-08-081-0/+14
* small tweak to fix compiler error after r884918 (differences in @Override rul...Josh Micich2009-11-271-3/+2
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-271-0/+5
* fixed compiler warnings. added some TODO commentsJosh Micich2009-02-131-45/+39
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-121-5/+10
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-281-2/+1
* Merged revisions 642878-642946 via svnmerge from Nick Burch2008-04-051-24/+24
* HSSF* classes implement same interfaces as XSSF* classes.Ugo Cei2008-01-241-2/+2
* Some more updates to the records->usermodel support for hssf shapes. Still no...Nick Burch2008-01-151-0/+6
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-091-2/+50
* HSSFPicture.resize() - a handy method to reset a picture to its original widt...Yegor Kozlov2007-10-011-0/+1
* Comment support from bug 41198, patch from YegorNick Burch2007-01-011-0/+15
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Added image support for POI. See the quick guide for details. Sponsored thr...Glen Stampoultzis2005-05-011-0/+17
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-3/+2