]> source.dussan.org Git - poi.git/log
poi.git
16 years agoFix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy
Josh Micich [Sat, 7 Jun 2008 00:53:01 +0000 (00:53 +0000)]
Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy

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

16 years agoFix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte boundary
Josh Micich [Fri, 6 Jun 2008 08:32:54 +0000 (08:32 +0000)]
Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte boundary

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

16 years agoFix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAggregate...
Josh Micich [Thu, 5 Jun 2008 22:24:05 +0000 (22:24 +0000)]
Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAggregate.  Also fixed BiffViewer to show correct record offsets

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

16 years agoFix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring token...
Josh Micich [Thu, 5 Jun 2008 03:12:35 +0000 (03:12 +0000)]
Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring token operand classes

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

16 years agoTest code clean-up (prior to bug 45126)
Josh Micich [Wed, 4 Jun 2008 17:37:18 +0000 (17:37 +0000)]
Test code clean-up (prior to bug 45126)

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

16 years agoFix bug #45087 - Correctly detect date formats like [Black]YYYY as being date based
Nick Burch [Wed, 28 May 2008 10:03:00 +0000 (10:03 +0000)]
Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date based

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

16 years agobump 3.1-beta2 announcement
Yegor Kozlov [Wed, 28 May 2008 06:50:35 +0000 (06:50 +0000)]
bump 3.1-beta2 announcement

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

16 years agoFix for 45060 (and 45041) - Improved token class transformation during formula parsing
Josh Micich [Wed, 28 May 2008 06:19:31 +0000 (06:19 +0000)]
Fix for 45060 (and 45041) - Improved token class transformation during formula parsing

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

16 years agoX, Y, Width and Height getters/setters on HSSFChart
Nick Burch [Tue, 27 May 2008 11:44:49 +0000 (11:44 +0000)]
X, Y, Width and Height getters/setters on HSSFChart

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

16 years agoChanged class hierarchy of Ptg to improve 'operand class' transformation.
Josh Micich [Tue, 27 May 2008 00:57:23 +0000 (00:57 +0000)]
Changed class hierarchy of Ptg to improve 'operand class' transformation.

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

16 years agoAdded test cases for parsing IF expressions. Segregated IF test cases into a new...
Josh Micich [Mon, 26 May 2008 19:36:56 +0000 (19:36 +0000)]
Added test cases for parsing IF expressions.  Segregated IF test cases into a new class

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

16 years agoSmall fix for FormulaParser. Need case-insentive match for IF function name
Josh Micich [Mon, 26 May 2008 18:25:02 +0000 (18:25 +0000)]
Small fix for FormulaParser. Need case-insentive match for IF function name

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

16 years agoFollow-on fix for bug 42564 (r653668). Array elements are stored internally column...
Josh Micich [Mon, 26 May 2008 18:02:23 +0000 (18:02 +0000)]
Follow-on fix for bug 42564 (r653668). Array elements are stored internally column by column.

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

16 years agoHelp for bug #44840 - Improved handling of HSSFObjectData, especially for entries...
Nick Burch [Fri, 23 May 2008 15:55:08 +0000 (15:55 +0000)]
Help for bug #44840 - Improved handling of HSSFObjectData, especially for entries with data held not in POIFS

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

16 years agoFile with checkboxes, from bug #44840
Nick Burch [Fri, 23 May 2008 15:24:25 +0000 (15:24 +0000)]
File with checkboxes, from bug #44840

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

16 years agoPatch from Yury, plus tests, from bug #45043 - Support for getting excel cell comment...
Nick Burch [Fri, 23 May 2008 15:22:18 +0000 (15:22 +0000)]
Patch from Yury, plus tests, from bug #45043 - Support for getting excel cell comments when extracting text

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

