]> source.dussan.org Git - poi.git/log
poi.git
14 years agochanged retention policy in @Internal to RUNTIME, also added a string parameter for...
Yegor Kozlov [Sat, 19 Dec 2009 11:25:39 +0000 (11:25 +0000)]
changed retention policy in @Internal to RUNTIME, also added a string parameter for custom messages

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892460 13f79535-47bb-0310-9956-ffa450edef68

14 years agoremoved obsolete work-around code from test case
Josh Micich [Thu, 17 Dec 2009 20:45:47 +0000 (20:45 +0000)]
removed obsolete work-around code from test case

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891887 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFixed INDEX function to return reference results properly.
Josh Micich [Thu, 17 Dec 2009 01:35:57 +0000 (01:35 +0000)]
Fixed INDEX function to return reference results properly.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891516 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMinor improvements to error reporting in TestIndexFunctionFromSpreadsheet
Josh Micich [Thu, 17 Dec 2009 01:31:29 +0000 (01:31 +0000)]
Minor improvements to error reporting in TestIndexFunctionFromSpreadsheet

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891512 13f79535-47bb-0310-9956-ffa450edef68

14 years agofixed special cases of dereferenceResult method
Josh Micich [Wed, 16 Dec 2009 23:16:30 +0000 (23:16 +0000)]
fixed special cases of dereferenceResult method

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891468 13f79535-47bb-0310-9956-ffa450edef68

14 years agochanged short param to int in AreaEval.containsColumn() method
Josh Micich [Wed, 16 Dec 2009 21:08:36 +0000 (21:08 +0000)]
changed short param to int in AreaEval.containsColumn() method

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891425 13f79535-47bb-0310-9956-ffa450edef68

14 years agofixed ExternalNameRecord to properly distinguish DDE data from OLE data in the record...
Yegor Kozlov [Tue, 15 Dec 2009 16:25:14 +0000 (16:25 +0000)]
fixed ExternalNameRecord to properly distinguish DDE data from OLE data in the record body, see Bugzilla 48339

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890871 13f79535-47bb-0310-9956-ffa450edef68

14 years agopreserve POIFS StorageClsid when re-writing existing workbooks, this property is...
Yegor Kozlov [Tue, 15 Dec 2009 09:30:30 +0000 (09:30 +0000)]
preserve POIFS StorageClsid when re-writing existing workbooks, this property is important for embedded objects, see Bugzilla 47920

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890714 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdated the Downloads page to reflect the latest release of POI-3.6
Yegor Kozlov [Tue, 15 Dec 2009 09:27:44 +0000 (09:27 +0000)]
updated the Downloads page to reflect the latest release of POI-3.6

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890708 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadded a template of RELEASE-NOTES
Yegor Kozlov [Tue, 15 Dec 2009 08:28:01 +0000 (08:28 +0000)]
added a template of RELEASE-NOTES

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890685 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded missing license headers to 5 files. Removed dist target from howtobuild.xml
Dave Fisher [Sun, 13 Dec 2009 18:32:47 +0000 (18:32 +0000)]
Added missing license headers to 5 files. Removed dist target from howtobuild.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890089 13f79535-47bb-0310-9956-ffa450edef68

14 years agoDocumentation changes for poi-ooxml-schemas
Dave Fisher [Sun, 13 Dec 2009 18:04:02 +0000 (18:04 +0000)]
Documentation changes for poi-ooxml-schemas

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890085 13f79535-47bb-0310-9956-ffa450edef68

14 years agomodified MultiOperandNumericFunction to use TwoDEval
Josh Micich [Wed, 9 Dec 2009 07:01:49 +0000 (07:01 +0000)]
modified MultiOperandNumericFunction to use TwoDEval

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888714 13f79535-47bb-0310-9956-ffa450edef68

14 years agoCreated new TwoDEval interface for AreaEvals (in preparation for patch 48292)
Josh Micich [Wed, 9 Dec 2009 00:50:11 +0000 (00:50 +0000)]
Created new TwoDEval interface for AreaEvals (in preparation for patch 48292)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888665 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoved unused imports under src/java and src/testcases. Other minor fixes.
Josh Micich [Wed, 9 Dec 2009 00:12:32 +0000 (00:12 +0000)]
Removed unused imports under src/java and src/testcases.  Other minor fixes.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888653 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRenamed AreaEval method from getValueAt() to getAbsoluteValue()
Josh Micich [Tue, 8 Dec 2009 21:48:54 +0000 (21:48 +0000)]
Renamed AreaEval method from getValueAt() to getAbsoluteValue()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888582 13f79535-47bb-0310-9956-ffa450edef68

