aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/model
Commit message (Expand)AuthorAgeFilesLines
* implemented cloning of shapesEvgeniy Berlog2012-07-192-44/+2
* moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-131-1/+1
* fixed auto filters(added class HSSFCombobox)Evgeniy Berlog2012-07-112-2/+57
* checked all examples, added several featuresEvgeniy Berlog2012-07-112-4/+45
* implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-062-5/+34
* implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-012-15/+7
* implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-282-28/+69
* implemented creating shapes in existing filesEvgeniy Berlog2012-06-262-0/+50
* added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-223-3/+302
* improved aggregating drawing records in documents with charts, Evgeniy Berlog2012-06-192-8/+150
* Added such improvements:Evgeniy Berlog2012-06-182-0/+369
* fixed EscherAggregate to correctly write records with trailing solver container Yegor Kozlov2012-06-141-43/+192
* initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-081-21/+89
* Bugzilla 53010, patch from June 3: improved support for Continue records in d...Yegor Kozlov2012-06-041-122/+175
* more tests and fixes, see patch from May 30 in Bugzilla 53010Yegor Kozlov2012-05-311-21/+152
* Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in...Yegor Kozlov2012-05-281-0/+1802
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-052-2/+0
* bug 46250 - Fixed cloning worksheets with imagesYegor Kozlov2011-07-191-27/+99
* added Workbook.getForceFormulaRecalculation as requested in Bug 51422Yegor Kozlov2011-06-301-0/+4
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat...Yegor Kozlov2011-06-271-0/+23
* Bug 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when ther...Yegor Kozlov2011-06-221-0/+58
* improved LinkTable to support registering external UDFs.Yegor Kozlov2010-11-272-5/+117
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-245-56/+56
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-1/+1
* fixed FormulaParser to correctly process defined names with underscore, see ...Yegor Kozlov2010-08-121-1/+45
* Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the c...Nick Burch2010-07-161-1/+32
* records.UnicodeString isn't actually a Record, just a common part that exists...Nick Burch2010-01-181-1/+1
* Fixed FormulaParser to allow negative elements in array literals.Josh Micich2009-12-251-0/+22
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-222-54/+54
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-221-12/+4
* Some more clean up of array formula support in preparation for patch 48292Josh Micich2009-12-081-1/+34
* Made POI follow the rules for encoding unary +/- operators more closely.Josh Micich2009-12-041-1/+38
* Refactoring/simplification of TestFormulaParserJosh Micich2009-12-041-201/+93
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-272-30/+33
* Made AbstractFunctionPtg immutable, other minor improvementsJosh Micich2009-11-141-1/+1
* Cleaned up AttrPtg - made immutable, fixed property accessors.Josh Micich2009-11-131-1/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-184-71/+61
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ...Josh Micich2009-06-121-4/+3
* Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet...Josh Micich2009-06-061-5/+36
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-031-0/+43
* Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning fi...Josh Micich2009-06-011-1/+1
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-60/+61
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-151-9/+73
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form...Josh Micich2009-04-082-0/+152
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-061-56/+204
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-151-0/+21
* Improved error handling for problems described in bugzilla 46569 - Changed Sh...Yegor Kozlov2009-02-061-0/+11
* Fixed use of deprecated property HSSFName.reference (should be refersToFormula)Josh Micich2009-02-031-3/+3
* Modified formula parser to encode SUM taking a single argument as tAttrSum (f...Josh Micich2009-02-021-5/+4