]> source.dussan.org Git - poi.git/log
poi.git
16 years agoFixing error value handling for numeric functions. Refactored hierarchy.
Josh Micich [Wed, 10 Sep 2008 19:23:43 +0000 (19:23 +0000)]
Fixing error value handling for numeric functions. Refactored hierarchy.

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

16 years agoFixed special cases of INDEX function (single columns / single rows, and errors)
Josh Micich [Tue, 9 Sep 2008 23:46:46 +0000 (23:46 +0000)]
Fixed special cases of INDEX function (single columns / single rows, and errors)

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

16 years agoremoved debug code accidentally submitted with r693591
Josh Micich [Tue, 9 Sep 2008 22:26:28 +0000 (22:26 +0000)]
removed debug code accidentally submitted with r693591

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

16 years agoAdded support for parsing array constants in formulas. (Helping investigation for...
Josh Micich [Tue, 9 Sep 2008 20:25:16 +0000 (20:25 +0000)]
Added support for parsing array constants in formulas. (Helping investigation for bug 45752)

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

16 years agodon't increment the number of shapes when cloning a sheet with drawings
Yegor Kozlov [Tue, 9 Sep 2008 06:58:35 +0000 (06:58 +0000)]
don't increment the number of shapes when cloning a sheet with drawings

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

16 years agoCommon refactoring for one arg numeric functions
Josh Micich [Mon, 8 Sep 2008 22:46:41 +0000 (22:46 +0000)]
Common refactoring for one arg numeric functions

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

16 years agoRefactored OperandResolver coerce functions to convert BlankEval to 0.0
Josh Micich [Mon, 8 Sep 2008 21:34:45 +0000 (21:34 +0000)]
Refactored OperandResolver coerce functions to convert BlankEval to 0.0

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

16 years agoFixes for DAY/MONTH/YEAR functions (junit cases added)
Josh Micich [Mon, 8 Sep 2008 20:28:05 +0000 (20:28 +0000)]
Fixes for DAY/MONTH/YEAR functions (junit cases added)

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

16 years agoAdditional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdx
Josh Micich [Mon, 8 Sep 2008 19:49:03 +0000 (19:49 +0000)]
Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdx

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

16 years agocosmetic fix for Area3DPtg.toString()
Josh Micich [Mon, 8 Sep 2008 19:13:09 +0000 (19:13 +0000)]
cosmetic fix for Area3DPtg.toString()

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

16 years agoFix bug #45761 - Support for Very Hidden excel sheets in HSSF
Nick Burch [Mon, 8 Sep 2008 17:43:31 +0000 (17:43 +0000)]
Fix bug #45761 - Support for Very Hidden excel sheets in HSSF

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

16 years agoalways call Workbook.cloneDrawings when cloning sheets
Yegor Kozlov [Mon, 8 Sep 2008 13:02:21 +0000 (13:02 +0000)]
always call Workbook.cloneDrawings when cloning sheets

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

16 years agoPatch from bug #45738 - Initial HWPF support for Office Art Shapes
Nick Burch [Sun, 7 Sep 2008 18:32:51 +0000 (18:32 +0000)]
Patch from bug #45738 - Initial HWPF support for Office Art Shapes

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

16 years agofixed bug #45720: cloneSheet breaks autofilters.
Yegor Kozlov [Sun, 7 Sep 2008 16:30:35 +0000 (16:30 +0000)]
fixed bug #45720: cloneSheet breaks autofilters.

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

16 years agoMinor fixes to YEARFRAC(). Added ISEVEN() and ISODD(). Added test cases.
Josh Micich [Sat, 6 Sep 2008 06:04:01 +0000 (06:04 +0000)]
Minor fixes to YEARFRAC(). Added ISEVEN() and ISODD(). Added test cases.

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

16 years agoFixes for special cases of lookup functions (test cases added)
Josh Micich [Sat, 6 Sep 2008 05:30:31 +0000 (05:30 +0000)]
Fixes for special cases of lookup functions (test cases added)

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

16 years agoreverted changes accidentally submitted with r692538
Josh Micich [Fri, 5 Sep 2008 20:43:37 +0000 (20:43 +0000)]
reverted changes accidentally submitted with r692538

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

16 years agoModified formula evaluator to handle whole column refs
Josh Micich [Fri, 5 Sep 2008 20:38:51 +0000 (20:38 +0000)]
Modified formula evaluator to handle whole column refs

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

16 years agoMinor fixes for numeric operators - junit added. Some refactoring.
Josh Micich [Fri, 5 Sep 2008 18:22:30 +0000 (18:22 +0000)]
Minor fixes for numeric operators - junit added.  Some refactoring.

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

16 years agoFix for bug 45376 - added caching to HSSFFormulaEvaluator
Josh Micich [Thu, 4 Sep 2008 23:16:15 +0000 (23:16 +0000)]
Fix for bug 45376 - added caching to HSSFFormulaEvaluator

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

16 years agoMade HSSFFormulaEvaluator capable of handling simple named ranges
Josh Micich [Thu, 4 Sep 2008 21:32:17 +0000 (21:32 +0000)]
Made HSSFFormulaEvaluator capable of handling simple named ranges

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

16 years agoFixed compiler warnings, linked junit test to suite
Josh Micich [Thu, 4 Sep 2008 21:05:50 +0000 (21:05 +0000)]
Fixed compiler warnings, linked junit test to suite

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

16 years agoFix unused import (correction to r692239)
Josh Micich [Thu, 4 Sep 2008 21:01:48 +0000 (21:01 +0000)]
Fix unused import (correction to r692239)

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

16 years agoFixed 2 small bugs in RelationalOperationEval (added junits). Refactored hierarchy.
Josh Micich [Thu, 4 Sep 2008 20:58:37 +0000 (20:58 +0000)]
Fixed 2 small bugs in RelationalOperationEval (added junits).  Refactored hierarchy.

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

16 years agoInitial work on bug 45720 - copy 'FilterDatabase' named record when cloning sheets...
Josh Micich [Wed, 3 Sep 2008 19:22:53 +0000 (19:22 +0000)]
Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning sheets. Some clean-up in NameRecord.

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

16 years agoFixed ArrayPtg.toString to not crash when partially initialised
Josh Micich [Wed, 3 Sep 2008 17:03:02 +0000 (17:03 +0000)]
Fixed ArrayPtg.toString to not crash when partially initialised

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

16 years agofixed bug #45728: SlideShow.reorderSlide didn't work properly
Yegor Kozlov [Wed, 3 Sep 2008 08:04:07 +0000 (08:04 +0000)]
fixed bug #45728: SlideShow.reorderSlide didn't work properly

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

16 years agocontinue making progress with hslf hyperlinks
Yegor Kozlov [Tue, 2 Sep 2008 10:03:11 +0000 (10:03 +0000)]
continue making progress with hslf hyperlinks

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

16 years agoimproved handling of StyleTextPropAtom bit masks, added more read-write roundtrip...
Yegor Kozlov [Tue, 2 Sep 2008 09:59:53 +0000 (09:59 +0000)]
improved handling of StyleTextPropAtom bit masks, added more read-write roundtrip tests

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

16 years agoDV related fixes from Pierre Lavignotte
Nick Burch [Mon, 1 Sep 2008 16:51:09 +0000 (16:51 +0000)]
DV related fixes from Pierre Lavignotte

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

16 years agoUpdate status for bug 45358 (fixed with r690772, r690835 and r690836)
Josh Micich [Mon, 1 Sep 2008 02:34:05 +0000 (02:34 +0000)]
Update status for bug 45358 (fixed with r690772, r690835 and r690836)

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

16 years agoFixed IF() to handle different types for the first arg
Josh Micich [Mon, 1 Sep 2008 02:26:33 +0000 (02:26 +0000)]
Fixed IF() to handle different types for the first arg

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

16 years agoConverted AreEval and RefEval to be lazy (part of fix for bug 45358)
Josh Micich [Mon, 1 Sep 2008 01:48:45 +0000 (01:48 +0000)]
Converted AreEval and RefEval to be lazy (part of fix for bug 45358)

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

16 years agoImproving AreaI interface and AreaPtg hierarchy
Josh Micich [Sun, 31 Aug 2008 23:59:26 +0000 (23:59 +0000)]
Improving AreaI interface and AreaPtg hierarchy

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

16 years agoPartial fix for bug 45358 - parsing area refs with rows above 32767
Josh Micich [Sun, 31 Aug 2008 19:44:11 +0000 (19:44 +0000)]
Partial fix for bug 45358 - parsing area refs with rows above 32767

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

16 years agoremoved AreaEval.getValues (initial work for bug 45358)
Josh Micich [Sun, 31 Aug 2008 19:08:36 +0000 (19:08 +0000)]
removed AreaEval.getValues (initial work for bug 45358)

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

16 years agoHPBF docs update
Nick Burch [Sun, 31 Aug 2008 17:24:10 +0000 (17:24 +0000)]
HPBF docs update

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

16 years agoAdd HPBF hyperlinks support to the extractor
Nick Burch [Sun, 31 Aug 2008 16:58:29 +0000 (16:58 +0000)]
Add HPBF hyperlinks support to the extractor

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

16 years agoStart to support HPBF hyperlinks
Nick Burch [Sun, 31 Aug 2008 16:37:39 +0000 (16:37 +0000)]
Start to support HPBF hyperlinks

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

16 years agoAdded junit to show bug 45717 is fixed. (Previously fixed by either of r683758, r683871)
Josh Micich [Sun, 31 Aug 2008 16:27:35 +0000 (16:27 +0000)]
Added junit to show bug 45717 is fixed. (Previously fixed by either of r683758, r683871)

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

16 years agoFix for bugs 26321 and 44958 - preserve position of ArrayRecords and TableRecords...
Josh Micich [Sun, 31 Aug 2008 04:45:00 +0000 (04:45 +0000)]
Fix for bugs 26321 and 44958 - preserve position of ArrayRecords and TableRecords among cell value records

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

16 years agochanged serialize method on Sheet to visitContainedRecords to simplify serialization...
Josh Micich [Sun, 31 Aug 2008 01:53:47 +0000 (01:53 +0000)]
changed serialize method on Sheet to visitContainedRecords to simplify serialization logic and also allow test code to inspect generated sheet records more directly

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

16 years agoFurther HPBF plc tests
Nick Burch [Sat, 30 Aug 2008 17:12:42 +0000 (17:12 +0000)]
Further HPBF plc tests

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

16 years agoStart to support HPBF PLC parts
Nick Burch [Sat, 30 Aug 2008 16:59:55 +0000 (16:59 +0000)]
Start to support HPBF PLC parts

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

16 years agoVarious bug fixes, and hpbf updates
Nick Burch [Sat, 30 Aug 2008 14:47:33 +0000 (14:47 +0000)]
Various bug fixes, and hpbf updates

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

16 years agoFixed decoding of operand class for ArrayPtg
Josh Micich [Sat, 30 Aug 2008 04:34:01 +0000 (04:34 +0000)]
Fixed decoding of operand class for ArrayPtg

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

16 years agoAdded ArrayRecord and CellRangeAddress8Bit
Josh Micich [Fri, 29 Aug 2008 22:21:10 +0000 (22:21 +0000)]
Added ArrayRecord and CellRangeAddress8Bit

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

16 years agoClean-up toString() and inner class
Josh Micich [Fri, 29 Aug 2008 22:08:42 +0000 (22:08 +0000)]
Clean-up toString() and inner class

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

16 years agoinitial support for embedded movies and controls.
Yegor Kozlov [Fri, 29 Aug 2008 14:01:04 +0000 (14:01 +0000)]
initial support for embedded movies and controls.

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

16 years agoutility to dump POIFS into filesystem
Yegor Kozlov [Fri, 29 Aug 2008 13:58:56 +0000 (13:58 +0000)]
utility to dump POIFS into filesystem

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

16 years agoRemoving calls to AreaEval.getValues() from count and lookup functions
Josh Micich [Fri, 29 Aug 2008 05:29:56 +0000 (05:29 +0000)]
Removing calls to AreaEval.getValues() from count and lookup functions

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

16 years agoRemoving calls to AreaEval.getValues()
Josh Micich [Fri, 29 Aug 2008 03:52:51 +0000 (03:52 +0000)]
Removing calls to AreaEval.getValues()

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

16 years agoChanged FormulaRecord.getParsedExpression to return Ptg array
Josh Micich [Fri, 29 Aug 2008 03:25:23 +0000 (03:25 +0000)]
Changed FormulaRecord.getParsedExpression to return Ptg array

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

16 years agoConsolidated TableRecord inside FormulaRecordAggregate. Simplifications to FormulaRecord
Josh Micich [Thu, 28 Aug 2008 20:39:41 +0000 (20:39 +0000)]
Consolidated TableRecord inside FormulaRecordAggregate.  Simplifications to FormulaRecord

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

16 years agoRemoved unused methods from CellValueRecordInterface. Converted FormulaRecordAggregat...
Josh Micich [Thu, 28 Aug 2008 05:25:24 +0000 (05:25 +0000)]
Removed unused methods from CellValueRecordInterface. Converted FormulaRecordAggregate to RecordAggregate subclass

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

16 years agoShould have been submitted with c689716 (bug 45699)
Josh Micich [Thu, 28 Aug 2008 05:13:31 +0000 (05:13 +0000)]
Should have been submitted with c689716 (bug 45699)

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

16 years agoFix for bug 45699 - RowRecordsAggregate needs to tolerate MergeCellsRecords between...
Josh Micich [Thu, 28 Aug 2008 04:27:41 +0000 (04:27 +0000)]
Fix for bug 45699 - RowRecordsAggregate needs to tolerate MergeCellsRecords between row/cell records

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

16 years agoFix for bug 45698 - allow LinkTable to read EXTERNSHEET records
Josh Micich [Thu, 28 Aug 2008 02:54:47 +0000 (02:54 +0000)]
Fix for bug 45698 - allow LinkTable to read EXTERNSHEET records

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

16 years agoshould have been submitted with c689559
Josh Micich [Wed, 27 Aug 2008 21:54:20 +0000 (21:54 +0000)]
should have been submitted with c689559

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

16 years agoAdded names of known but uninterpreted BIFF records
Josh Micich [Wed, 27 Aug 2008 18:51:03 +0000 (18:51 +0000)]
Added names of known but uninterpreted BIFF records

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

16 years agoFixed size of TblPtg
Josh Micich [Wed, 27 Aug 2008 18:13:46 +0000 (18:13 +0000)]
Fixed size of TblPtg

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

16 years agoReplaced calls to deprecated versions of createCell(), getCell(), createRow(), and...
Josh Micich [Mon, 25 Aug 2008 22:41:08 +0000 (22:41 +0000)]
Replaced calls to deprecated versions of createCell(), getCell(), createRow(), and getRow(). (Changing short to int)

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

16 years agoFix for small bug introduced in c688655 - keep header field in sync with number of...
Josh Micich [Mon, 25 Aug 2008 18:57:14 +0000 (18:57 +0000)]
Fix for small bug introduced in c688655 - keep header field in sync with number of rules

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

16 years agoFix for bug 45682 - allow cloning of sheets with conditional formatting
Josh Micich [Mon, 25 Aug 2008 08:30:54 +0000 (08:30 +0000)]
Fix for bug 45682 - allow cloning of sheets with conditional formatting

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

16 years agoInitial support for evaluating external add-in functions like YEARFRAC
Josh Micich [Mon, 25 Aug 2008 08:09:02 +0000 (08:09 +0000)]
Initial support for evaluating external add-in functions like YEARFRAC

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

16 years agoJDK 1.4 fixes for new hpbf stuff. Some clean-up
Josh Micich [Mon, 25 Aug 2008 07:56:37 +0000 (07:56 +0000)]
JDK 1.4 fixes for new hpbf stuff. Some clean-up

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

16 years agoFix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multiple LastCe...
Josh Micich [Sat, 23 Aug 2008 22:47:51 +0000 (22:47 +0000)]
Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multiple LastCellOfRowDummyRecords when shared formulas are present

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

16 years agoHPBF text extractor and unit tests
Nick Burch [Wed, 20 Aug 2008 20:13:08 +0000 (20:13 +0000)]
HPBF text extractor and unit tests

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

16 years agoQuill CONTENTS bits, and tests
Nick Burch [Wed, 20 Aug 2008 19:40:05 +0000 (19:40 +0000)]
Quill CONTENTS bits, and tests

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

16 years agoMore HPBF stuff, and some tests
Nick Burch [Wed, 20 Aug 2008 18:50:15 +0000 (18:50 +0000)]
More HPBF stuff, and some tests

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

16 years agoMake an initial start on hpbf code
Nick Burch [Wed, 20 Aug 2008 18:14:11 +0000 (18:14 +0000)]
Make an initial start on hpbf code

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

16 years agoFix for bug 45640 - avoid creating multiple GUTS records
Josh Micich [Tue, 19 Aug 2008 07:44:57 +0000 (07:44 +0000)]
Fix for bug 45640 - avoid creating multiple GUTS records

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

16 years agofixed bug #45645: Fix for HSSFSheet.autoSizeColumn() for widths exceeding Short.MAX_VALUE
Yegor Kozlov [Mon, 18 Aug 2008 18:33:58 +0000 (18:33 +0000)]
fixed bug #45645: Fix for HSSFSheet.autoSizeColumn() for widths exceeding Short.MAX_VALUE

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

16 years agoFurther HPBF documentation, and some more sample files used
Nick Burch [Sun, 17 Aug 2008 20:15:51 +0000 (20:15 +0000)]
Further HPBF documentation, and some more sample files used

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

16 years agoMore work understanding hpbf
Nick Burch [Sun, 17 Aug 2008 18:21:34 +0000 (18:21 +0000)]
More work understanding hpbf

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

16 years agoMore work understanding hpbf
Nick Burch [Sun, 17 Aug 2008 18:02:31 +0000 (18:02 +0000)]
More work understanding hpbf

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

16 years agoMore work understanding hpbf
Nick Burch [Sun, 17 Aug 2008 17:39:10 +0000 (17:39 +0000)]
More work understanding hpbf

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

16 years agoFew little tweaks to dev helpers
Nick Burch [Sun, 17 Aug 2008 16:36:40 +0000 (16:36 +0000)]
Few little tweaks to dev helpers

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

16 years agoStart on a HPBF dumper
Nick Burch [Fri, 15 Aug 2008 17:42:25 +0000 (17:42 +0000)]
Start on a HPBF dumper

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

16 years agoMore sample hpbf docs, with a description
Nick Burch [Fri, 15 Aug 2008 16:57:30 +0000 (16:57 +0000)]
More sample hpbf docs, with a description

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

16 years agoAdd a few more source package excludes
Nick Burch [Fri, 15 Aug 2008 14:05:30 +0000 (14:05 +0000)]
Add a few more source package excludes

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

16 years agoAdd sample publisher files from bug #45602 to svn
Nick Burch [Fri, 15 Aug 2008 12:43:02 +0000 (12:43 +0000)]
Add sample publisher files from bug #45602 to svn

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

16 years agoMore for bug #45623 - Support for additional HSSF header and footer fields, including...
Nick Burch [Thu, 14 Aug 2008 21:41:01 +0000 (21:41 +0000)]
More for bug #45623 - Support for additional HSSF header and footer fields, including bold and full file path

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

16 years agoFix bug #45623 - Support stripping HSSF header and footer fields (eg page number...
Nick Burch [Thu, 14 Aug 2008 21:25:16 +0000 (21:25 +0000)]
Fix bug #45623 - Support stripping HSSF header and footer fields (eg page number) out of header and footer text if required

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

16 years agoRefactor header/footer stuff to remove duplication
Nick Burch [Thu, 14 Aug 2008 20:50:06 +0000 (20:50 +0000)]
Refactor header/footer stuff to remove duplication

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

16 years agoUpdate changelog
Nick Burch [Tue, 12 Aug 2008 19:59:35 +0000 (19:59 +0000)]
Update changelog

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

16 years agoAdd HWPF support for stripping out fields (eg macros), and make this optionally happe...
Nick Burch [Tue, 12 Aug 2008 19:57:04 +0000 (19:57 +0000)]
Add HWPF support for stripping out fields (eg macros), and make this optionally happen always for headers and footers

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

16 years agoFix a typo in the file name, and add a generic method to POITextExtractor to get...
Nick Burch [Tue, 12 Aug 2008 19:02:41 +0000 (19:02 +0000)]
Fix a typo in the file name, and add a generic method to POITextExtractor to get the appropriate metadata text extractor

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

16 years agoFew documentation updates for recent new code
Nick Burch [Tue, 12 Aug 2008 18:55:47 +0000 (18:55 +0000)]
Few documentation updates for recent new code

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

16 years agoNew HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extractor...
Nick Burch [Tue, 12 Aug 2008 18:44:50 +0000 (18:44 +0000)]
New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extractor.HPFSPropertiesExtractor

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

16 years agoProperly update the array of Slide's text runs in HSLF when new text shapes are added
Yegor Kozlov [Tue, 12 Aug 2008 07:15:26 +0000 (07:15 +0000)]
Properly update the array of Slide's text runs in HSLF when new text shapes are added

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

16 years agoFix bug #45590: Header/footer extraction for .ppt files saved in Office 2007
Yegor Kozlov [Tue, 12 Aug 2008 06:55:10 +0000 (06:55 +0000)]
Fix bug #45590:  Header/footer extraction for .ppt files saved in Office 2007

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

16 years agoFinally get all HWPF tests to pass again, by working around how evil PAPX/CHPX/SEPX...
Nick Burch [Mon, 11 Aug 2008 23:42:39 +0000 (23:42 +0000)]
Finally get all HWPF tests to pass again, by working around how evil PAPX/CHPX/SEPX byte references are

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

16 years agoinitial work on supporting calls to add-in functions
Josh Micich [Mon, 11 Aug 2008 22:55:38 +0000 (22:55 +0000)]
initial work on supporting calls to add-in functions

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

16 years agoGet insert based HWPF tests working fine, delete ones still problematic
Nick Burch [Mon, 11 Aug 2008 22:07:37 +0000 (22:07 +0000)]
Get insert based HWPF tests working fine, delete ones still problematic

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

16 years agoCHPXs and PAPXs are apparently cp based, but are really byte based! Work around this
Nick Burch [Mon, 11 Aug 2008 21:25:17 +0000 (21:25 +0000)]
CHPXs and PAPXs are apparently cp based, but are really byte based! Work around this

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

16 years agoRefinements to fix for bug 45126. Excel does not produce any records like 'Excel_Nam...
Josh Micich [Mon, 11 Aug 2008 21:24:19 +0000 (21:24 +0000)]
Refinements to fix for bug 45126.  Excel does not produce any records like 'Excel_Name_Record_Titles_*'

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

16 years agodeleted obsolete comment (should have been done in c669809)
Josh Micich [Mon, 11 Aug 2008 19:28:58 +0000 (19:28 +0000)]
deleted obsolete comment (should have been done in c669809)

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

16 years agoRemove random un-used import that makes gump unhappy
Nick Burch [Sun, 10 Aug 2008 10:58:48 +0000 (10:58 +0000)]
Remove random un-used import that makes gump unhappy

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

16 years agoDisable a few HWPF tests that aren't working while the unicode/paragraph bug is outst...
Nick Burch [Sat, 9 Aug 2008 22:24:47 +0000 (22:24 +0000)]
Disable a few HWPF tests that aren't working while the unicode/paragraph bug is outstanding

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