14 years agoSome more clean up of array formula support in preparation for patch 48292
Josh Micich [Tue, 8 Dec 2009 21:30:35 +0000 (21:30 +0000)]
Some more clean up of array formula support in preparation for patch 48292

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888577 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRefactored some code in OFFSET implementation. Added test cases showing comparisons...
Josh Micich [Tue, 8 Dec 2009 20:08:59 +0000 (20:08 +0000)]
Refactored some code in OFFSET implementation.  Added test cases showing comparisons with BoolEval.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888555 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul Tomlin)
Josh Micich [Tue, 8 Dec 2009 17:19:09 +0000 (17:19 +0000)]
Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul Tomlin)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888490 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdated current version on status.xml, also some misc post-release improvements in...
Yegor Kozlov [Mon, 7 Dec 2009 14:20:10 +0000 (14:20 +0000)]
updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887930 13f79535-47bb-0310-9956-ffa450edef68

14 years agoset version.id to 3.7-SNAPSHOT
Yegor Kozlov [Mon, 7 Dec 2009 10:57:25 +0000 (10:57 +0000)]
set version.id to 3.7-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887882 13f79535-47bb-0310-9956-ffa450edef68

14 years agoControlled instantiation of BoolPtg (made consistent with ErrPtg)
Josh Micich [Sat, 5 Dec 2009 01:04:44 +0000 (01:04 +0000)]
Controlled instantiation of BoolPtg (made consistent with ErrPtg)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887477 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoved generic type parameter from OperandPtg because it was not worth the extra...
Josh Micich [Fri, 4 Dec 2009 23:05:06 +0000 (23:05 +0000)]
Removed generic type parameter from OperandPtg because it was not worth the extra syntax.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887432 13f79535-47bb-0310-9956-ffa450edef68

14 years agofixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzilla 48332
Yegor Kozlov [Fri, 4 Dec 2009 11:24:02 +0000 (11:24 +0000)]
fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzilla 48332

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887160 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMade POI follow the rules for encoding unary +/- operators more closely.
Josh Micich [Fri, 4 Dec 2009 01:25:34 +0000 (01:25 +0000)]
Made POI follow the rules for encoding unary +/- operators more closely.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887028 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRefactoring/simplification of TestFormulaParser
Josh Micich [Fri, 4 Dec 2009 00:20:24 +0000 (00:20 +0000)]
Refactoring/simplification of TestFormulaParser

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887012 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMore fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to CELL_TYPE...
Josh Micich [Thu, 3 Dec 2009 22:18:12 +0000 (22:18 +0000)]
More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to CELL_TYPE_STRING. Similar to issues fixed with bugzilla 46479.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886951 13f79535-47bb-0310-9956-ffa450edef68

14 years agoConverted line endings from CRLF to LF in Internal.java
Josh Micich [Thu, 3 Dec 2009 22:04:26 +0000 (22:04 +0000)]
Converted line endings from CRLF to LF in Internal.java

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886942 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadded an annotation '@Internal' to mark program elements intended for POI internal...
Yegor Kozlov [Thu, 3 Dec 2009 16:50:34 +0000 (16:50 +0000)]
added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886846 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadded a test covering bookmarks
Yegor Kozlov [Thu, 3 Dec 2009 10:41:00 +0000 (10:41 +0000)]
added a test covering bookmarks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886733 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field
Josh Micich [Wed, 2 Dec 2009 21:29:44 +0000 (21:29 +0000)]
Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886311 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded junits for existing functionality of ColumnInfoRecord
Josh Micich [Wed, 2 Dec 2009 20:56:59 +0000 (20:56 +0000)]
Added junits for existing functionality of ColumnInfoRecord

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886299 13f79535-47bb-0310-9956-ffa450edef68

