]> source.dussan.org Git - poi.git/log
poi.git
19 years agoThe usermodel code is now responsible for filtering out duplicate SlideAtomSets,...
Nick Burch [Sun, 26 Jun 2005 19:03:48 +0000 (19:03 +0000)]
The usermodel code is now responsible for filtering out duplicate SlideAtomSets, so update to no longer check for them
Add the ability to get at the Slide record that this is based on

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

19 years agoAllow setting of the ID of the notes associated with the slide (have always been...
Nick Burch [Sun, 26 Jun 2005 19:01:38 +0000 (19:01 +0000)]
Allow setting of the ID of the notes associated with the slide (have always been able to fetch it). Used when adding a new notes sheet, or when swapping notes between slides

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

19 years agoTest to ensure that the code for working out the "most recent" versions
Nick Burch [Sun, 26 Jun 2005 18:09:42 +0000 (18:09 +0000)]
Test to ensure that the code for working out the "most recent" versions
of the key records (from PersistPtr records) is working correctly

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

19 years agoMake use of the PersistPtr records to come up with a list of the most
Nick Burch [Sun, 26 Jun 2005 18:09:15 +0000 (18:09 +0000)]
Make use of the PersistPtr records to come up with a list of the most
recent versions of all the "key" records (Document, Slide, Notes, Master etc)

Doesn't yet make use of this internally though, that's still to do

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

19 years agochanged the mapping of functions that wil never be implemented to point to NotImpleme...
Amol S. Deshmukh [Wed, 22 Jun 2005 20:50:03 +0000 (20:50 +0000)]
changed the mapping of functions that wil never be implemented to point to NotImplementedFunction instead of individual classes each extending NotImplementedFunction

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

19 years agoupdated test cases to consider the case that rate=0
Amol S. Deshmukh [Wed, 22 Jun 2005 20:49:14 +0000 (20:49 +0000)]
updated test cases to consider the case that rate=0

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

19 years agochanged due to renaming of super class (DefaultFunctionImpl was renamed to NotImpleme...
Amol S. Deshmukh [Wed, 22 Jun 2005 20:48:42 +0000 (20:48 +0000)]
changed due to renaming of super class (DefaultFunctionImpl was renamed to NotImplementedFunction)

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

19 years agoimplemented the NOT boolean function
Amol S. Deshmukh [Wed, 22 Jun 2005 20:46:55 +0000 (20:46 +0000)]
implemented the NOT boolean function

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

19 years agochanged "extends DefaultFunctionImpl" to "implements Function"
Amol S. Deshmukh [Wed, 22 Jun 2005 20:45:54 +0000 (20:45 +0000)]
changed "extends DefaultFunctionImpl" to "implements Function"

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

19 years agoImplemented this finance function evaluation
Amol S. Deshmukh [Wed, 22 Jun 2005 20:43:30 +0000 (20:43 +0000)]
Implemented this finance function evaluation

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

19 years agoChanged implementations to handle the case where rate=0. Updated javadocs.
Amol S. Deshmukh [Wed, 22 Jun 2005 20:42:40 +0000 (20:42 +0000)]
Changed implementations to handle the case where rate=0. Updated javadocs.

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

19 years agoRenamed DefaultFunctionImpl
Amol S. Deshmukh [Wed, 22 Jun 2005 20:41:30 +0000 (20:41 +0000)]
Renamed DefaultFunctionImpl

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

19 years agoRemoved java files corresponding to excel functions that will never be implemented...
Amol S. Deshmukh [Wed, 22 Jun 2005 20:40:17 +0000 (20:40 +0000)]
Removed java files corresponding to excel functions that will never be implemented by the FormulaEvaluator API (eg. MovieCommand)

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

19 years agoTesting for ColorSchemeAtom record
Nick Burch [Sun, 19 Jun 2005 15:37:11 +0000 (15:37 +0000)]
Testing for ColorSchemeAtom record

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

19 years agoRecord support for ColorSchemeAtom (no model support as yet)
Nick Burch [Sun, 19 Jun 2005 15:36:55 +0000 (15:36 +0000)]
Record support for ColorSchemeAtom (no model support as yet)

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

19 years agoAmol's formula eval additions. Missed these files, sorry
Avik Sengupta [Tue, 14 Jun 2005 17:41:33 +0000 (17:41 +0000)]
Amol's formula eval additions. Missed these files, sorry

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

19 years agoTestcase for the DocumentAtom support just committed
Nick Burch [Sun, 12 Jun 2005 17:08:40 +0000 (17:08 +0000)]
Testcase for the DocumentAtom support just committed

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

19 years agoSupport for DocumentAtom
Nick Burch [Sun, 12 Jun 2005 16:53:02 +0000 (16:53 +0000)]
Support for DocumentAtom

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

19 years agoNew formula eval stuff - added functions and refactored, by Amol
Avik Sengupta [Thu, 9 Jun 2005 18:34:57 +0000 (18:34 +0000)]
New formula eval stuff - added functions and refactored, by Amol

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

19 years agocompilation problem
Avik Sengupta [Thu, 9 Jun 2005 18:20:28 +0000 (18:20 +0000)]
compilation problem

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

19 years agoAdd tests for more classes
Nick Burch [Thu, 9 Jun 2005 15:18:17 +0000 (15:18 +0000)]
Add tests for more classes

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

19 years agoImproved handling of byte level position sensitive records
Nick Burch [Thu, 9 Jun 2005 15:13:20 +0000 (15:13 +0000)]
Improved handling of byte level position sensitive records

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

19 years agoQuickButCruddyTextExtractor - gets all the text (including stuff you might not want...
Nick Burch [Thu, 9 Jun 2005 15:09:58 +0000 (15:09 +0000)]
QuickButCruddyTextExtractor - gets all the text (including stuff you might not want), but does it fast

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

19 years agoImproved handling of byte position sensitive records
Nick Burch [Thu, 9 Jun 2005 15:09:16 +0000 (15:09 +0000)]
Improved handling of byte position sensitive records

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

19 years agoImproved handling of byte level position sensitive records
Nick Burch [Thu, 9 Jun 2005 15:07:56 +0000 (15:07 +0000)]
Improved handling of byte level position sensitive records
QuickButGreedyTextExtractor - gets all the text in a file, fast

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

19 years agoA few small updates to the HSLF useage docs, and adding some initial documentation...
Nick Burch [Thu, 9 Jun 2005 13:12:59 +0000 (13:12 +0000)]
A few small updates to the HSLF useage docs, and adding some initial documentation on the PowerPoint file format

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

19 years agominor updates to build
Avik Sengupta [Wed, 1 Jun 2005 17:33:00 +0000 (17:33 +0000)]
minor updates to build

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

19 years agobug 35084, reported by Stefano Rocca. fixed in Sheet.java
Avik Sengupta [Tue, 31 May 2005 19:10:47 +0000 (19:10 +0000)]
bug 35084, reported by Stefano Rocca. fixed in Sheet.java

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

19 years agobug 35084, reported by Stefano Rocca. fixed in Sheet.java
Avik Sengupta [Tue, 31 May 2005 19:03:19 +0000 (19:03 +0000)]
bug 35084, reported by Stefano Rocca. fixed in Sheet.java

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

19 years agonew testcase
Avik Sengupta [Tue, 31 May 2005 18:41:19 +0000 (18:41 +0000)]
new testcase

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

19 years agodocumentation for powerpoint support
Avik Sengupta [Sat, 28 May 2005 19:28:22 +0000 (19:28 +0000)]
documentation for powerpoint support

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

19 years agoInitial Powerpoint support, by Nick Burch
Avik Sengupta [Sat, 28 May 2005 05:36:00 +0000 (05:36 +0000)]
Initial Powerpoint support, by Nick Burch

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

19 years agocheck for short EscherClientAnchor Records. Bug 34787 : by Nick Burch
Avik Sengupta [Wed, 25 May 2005 15:37:21 +0000 (15:37 +0000)]
check for short EscherClientAnchor Records. Bug 34787 : by Nick Burch

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

19 years agosmall update
Avik Sengupta [Tue, 24 May 2005 14:23:03 +0000 (14:23 +0000)]
small update

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

19 years agoAdditional constants for background fill, by Andreas Engel
Avik Sengupta [Tue, 24 May 2005 06:18:17 +0000 (06:18 +0000)]
Additional constants for background fill, by Andreas Engel

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

19 years agoremoved old links to an alternatives page which no longer is useful to the project
Andrew C. Oliver [Sat, 21 May 2005 20:25:29 +0000 (20:25 +0000)]
removed old links to an alternatives page which no longer is useful to the project
PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years agoNo other project really does this and it has outlived its usefulness to poi
Andrew C. Oliver [Sat, 21 May 2005 20:22:25 +0000 (20:22 +0000)]
No other project really does this and it has outlived its usefulness to poi
PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years agolicensing as per http://www.apache.org/dev/apply-license.html
Avik Sengupta [Fri, 20 May 2005 11:26:59 +0000 (11:26 +0000)]
licensing as per http://www.apache.org/dev/apply-license.html

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

19 years agolicensing as per http://www.apache.org/dev/apply-license.html
Avik Sengupta [Fri, 20 May 2005 11:21:01 +0000 (11:21 +0000)]
licensing as per http://www.apache.org/dev/apply-license.html

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

19 years agotoString() method for HSSFCell to return
Avik Sengupta [Fri, 20 May 2005 09:13:14 +0000 (09:13 +0000)]
toString() method for HSSFCell to return
a simple string representation of the cell,
irrespective of its type.
Originally submitted by Wes Gilster as bug 19294
made some modifications, added testcase.

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

19 years agotestcase for bug 34775
Avik Sengupta [Thu, 19 May 2005 15:13:04 +0000 (15:13 +0000)]
testcase for bug 34775

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

19 years agoFix for bug 27272 : Unknown Ptg 3C and 3D
Avik Sengupta [Thu, 19 May 2005 14:56:45 +0000 (14:56 +0000)]
Fix for bug 27272 : Unknown Ptg 3C and 3D
by Patrick Luby, thanks!
PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years agoprevent output scrolling, pls revert if needed
Avik Sengupta [Thu, 19 May 2005 14:33:35 +0000 (14:33 +0000)]
prevent output scrolling, pls revert if needed

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

19 years agobetter diagnostic
Avik Sengupta [Thu, 19 May 2005 14:32:46 +0000 (14:32 +0000)]
better diagnostic

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

19 years agoInitial checkin for FormulaEvaluator and associated tests
Avik Sengupta [Thu, 19 May 2005 12:15:52 +0000 (12:15 +0000)]
Initial checkin for FormulaEvaluator and associated tests
Author: Amol Deshmukh

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

19 years agobuild tweaks
Avik Sengupta [Thu, 19 May 2005 12:03:41 +0000 (12:03 +0000)]
build tweaks

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

19 years agonew formula eval docs
Avik Sengupta [Thu, 19 May 2005 10:36:06 +0000 (10:36 +0000)]
new formula eval docs

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

19 years agounary plus: patch by Amol Deshmukh, test added
Avik Sengupta [Wed, 18 May 2005 18:58:57 +0000 (18:58 +0000)]
unary plus: patch by Amol Deshmukh, test added

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

19 years agoLast-minute fix
Rainer Klute [Mon, 16 May 2005 21:46:19 +0000 (21:46 +0000)]
Last-minute fix

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

19 years ago- Improved the build process' with respect to its dependencies on JUnit, JDepend...
Rainer Klute [Mon, 16 May 2005 21:39:22 +0000 (21:39 +0000)]
- Improved the build process' with respect to its dependencies on JUnit, JDepend and an XSLT processor.
- Included DDF in the generated javadoc API documentation.
- Excluded the obsolete HDF from the generated javadoc API documentation.
- Included the CLASSPATH environment variable in the javadoc classpath so that references to third-party packages can be resolved.
- Removed all explicit references to Xalan and changed the HSSF record generator to use any XSLT processor. However, that stuff seems to be very much out of date: The XSL stylesheet won't compile even after an obvious fix. Thus my modifications are untested but that stuff won't work anyway. I doubt it is important.
- Did some beautifications on the build.xml file.

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

19 years agoJavadoc issues resolved.
Rainer Klute [Mon, 16 May 2005 20:38:55 +0000 (20:38 +0000)]
Javadoc issues resolved.

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

19 years agoStringUtil javadocs, supplied by Nick Burch, thanks. bug 34922
Avik Sengupta [Mon, 16 May 2005 14:44:37 +0000 (14:44 +0000)]
StringUtil javadocs, supplied by Nick Burch, thanks. bug 34922

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

19 years agodocumentation for formula Evaluation. Thanks Amol! NIO_BRANCH@353679
Avik Sengupta [Fri, 13 May 2005 14:52:42 +0000 (14:52 +0000)]
documentation for formula Evaluation. Thanks Amol!

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

19 years agoextra styles
Avik Sengupta [Fri, 13 May 2005 14:35:28 +0000 (14:35 +0000)]
extra styles

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

19 years agoFixed issue where adding builtin types pushed other formats later in the list.
Shawn Laubach [Mon, 9 May 2005 20:37:35 +0000 (20:37 +0000)]
Fixed issue where adding builtin types pushed other formats later in the list.

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

19 years agouser API to set window pane when wb is opened
Avik Sengupta [Sat, 7 May 2005 17:25:26 +0000 (17:25 +0000)]
user API to set window pane when wb is opened
by Amol Deshmukh and Li Jianming

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

19 years agoBug 34745 Update ddf.EscherTextboxRecord to be cleaner, and allow setting of new...
Glen Stampoultzis [Thu, 5 May 2005 13:40:06 +0000 (13:40 +0000)]
Bug 34745 Update ddf.EscherTextboxRecord to be cleaner, and allow setting of new data

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

19 years agoRemoved some unused initializers
Glen Stampoultzis [Thu, 5 May 2005 13:39:14 +0000 (13:39 +0000)]
Removed some unused initializers

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

19 years agoKeep field 6 intact
Glen Stampoultzis [Thu, 5 May 2005 13:38:09 +0000 (13:38 +0000)]
Keep field 6 intact

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

19 years agoIndent
Glen Stampoultzis [Thu, 5 May 2005 13:07:58 +0000 (13:07 +0000)]
Indent

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

19 years agoPatch from Nick. Bug 34744 Fix for ddf.DefaultRecordFactory never creating EscherTex...
Glen Stampoultzis [Thu, 5 May 2005 13:06:06 +0000 (13:06 +0000)]
Patch from Nick.  Bug 34744 Fix for ddf.DefaultRecordFactory never creating EscherTextboxRecord

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

19 years agoThere seems to be a bug with the current implementation that causes problems if you...
Glen Stampoultzis [Thu, 5 May 2005 13:05:09 +0000 (13:05 +0000)]
There seems to be a bug with the current implementation that causes problems if you create a row but no sells.  This just works around that bug.

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

19 years agoMinor mod - keep original
Glen Stampoultzis [Thu, 5 May 2005 13:04:29 +0000 (13:04 +0000)]
Minor mod - keep original

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

19 years agotestcase for 33082, which is now fixed
Avik Sengupta [Tue, 3 May 2005 14:34:39 +0000 (14:34 +0000)]
testcase for 33082, which is now fixed

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

19 years agotweaks
Avik Sengupta [Tue, 3 May 2005 13:27:50 +0000 (13:27 +0000)]
tweaks

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

19 years agounfixed testcases, so you know what to fix :)
Avik Sengupta [Tue, 3 May 2005 13:23:34 +0000 (13:23 +0000)]
unfixed testcases, so you know what to fix :)

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

19 years agorefactored
Avik Sengupta [Mon, 2 May 2005 05:26:13 +0000 (05:26 +0000)]
refactored

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

19 years agoMoving to head
Glen Stampoultzis [Sun, 1 May 2005 22:05:37 +0000 (22:05 +0000)]
Moving to head

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

19 years agoMoving to head
Glen Stampoultzis [Sun, 1 May 2005 22:00:12 +0000 (22:00 +0000)]
Moving to head

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

19 years agoTest
Glen Stampoultzis [Sun, 1 May 2005 21:52:54 +0000 (21:52 +0000)]
Test

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

19 years agoAdded image support for POI. See the quick guide for details. Sponsored through...
Glen Stampoultzis [Sun, 1 May 2005 11:26:18 +0000 (11:26 +0000)]
Added image support for POI.  See the quick guide for details.  Sponsored through superlink software.

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

19 years ago- Added support for the Korean character set MS949. Thanks again to Ralf Terdic ...
Rainer Klute [Fri, 29 Apr 2005 16:58:55 +0000 (16:58 +0000)]
- Added support for the Korean character set MS949. Thanks again to Ralf Terdic <ralf.t@gmx.net>!

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

19 years agobug 27852 - patch by Brice Copy
Avik Sengupta [Thu, 28 Apr 2005 14:31:00 +0000 (14:31 +0000)]
bug 27852 - patch by Brice Copy

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

19 years agobug 34007 - DBCS cell format, patch by Alexander Litvinov
Avik Sengupta [Thu, 28 Apr 2005 14:04:22 +0000 (14:04 +0000)]
bug 34007 - DBCS cell format, patch by Alexander Litvinov

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

19 years agoRefactored
Avik Sengupta [Thu, 28 Apr 2005 14:03:28 +0000 (14:03 +0000)]
Refactored

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

19 years agoadditional tests for DBCS sheet name
Avik Sengupta [Thu, 28 Apr 2005 13:44:06 +0000 (13:44 +0000)]
additional tests for DBCS sheet name

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

19 years agoPR:17039 - DBCS chars in header and footer
Avik Sengupta [Thu, 28 Apr 2005 13:35:38 +0000 (13:35 +0000)]
PR:17039 - DBCS chars in header and footer
Obtained from: kamoshida.toshiaki@future.co.jp
Tweaked and tests added by self.

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

19 years agocorrected
Avik Sengupta [Thu, 28 Apr 2005 13:33:02 +0000 (13:33 +0000)]
corrected

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

19 years agoadded clone for properties objects. Sure makes it easier. Hey look ma,
Andrew C. Oliver [Wed, 27 Apr 2005 21:33:49 +0000 (21:33 +0000)]
added clone for properties objects.  Sure makes it easier.  Hey look ma,
javadoc!
PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years agoadded a main method so we can use it as a quickie utility (been meaning to do that...
Andrew C. Oliver [Wed, 27 Apr 2005 05:44:52 +0000 (05:44 +0000)]
added a main method so we can use it as a quickie utility (been meaning to do that for years)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years ago- Added a couple of Macintosh codepage numbers to Java encoding names.
Rainer Klute [Sat, 23 Apr 2005 14:17:07 +0000 (14:17 +0000)]
- Added a couple of Macintosh codepage numbers to Java encoding names.
  Thanks to Ralf Terdic <ralf.t@gmx.net> for providing them! However, please
  note that neither Ralf nor I were able to test all those mappings. So please post
  a bug if you encounter any problems!

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

19 years ago- Superflous statements removed.
Rainer Klute [Fri, 22 Apr 2005 16:40:41 +0000 (16:40 +0000)]
- Superflous statements removed.

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

19 years agoAdded underline capability to the header and footer.
Shawn Laubach [Fri, 22 Apr 2005 14:56:35 +0000 (14:56 +0000)]
Added underline capability to the header and footer.

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

19 years agotestcase for bug 34021 , already worked fine
Avik Sengupta [Fri, 22 Apr 2005 13:12:14 +0000 (13:12 +0000)]
testcase for bug 34021 , already worked fine

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

19 years agonew tests
Avik Sengupta [Fri, 22 Apr 2005 13:04:42 +0000 (13:04 +0000)]
new tests

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

19 years agobug 34435 , submitted by Nick Burch. Thanks
Avik Sengupta [Fri, 22 Apr 2005 11:16:09 +0000 (11:16 +0000)]
bug 34435 , submitted by Nick Burch. Thanks

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

19 years agotests refactoring
Avik Sengupta [Thu, 21 Apr 2005 13:46:38 +0000 (13:46 +0000)]
tests refactoring

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

19 years agoremove gratuitous output
Avik Sengupta [Thu, 21 Apr 2005 13:43:51 +0000 (13:43 +0000)]
remove gratuitous output

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

19 years agotest file for bug 32822
Avik Sengupta [Thu, 21 Apr 2005 13:14:28 +0000 (13:14 +0000)]
test file for bug 32822

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

19 years agobug 33160, original patch and testcase supplied by Amol Deshmukh.. thanks. This versi...
Avik Sengupta [Thu, 21 Apr 2005 13:01:29 +0000 (13:01 +0000)]
bug 33160, original patch and testcase supplied by Amol Deshmukh.. thanks. This version slightly more generic

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

19 years agofixed HWPF tests
Avik Sengupta [Thu, 21 Apr 2005 12:56:18 +0000 (12:56 +0000)]
fixed HWPF tests

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

19 years agofix for not being able to name a sheet as Sheet1, with some tests
Avik Sengupta [Thu, 21 Apr 2005 07:43:22 +0000 (07:43 +0000)]
fix for not being able to name a sheet as Sheet1, with some tests

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

19 years agoRe-fixing bug 25695, testcase now passes
Avik Sengupta [Tue, 19 Apr 2005 13:41:18 +0000 (13:41 +0000)]
Re-fixing bug 25695, testcase now passes

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

19 years ago- Support for variant type VT_R8 added.
Rainer Klute [Wed, 13 Apr 2005 16:33:22 +0000 (16:33 +0000)]
- Support for variant type VT_R8 added.

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

19 years agoBug 34247 fixed. Dictionaries are read with the specified codepage now.
Rainer Klute [Fri, 1 Apr 2005 16:58:00 +0000 (16:58 +0000)]
Bug 34247 fixed. Dictionaries are read with the specified codepage now.

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

19 years agoAdded some prose about our search for an HWPF pointman.
Rainer Klute [Wed, 23 Feb 2005 19:32:18 +0000 (19:32 +0000)]
Added some prose about our search for an HWPF pointman.

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

19 years agoRuby Bindings for POI - initial checkin
Avik Sengupta [Fri, 18 Feb 2005 15:35:17 +0000 (15:35 +0000)]
Ruby Bindings for POI - initial checkin

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

19 years agofixed
Avik Sengupta [Fri, 18 Feb 2005 10:03:55 +0000 (10:03 +0000)]
fixed

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

19 years agodocs for ruby bindings
Avik Sengupta [Fri, 18 Feb 2005 06:36:09 +0000 (06:36 +0000)]
docs for ruby bindings

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

19 years agocorrected doc
Avik Sengupta [Thu, 17 Feb 2005 05:35:50 +0000 (05:35 +0000)]
corrected doc

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