]>
source.dussan.org Git - poi.git/log
Yegor Kozlov [Sun, 8 Jun 2008 12:37:39 +0000 (12:37 +0000)]
expose access to OEPlaceholderAtom so that users can determine whether a shape represents ppt placeholder (date/time, footer or slide number)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664493
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 8 Jun 2008 12:32:10 +0000 (12:32 +0000)]
Fixed TextShape.resizeToFitText() to properly resize TextShape. See patch#45140
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664492
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 8 Jun 2008 12:31:19 +0000 (12:31 +0000)]
Support custom image renderers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664491
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 8 Jun 2008 12:30:25 +0000 (12:30 +0000)]
Correctly increment the reference count of a blip when a picture is inserted
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664490
13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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