16 years agoExtend the support for specifying a policy to HSSF on missing / blank cells when...
Nick Burch [Fri, 23 May 2008 12:58:56 +0000 (12:58 +0000)]
Extend the support for specifying a policy to HSSF on missing / blank cells when fetching, to be able to specify the policy at the HSSFWorkbook level

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

16 years agoFix for bug 35925 - Missing HSSFColor.TAN from HashTables returned by getIndexHash...
Josh Micich [Fri, 23 May 2008 08:55:48 +0000 (08:55 +0000)]
Fix for bug 35925 - Missing HSSFColor.TAN from HashTables returned by getIndexHash() and getTripletHash()

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

16 years agoMarked out test failure which was fixed by patch for bug 39903
Josh Micich [Fri, 23 May 2008 07:42:14 +0000 (07:42 +0000)]
Marked out test failure which was fixed by patch for bug 39903

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

16 years agoBug 45025 - improved FormulaParser parse error messages (r659452 had wrong bug number)
Josh Micich [Fri, 23 May 2008 06:54:46 +0000 (06:54 +0000)]
Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong bug number)

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

16 years agoBug 45041 - improved FormulaParser parse error messages
Josh Micich [Fri, 23 May 2008 06:43:51 +0000 (06:43 +0000)]
Bug 45041 - improved FormulaParser parse error messages

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

16 years agoFix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK records
Josh Micich [Fri, 23 May 2008 05:28:54 +0000 (05:28 +0000)]
Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK records

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

16 years agoFix for 45066 - sheet encoding size mismatch problems
Josh Micich [Fri, 23 May 2008 03:56:31 +0000 (03:56 +0000)]
Fix for 45066 - sheet encoding size mismatch problems

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

16 years agoExample for finding hslf sounds from Yegor
Nick Burch [Thu, 22 May 2008 09:51:44 +0000 (09:51 +0000)]
Example for finding hslf sounds from Yegor

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

16 years agoFollow on from bug 44675 - regenerated functionMetadata.txt from new ooo excelfilefor...
Josh Micich [Thu, 22 May 2008 03:26:25 +0000 (03:26 +0000)]
Follow on from bug 44675 - regenerated functionMetadata.txt from new ooo excelfileformat.odt

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

16 years agoFixed compiler errors. Other improvements for type safety and immutability.
Josh Micich [Thu, 22 May 2008 03:00:29 +0000 (03:00 +0000)]
Fixed compiler errors.  Other improvements for type safety and immutability.

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

16 years agoimproved toString and refactored toFormulaString on Area(3D)Ptg
Josh Micich [Wed, 21 May 2008 19:57:40 +0000 (19:57 +0000)]
improved toString and refactored toFormulaString on Area(3D)Ptg

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

16 years agoPatch from bug #45003 - Support embeded HDGF visio documents
Nick Burch [Tue, 20 May 2008 17:17:16 +0000 (17:17 +0000)]
Patch from bug #45003 - Support embeded HDGF visio documents

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

16 years agoPut abstract write(OutputStream) method on POIDocument
Nick Burch [Tue, 20 May 2008 17:12:08 +0000 (17:12 +0000)]
Put abstract write(OutputStream) method on POIDocument

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

16 years agoPatch from bug #45001 - Partial fix for HWPF Range.insertBefore() and Range.delete...
Nick Burch [Tue, 20 May 2008 16:57:20 +0000 (16:57 +0000)]
Patch from bug #45001 - Partial fix for HWPF Range.insertBefore() and Range.delete() with unicode characters

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

16 years agoTest which seems to show that bug #44996 is invalid, but not completely sure
Nick Burch [Tue, 20 May 2008 16:51:49 +0000 (16:51 +0000)]
Test which seems to show that bug #44996 is invalid, but not completely sure

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

16 years agoFix bug #44977 - Support for AM/PM in excel date formats
Nick Burch [Tue, 20 May 2008 16:37:15 +0000 (16:37 +0000)]
Fix bug #44977 - Support for AM/PM in excel date formats

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