14 years agofixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701
Yegor Kozlov [Wed, 2 Dec 2009 10:56:01 +0000 (10:56 +0000)]
fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886113 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMark my old, small, GPG key as expiring at the end of the year (everything will use...
Nick Burch [Tue, 1 Dec 2009 15:34:17 +0000 (15:34 +0000)]
Mark my old, small, GPG key as expiring at the end of the year (everything will use the new one from then)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885797 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMade ScalarConstantPtg public and MissingArgEval.instance final
Josh Micich [Tue, 1 Dec 2009 03:09:55 +0000 (03:09 +0000)]
Made ScalarConstantPtg public and MissingArgEval.instance final

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885661 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd some more signatures to my new key following the keysigning party, and add in...
Nick Burch [Mon, 30 Nov 2009 21:24:05 +0000 (21:24 +0000)]
Add some more signatures to my new key following the keysigning party, and add in Josh's key which was missing

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885585 13f79535-47bb-0310-9956-ffa450edef68

14 years agomemory usage optimization in XSSF - avoid creating parentless xml beans
Yegor Kozlov [Mon, 30 Nov 2009 14:09:03 +0000 (14:09 +0000)]
memory usage optimization in XSSF - avoid creating parentless xml beans

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885429 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMade BlankEval instance consistent with other Eval singletons.
Josh Micich [Sat, 28 Nov 2009 02:50:47 +0000 (02:50 +0000)]
Made BlankEval instance consistent with other Eval singletons.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885061 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded constants for IF() and CHOOSE() function indexes
Josh Micich [Fri, 27 Nov 2009 22:53:42 +0000 (22:53 +0000)]
Added constants for IF() and CHOOSE() function indexes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885043 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPatch 48284 - raise visibility of FormulaParseException
Josh Micich [Fri, 27 Nov 2009 21:01:59 +0000 (21:01 +0000)]
Patch 48284 - raise visibility of FormulaParseException

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885007 13f79535-47bb-0310-9956-ffa450edef68

14 years agominor changes - initial work on bugzilla 48292 (support for array formulas)
Josh Micich [Fri, 27 Nov 2009 20:54:03 +0000 (20:54 +0000)]
minor changes - initial work on bugzilla 48292 (support for array formulas)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885006 13f79535-47bb-0310-9956-ffa450edef68

14 years agosmall tweak to fix compiler error after r884918 (differences in @Override rules from...
Josh Micich [Fri, 27 Nov 2009 20:47:39 +0000 (20:47 +0000)]
small tweak to fix compiler error after r884918 (differences in @Override rules from java 5 to 6)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885000 13f79535-47bb-0310-9956-ffa450edef68

14 years agoimproved work with cell comments in XSSF, also added support for cell comments to...
Yegor Kozlov [Fri, 27 Nov 2009 17:39:17 +0000 (17:39 +0000)]
improved work with cell comments in XSSF, also added support for cell comments to SS interfaces

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884918 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMoved handling of MissingArgEval into IF() or CHOOSE() for non-optimised (eager argum...
Josh Micich [Thu, 26 Nov 2009 02:57:24 +0000 (02:57 +0000)]
Moved handling of MissingArgEval into IF() or CHOOSE() for non-optimised (eager argument evaluation) case

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884389 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded test to confirm proper handling of MissingArgEval when returned from IF() or...
Josh Micich [Thu, 26 Nov 2009 02:43:47 +0000 (02:43 +0000)]
Added test to confirm proper handling of MissingArgEval when returned from IF() or CHOOSE()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884374 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd support for creating SummaryInformation and DocumentSummaryInformation properties...
Nick Burch [Wed, 25 Nov 2009 12:37:48 +0000 (12:37 +0000)]
Add support for creating SummaryInformation and DocumentSummaryInformation properties on POIDocuments that don't have them, via POIDocument.createInformationProperties()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884072 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix bug #48180 - short chart records skipping some unused fields
Nick Burch [Wed, 25 Nov 2009 12:11:04 +0000 (12:11 +0000)]
Fix bug #48180 - short chart records skipping some unused fields

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884065 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPatch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrappin...
Nick Burch [Wed, 25 Nov 2009 11:45:37 +0000 (11:45 +0000)]
Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884061 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix from Petr for bug #24601 - fix fetching of error codes from XSSF formula cells
Nick Burch [Wed, 25 Nov 2009 11:33:21 +0000 (11:33 +0000)]
Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula cells

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884058 13f79535-47bb-0310-9956-ffa450edef68

14 years agopoi-ooxml-schemas depends on geronimo-stax-api
Yegor Kozlov [Tue, 24 Nov 2009 09:39:37 +0000 (09:39 +0000)]
poi-ooxml-schemas depends on geronimo-stax-api

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883637 13f79535-47bb-0310-9956-ffa450edef68

14 years agomore cleanup of build.xml, improved release procedure, added a script to create ...
Yegor Kozlov [Tue, 24 Nov 2009 09:10:49 +0000 (09:10 +0000)]
more cleanup of build.xml, improved release procedure, added a script to create .md5 and .asc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883629 13f79535-47bb-0310-9956-ffa450edef68

14 years agomore improvements in build.xml: moved ooxml-lite targets out of normal 'compile'...
Yegor Kozlov [Mon, 23 Nov 2009 08:43:04 +0000 (08:43 +0000)]
more improvements in build.xml: moved ooxml-lite targets out of normal 'compile' and 'test', added compile-all and test-all

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883278 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoved Ptg[] parameter from method IEvaluationListener.onStartEvaluate()
Josh Micich [Mon, 23 Nov 2009 01:22:56 +0000 (01:22 +0000)]
Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883208 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdated remaining evaluator functions to implement fixed args interfaces
Josh Micich [Mon, 23 Nov 2009 00:19:11 +0000 (00:19 +0000)]
updated remaining evaluator functions to implement fixed args interfaces

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883197 13f79535-47bb-0310-9956-ffa450edef68

14 years agosmall tweaks to junit code - enabled one test case for AVERAGE() and improved diagnos...
Josh Micich [Sun, 22 Nov 2009 22:39:00 +0000 (22:39 +0000)]
small tweaks to junit code - enabled one test case for AVERAGE() and improved diagnostics in TestDate

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883167 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadded fixed arg function interfaces, converted some functions
Josh Micich [Sun, 22 Nov 2009 07:29:40 +0000 (07:29 +0000)]
added fixed arg function interfaces, converted some functions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883045 13f79535-47bb-0310-9956-ffa450edef68

14 years agorefactored functions taking optionally 2 or 3 parameters
Josh Micich [Sun, 22 Nov 2009 06:27:55 +0000 (06:27 +0000)]
refactored functions taking optionally 2 or 3 parameters

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883041 13f79535-47bb-0310-9956-ffa450edef68

14 years agominor fix to T() function, junit added
Josh Micich [Sun, 22 Nov 2009 05:49:51 +0000 (05:49 +0000)]
minor fix to T() function, junit added

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883039 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFixed small bug in SUMIF() added junits. Also added test cases for DAYS360, some...
Josh Micich [Sun, 22 Nov 2009 05:30:53 +0000 (05:30 +0000)]
Fixed small bug in SUMIF() added junits.  Also added test cases for DAYS360, some initially disabled.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883037 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRe-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - r882927 was...
Josh Micich [Sun, 22 Nov 2009 05:23:57 +0000 (05:23 +0000)]
Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - r882927 was probably tested against java 6).

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883036 13f79535-47bb-0310-9956-ffa450edef68

14 years agofixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth
Yegor Kozlov [Sat, 21 Nov 2009 15:49:16 +0000 (15:49 +0000)]
fixed javadoc for  HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882931 13f79535-47bb-0310-9956-ffa450edef68

14 years agoincluded poi-ooxml-schemas and poi-examples in the release cycle, also misc improveme...
Yegor Kozlov [Sat, 21 Nov 2009 15:30:54 +0000 (15:30 +0000)]
included poi-ooxml-schemas and poi-examples in the release cycle, also misc improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882927 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdjusted the project doap file to include 3.5 release and OOXML / ECMA-376
Dave Fisher [Fri, 20 Nov 2009 19:06:35 +0000 (19:06 +0000)]
Adjusted the project doap file to include 3.5 release and OOXML / ECMA-376

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882683 13f79535-47bb-0310-9956-ffa450edef68

14 years agomoved lazy ref creation methods to OperationEvaluationContext
Josh Micich [Fri, 20 Nov 2009 01:13:17 +0000 (01:13 +0000)]
moved lazy ref creation methods to OperationEvaluationContext

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882375 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMany documentation changes. See https://issues.apache.org/bugzilla/show_bug.cgi?id...
Dave Fisher [Thu, 19 Nov 2009 21:22:21 +0000 (21:22 +0000)]
Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.cgi?id=48242

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882301 13f79535-47bb-0310-9956-ffa450edef68

14 years agochanged short to int in Function.evaluate() method signature
Josh Micich [Wed, 18 Nov 2009 09:21:12 +0000 (09:21 +0000)]
changed short to int in Function.evaluate() method signature

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@881704 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadded method format2DRefAsString() to interface ExternSheetReferenceToken to help...
Josh Micich [Wed, 18 Nov 2009 08:39:17 +0000 (08:39 +0000)]
added method format2DRefAsString() to interface ExternSheetReferenceToken to help with refactoring 3D ref code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@881698 13f79535-47bb-0310-9956-ffa450edef68

14 years agofixed XLSX2CSV to avoid exception when processing cells with multiple "t" elements...
Yegor Kozlov [Mon, 16 Nov 2009 17:31:16 +0000 (17:31 +0000)]
fixed XLSX2CSV to avoid exception when processing cells with multiple "t" elements, see Bugzilla 47757

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880864 13f79535-47bb-0310-9956-ffa450edef68

14 years agoremoved log4j calls from ooxml tests, also fixed misc bugs discovered when imlementin...
Yegor Kozlov [Mon, 16 Nov 2009 15:33:45 +0000 (15:33 +0000)]
removed log4j calls from ooxml tests, also fixed misc bugs discovered when imlementing OOXMLLite

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880799 13f79535-47bb-0310-9956-ffa450edef68

14 years agoorg.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ooxml...
Yegor Kozlov [Mon, 16 Nov 2009 15:32:05 +0000 (15:32 +0000)]
org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ooxml-schemas.jar

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880798 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoved OperationEval and rearranged function/operator evaluation.
Josh Micich [Mon, 16 Nov 2009 05:41:57 +0000 (05:41 +0000)]
Removed OperationEval and rearranged function/operator evaluation.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880593 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdated diagnostic code in HSSFEvaluationWorkbook - regarding changed status of Inter...
Josh Micich [Sun, 15 Nov 2009 09:12:30 +0000 (09:12 +0000)]
Updated diagnostic code in HSSFEvaluationWorkbook - regarding changed status of IntersectionPtg

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836344 13f79535-47bb-0310-9956-ffa450edef68

14 years agoClean-up of copy/clone methods in Ptg hierarchy
Josh Micich [Sun, 15 Nov 2009 09:01:35 +0000 (09:01 +0000)]
Clean-up of copy/clone methods in Ptg hierarchy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836343 13f79535-47bb-0310-9956-ffa450edef68

14 years agomade ArrayPtg immutable
Josh Micich [Sun, 15 Nov 2009 06:04:03 +0000 (06:04 +0000)]
made ArrayPtg immutable

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836332 13f79535-47bb-0310-9956-ffa450edef68

14 years agofixed bug in LittleEndianByteArrayInputStream.readFully()
Josh Micich [Sun, 15 Nov 2009 00:27:59 +0000 (00:27 +0000)]
fixed bug in LittleEndianByteArrayInputStream.readFully()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836298 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMade AbstractFunctionPtg immutable, other minor improvements
Josh Micich [Sat, 14 Nov 2009 02:41:24 +0000 (02:41 +0000)]
Made AbstractFunctionPtg immutable, other minor improvements

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836101 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBugzilla 48195 - short-circuit evaluation of IF() and CHOOSE()
Josh Micich [Fri, 13 Nov 2009 21:21:23 +0000 (21:21 +0000)]
Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835994 13f79535-47bb-0310-9956-ffa450edef68

14 years agoCleaned up AttrPtg - made immutable, fixed property accessors.
Josh Micich [Fri, 13 Nov 2009 20:46:02 +0000 (20:46 +0000)]
Cleaned up AttrPtg - made immutable, fixed property accessors.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835982 13f79535-47bb-0310-9956-ffa450edef68

14 years agorenamed HSSFSheet.setArabic to HSSFSheet.setRightToLeft
Yegor Kozlov [Fri, 13 Nov 2009 13:33:52 +0000 (13:33 +0000)]
renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeft

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835846 13f79535-47bb-0310-9956-ffa450edef68

14 years agosupport for text extraction from PPT master slides, see Bugzilla 48161
Yegor Kozlov [Thu, 12 Nov 2009 07:07:41 +0000 (07:07 +0000)]
support for text extraction from PPT master slides, see Bugzilla 48161

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835271 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMake a start on feature related records. Not finished yet, so not enabled in the...
Nick Burch [Thu, 12 Nov 2009 01:10:19 +0000 (01:10 +0000)]
Make a start on feature related records. Not finished yet, so not enabled in the recordfactory until complete+tested

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835183 13f79535-47bb-0310-9956-ffa450edef68

14 years agocleanup of build.xml
Yegor Kozlov [Fri, 6 Nov 2009 23:40:53 +0000 (23:40 +0000)]
cleanup of build.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833603 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadded a method to set arabic mode in HSSFSheet, see Bugzilla 47970
Yegor Kozlov [Fri, 6 Nov 2009 19:40:07 +0000 (19:40 +0000)]
added a method to set arabic mode in HSSFSheet, see Bugzilla 47970

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833537 13f79535-47bb-0310-9956-ffa450edef68

14 years agorelease system resources when calling javax.imageio.ImageIO in Picture.resize()
Yegor Kozlov [Fri, 6 Nov 2009 19:08:41 +0000 (19:08 +0000)]
release system resources when calling javax.imageio.ImageIO in Picture.resize()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833527 13f79535-47bb-0310-9956-ffa450edef68

14 years agodocumentation changes - css adjust
Dave Fisher [Fri, 6 Nov 2009 02:48:37 +0000 (02:48 +0000)]
documentation changes - css adjust

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833284 13f79535-47bb-0310-9956-ffa450edef68

14 years agomore documentation changes
Dave Fisher [Fri, 6 Nov 2009 02:43:52 +0000 (02:43 +0000)]
more documentation changes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833283 13f79535-47bb-0310-9956-ffa450edef68

14 years agodocumentation changes
Dave Fisher [Fri, 6 Nov 2009 02:29:17 +0000 (02:29 +0000)]
documentation changes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833281 13f79535-47bb-0310-9956-ffa450edef68

14 years agoreorganized TOC, removed obsolete pages
Yegor Kozlov [Fri, 6 Nov 2009 00:00:35 +0000 (00:00 +0000)]
reorganized TOC, removed obsolete pages

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833248 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd in my gpg key
Dave Fisher [Thu, 5 Nov 2009 20:50:38 +0000 (20:50 +0000)]
Add in my gpg key

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833160 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoved erroneous coding for Ptg 0x1a (see bugzilla 40008)
Josh Micich [Thu, 5 Nov 2009 02:33:32 +0000 (02:33 +0000)]
Removed erroneous coding for Ptg 0x1a (see bugzilla 40008)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832975 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd test that shows we can already extract text from .docm files
Nick Burch [Wed, 4 Nov 2009 01:35:55 +0000 (01:35 +0000)]
Add test that shows we can already extract text from .docm files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832644 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd a sample .docm file from bug #45690
Nick Burch [Wed, 4 Nov 2009 01:32:38 +0000 (01:32 +0000)]
Add a sample .docm file from bug #45690

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832643 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPatch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from non zero...
Nick Burch [Wed, 4 Nov 2009 00:07:37 +0000 (00:07 +0000)]
Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from non zero offsets

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832625 13f79535-47bb-0310-9956-ffa450edef68

14 years agoavoid NPE when calling methods from the superclass and initialize XSSFChartSheet...
Yegor Kozlov [Tue, 3 Nov 2009 23:54:58 +0000 (23:54 +0000)]
avoid NPE when calling methods from the superclass and initialize XSSFChartSheet with a blank sheet, see Bugzilla 48087

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832622 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTweak svn:ignore to skip the ecma zip files too
Nick Burch [Tue, 3 Nov 2009 23:34:14 +0000 (23:34 +0000)]
Tweak svn:ignore to skip the ecma zip files too

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832607 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMake the ooxml schema jar filenames consistent
Nick Burch [Tue, 3 Nov 2009 23:33:58 +0000 (23:33 +0000)]
Make the ooxml schema jar filenames consistent

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832605 13f79535-47bb-0310-9956-ffa450edef68

14 years agoWhen running the "compile-ooxml-xsds" ant task, also generate the source jar for...
Nick Burch [Tue, 3 Nov 2009 23:20:33 +0000 (23:20 +0000)]
When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832596 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBig import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and...
Nick Burch [Tue, 3 Nov 2009 23:02:06 +0000 (23:02 +0000)]
Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832591 13f79535-47bb-0310-9956-ffa450edef68

14 years agoHopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener...
Nick Burch [Tue, 3 Nov 2009 22:45:39 +0000 (22:45 +0000)]
Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832584 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBugzilla 48096 - relaxed validation check in RecalcIdRecord
Josh Micich [Tue, 3 Nov 2009 20:23:21 +0000 (20:23 +0000)]
Bugzilla 48096 - relaxed validation check in RecalcIdRecord

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832536 13f79535-47bb-0310-9956-ffa450edef68