16 years agoSupport for specifying a policy to HSSF on missing / blank cells when fetching
Nick Burch [Tue, 20 May 2008 16:30:19 +0000 (16:30 +0000)]
Support for specifying a policy to HSSF on missing / blank cells when fetching

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

16 years agoPatch from bug #44937 from Squeeself- Partial support for extracting Escher images...
Nick Burch [Tue, 20 May 2008 16:01:53 +0000 (16:01 +0000)]
Patch from bug #44937 from Squeeself- Partial support for extracting Escher images from HWPF files

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

16 years agoFix #44824 - Avoid an infinite loop when reading some HWPF pictures
Nick Burch [Tue, 20 May 2008 15:46:54 +0000 (15:46 +0000)]
Fix #44824 - Avoid an infinite loop when reading some HWPF pictures

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

16 years agoFix bug 44898 - Correctly handle short last blocks in POIFS
Nick Burch [Tue, 20 May 2008 15:42:16 +0000 (15:42 +0000)]
Fix bug 44898 - Correctly handle short last blocks in POIFS

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

16 years agoMinor patch to improve FormulaParser error messages like those from bug 45041
Josh Micich [Mon, 19 May 2008 23:07:27 +0000 (23:07 +0000)]
Minor patch to improve FormulaParser error messages like those from bug 45041

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

16 years agoupdated release date and started a new section for 3.1-final
Yegor Kozlov [Mon, 19 May 2008 17:29:55 +0000 (17:29 +0000)]
updated release date and started a new section for 3.1-final

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

16 years agoBug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulas
Josh Micich [Mon, 19 May 2008 01:06:54 +0000 (01:06 +0000)]
Bug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulas

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

16 years agomisc bug fixes
Yegor Kozlov [Sat, 17 May 2008 14:03:27 +0000 (14:03 +0000)]
misc bug fixes

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

16 years agoadded HSSFName.isDeleted() to check if the name points to cell that no longer exists
Yegor Kozlov [Sat, 17 May 2008 14:00:30 +0000 (14:00 +0000)]
added HSSFName.isDeleted() to check if the name points to cell that no longer exists

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

16 years agofixed bug number in junit msg - from r656893 bug 44523
Josh Micich [Fri, 16 May 2008 19:24:47 +0000 (19:24 +0000)]
fixed bug number in junit msg - from r656893 bug 44523

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

16 years agoFix for bug 40414 - update selected/active sheet after removing sheet from workbook
Josh Micich [Fri, 16 May 2008 18:55:02 +0000 (18:55 +0000)]
Fix for bug 40414 - update selected/active sheet after removing sheet from workbook

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

16 years agoSimplification of BiffViewer. Made easier to send results to file.
Josh Micich [Fri, 16 May 2008 18:46:04 +0000 (18:46 +0000)]
Simplification of BiffViewer.  Made easier to send results to file.

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

16 years agoShould have been submitted with r656893 (for bug 44523)
Josh Micich [Fri, 16 May 2008 17:14:02 +0000 (17:14 +0000)]
Should have been submitted with r656893 (for bug 44523)

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

16 years ago44523 - fixed workbook sheet selection and focus
Josh Micich [Thu, 15 May 2008 23:30:08 +0000 (23:30 +0000)]
44523 - fixed workbook sheet selection and focus

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

16 years agobug 45000 - Fixed NPE in ListLevel when numberText is null
Josh Micich [Thu, 15 May 2008 17:49:23 +0000 (17:49 +0000)]
bug 45000 - Fixed NPE in ListLevel when numberText is null

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

16 years agoadded a set accessor for embedded ole data
Yegor Kozlov [Thu, 15 May 2008 15:23:38 +0000 (15:23 +0000)]
added a set accessor for embedded ole data

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

16 years agoconvert line breaks into internal ppt represenatation when changing text
Yegor Kozlov [Wed, 14 May 2008 12:42:30 +0000 (12:42 +0000)]
convert line breaks into internal ppt represenatation when changing text

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

16 years agoSupport for embedded ActiveX objects: PowerPoint references them similar to embedded...
Yegor Kozlov [Wed, 14 May 2008 10:18:00 +0000 (10:18 +0000)]
Support for embedded ActiveX objects: PowerPoint references them similar to embedded documents but in a different container: ExControl instead of ExEmbed

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

16 years agoproperly update TextSpecInfoAtom when parent text is changed
Yegor Kozlov [Wed, 14 May 2008 10:15:00 +0000 (10:15 +0000)]
properly update TextSpecInfoAtom when parent text is changed

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

16 years agoadded test case for reported bug 44987
Josh Micich [Tue, 13 May 2008 15:25:51 +0000 (15:25 +0000)]
added test case for reported bug 44987

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

16 years ago Added boolean flag to turn on use of merged columns in autosize
Yegor Kozlov [Sun, 11 May 2008 09:03:24 +0000 (09:03 +0000)]
 Added boolean flag to turn on use of merged columns in autosize

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

16 years ago41187 - fixed HSSFSheet to properly read xls files without ROW records
Josh Micich [Sun, 11 May 2008 08:15:39 +0000 (08:15 +0000)]
41187 - fixed HSSFSheet to properly read xls files without ROW records

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

16 years agobug 23630 - fixed spelling mistake in constant name
Josh Micich [Sun, 11 May 2008 01:30:56 +0000 (01:30 +0000)]
bug 23630 - fixed spelling mistake in constant name

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

16 years agoremoved unused constructor and old comment after r654649
Josh Micich [Thu, 8 May 2008 23:06:30 +0000 (23:06 +0000)]
removed unused constructor and old comment after r654649

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

16 years agofixed mistake in FuncPtg.clone(), added test case, cleaned up outdated (since bug...
Josh Micich [Thu, 8 May 2008 23:02:43 +0000 (23:02 +0000)]
fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated (since bug 13292) test method.

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

16 years agotiny clean-up after r654356 (bug 44950)
Josh Micich [Thu, 8 May 2008 01:06:56 +0000 (01:06 +0000)]
tiny clean-up after r654356 (bug 44950)

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

16 years ago44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and Area3DEval.getValue() also...
Josh Micich [Thu, 8 May 2008 00:52:05 +0000 (00:52 +0000)]
44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and Area3DEval.getValue() also added validation for number of elements in AreaEvals

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

16 years agoUpdate a test to match the new warning on short files
Nick Burch [Wed, 7 May 2008 09:41:03 +0000 (09:41 +0000)]
Update a test to match the new warning on short files

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

16 years agoAdd disabled test for bug #44898, and slightly improve a few poifs related error...
Nick Burch [Tue, 6 May 2008 22:51:28 +0000 (22:51 +0000)]
Add disabled test for bug #44898, and slightly improve a few poifs related error messages

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

16 years agoAnother attempt to fix unicode problems in functionMetadata.txt. Made that file...
Josh Micich [Tue, 6 May 2008 19:48:55 +0000 (19:48 +0000)]
Another attempt to fix unicode problems in functionMetadata.txt.  Made that file pure ascii.

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

16 years agoFix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it before...
Nick Burch [Tue, 6 May 2008 16:38:34 +0000 (16:38 +0000)]
Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it before, but breaking on some systems, while now it ought to work fine everywhere

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

16 years agoFix int -> short issues that no longer apply
Nick Burch [Tue, 6 May 2008 15:38:08 +0000 (15:38 +0000)]
Fix int -> short issues that no longer apply

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

16 years agoImprove JavaDocs about iterators and gaps
Nick Burch [Tue, 6 May 2008 15:37:45 +0000 (15:37 +0000)]
Improve JavaDocs about iterators and gaps

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

16 years ago42570 - fixed LabelRecord to use empty string instead of null when the length is...
Josh Micich [Tue, 6 May 2008 03:57:15 +0000 (03:57 +0000)]
42570 - fixed LabelRecord to use empty string instead of null when the length is zero.

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

16 years ago42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPtg encodi...
Josh Micich [Tue, 6 May 2008 02:02:41 +0000 (02:02 +0000)]
42564 - fixed ArrayPtg to use ConstantValueParser.  Fixed a few other ArrayPtg encoding issues.

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

16 years agoFollow-on from 28754 - StringPtg.toFormulaString() should escape double quotes
Josh Micich [Mon, 5 May 2008 21:38:07 +0000 (21:38 +0000)]
Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotes

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

16 years agoAdded test case method javadoc for old bug 44675
Josh Micich [Mon, 5 May 2008 18:30:49 +0000 (18:30 +0000)]
Added test case method javadoc for old bug 44675

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

16 years agorestored mistakenly commented line
Yegor Kozlov [Mon, 5 May 2008 16:13:24 +0000 (16:13 +0000)]
restored mistakenly commented line

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

16 years agobug #44235 is not reproducible in 3.1-beta1
Yegor Kozlov [Mon, 5 May 2008 16:12:21 +0000 (16:12 +0000)]
bug #44235 is not reproducible in 3.1-beta1

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

16 years agogetting ready to 3.1-beta2
Yegor Kozlov [Mon, 5 May 2008 14:00:30 +0000 (14:00 +0000)]
getting ready to 3.1-beta2

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

16 years agotake into account indentation in HSSFSheet.autosizeColumn
Yegor Kozlov [Mon, 5 May 2008 13:59:38 +0000 (13:59 +0000)]
take into account indentation in HSSFSheet.autosizeColumn

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

16 years agotake into account indentation in HSSFSheet.autosizeColumn
Yegor Kozlov [Mon, 5 May 2008 13:59:11 +0000 (13:59 +0000)]
take into account indentation in HSSFSheet.autosizeColumn

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

16 years agoSwapped ArrayIndexOutOfBoundsException for plain array length check in AbstractFuncti...
Josh Micich [Sat, 3 May 2008 20:13:56 +0000 (20:13 +0000)]
Swapped ArrayIndexOutOfBoundsException for plain array length check in AbstractFunctionPtg.getParameterClass(). (To help debugging when trying to find a real AIOOB)

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

16 years ago44929 - Improved error handling in HSSFWorkbook when attempting to read a BIFF5 file
Josh Micich [Sat, 3 May 2008 19:53:38 +0000 (19:53 +0000)]
44929 - Improved error handling in HSSFWorkbook when attempting to read a BIFF5 file

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

16 years agoFixed 44675 - Parameter operand classes (function metadata) required to encode SUM...
Josh Micich [Sat, 3 May 2008 03:59:32 +0000 (03:59 +0000)]
Fixed 44675 - Parameter operand classes (function metadata) required to encode SUM() etc properly. Added parse validation for number of parameters

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

16 years agoshould have been submitted with r652934
Josh Micich [Fri, 2 May 2008 22:49:38 +0000 (22:49 +0000)]
should have been submitted with r652934

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

16 years ago44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and AreaN*)
Josh Micich [Fri, 2 May 2008 22:36:49 +0000 (22:36 +0000)]
44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and AreaN*)

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

16 years agoadded disabled junit for bug 44916
Josh Micich [Thu, 1 May 2008 15:46:21 +0000 (15:46 +0000)]
added disabled junit for bug 44916

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

16 years ago44914 - Fix/suppress warning message - WARN. Unread n bytes of record 0xNN
Josh Micich [Thu, 1 May 2008 07:42:18 +0000 (07:42 +0000)]
44914 - Fix/suppress warning message - WARN. Unread n bytes of record 0xNN

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

16 years agofixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitive
Josh Micich [Thu, 1 May 2008 03:25:37 +0000 (03:25 +0000)]
fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitive

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

16 years agoTests to show that bugs 44891 and 44861 were both already fixed
Nick Burch [Wed, 30 Apr 2008 11:10:49 +0000 (11:10 +0000)]
Tests to show that bugs 44891 and 44861 were both already fixed

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

16 years agomore work on rendering ppt slides
Yegor Kozlov [Wed, 30 Apr 2008 06:29:11 +0000 (06:29 +0000)]
more work on rendering ppt slides

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

16 years agoa few more words in the release guide
Yegor Kozlov [Wed, 30 Apr 2008 06:22:02 +0000 (06:22 +0000)]
a few more words in the release guide

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

16 years agomore flexible creation of a cluster
Yegor Kozlov [Wed, 30 Apr 2008 06:21:04 +0000 (06:21 +0000)]
more flexible creation of a cluster

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

16 years agocorrectly process PICT blips (see bug #44886)
Yegor Kozlov [Wed, 30 Apr 2008 06:19:38 +0000 (06:19 +0000)]
correctly process PICT blips (see bug #44886)

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

16 years agostart a new section for 3.1-beta2
Yegor Kozlov [Wed, 30 Apr 2008 06:18:05 +0000 (06:18 +0000)]
start a new section for 3.1-beta2

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

16 years agoFix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when EscherMet...
Nick Burch [Sun, 27 Apr 2008 18:02:13 +0000 (18:02 +0000)]
Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when EscherMetafileBlip is incorrect

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

16 years agoAs mentioned on dev@ - zap the old, initial OOXML code out of trunk. It isn't compati...
Nick Burch [Wed, 23 Apr 2008 15:45:42 +0000 (15:45 +0000)]
As mentioned on dev@ - zap the old, initial OOXML code out of trunk. It isn't compatible with the new code in the ooxml branch, which may catch users out, and anyone wanting OOXML support should be using the code in the branch to get updates and lots more features

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

16 years agounfinished release guide. It would be nice to have a html version.
Yegor Kozlov [Mon, 21 Apr 2008 13:31:53 +0000 (13:31 +0000)]
unfinished release guide. It would be nice to have a html version.

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

16 years agounfinished release guide. It would be nice to have a html version.
Yegor Kozlov [Mon, 21 Apr 2008 13:29:59 +0000 (13:29 +0000)]
unfinished release guide. It would be nice to have a html version.

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

16 years agoupdate current version to 3.1-beta1
Yegor Kozlov [Mon, 21 Apr 2008 13:10:33 +0000 (13:10 +0000)]
update current version to 3.1-beta1

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

16 years agoa couple of HSLF examples
Yegor Kozlov [Mon, 21 Apr 2008 12:52:23 +0000 (12:52 +0000)]
a couple of HSLF examples

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

16 years agomore improvements in slide rendering
Yegor Kozlov [Mon, 21 Apr 2008 12:51:47 +0000 (12:51 +0000)]
more improvements in slide rendering

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

16 years agoset version.id=3.0.3-beta1
Yegor Kozlov [Sun, 20 Apr 2008 11:58:08 +0000 (11:58 +0000)]
set version.id=3.0.3-beta1

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

16 years agomore improvements in slide rendering
Yegor Kozlov [Sun, 20 Apr 2008 11:17:48 +0000 (11:17 +0000)]
more improvements in slide rendering

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

16 years agoupdated the docs
Yegor Kozlov [Sat, 19 Apr 2008 11:52:36 +0000 (11:52 +0000)]
updated the docs

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

16 years agomisc improvements in slide rendering
Yegor Kozlov [Sat, 19 Apr 2008 11:17:37 +0000 (11:17 +0000)]
misc improvements in slide rendering

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

16 years agoproperly set shapeId for new shapes
Yegor Kozlov [Sat, 19 Apr 2008 11:16:53 +0000 (11:16 +0000)]
properly set shapeId for new shapes

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