]> source.dussan.org Git - poi.git/log
poi.git
22 years agosome more details on the faq
Avik Sengupta [Wed, 12 Jun 2002 17:43:17 +0000 (17:43 +0000)]
some more details on the faq

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

22 years agotypo
Avik Sengupta [Wed, 12 Jun 2002 17:42:30 +0000 (17:42 +0000)]
typo

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

22 years agooops forgot this yesterday, the new case studies page
Andrew C. Oliver [Wed, 12 Jun 2002 14:01:17 +0000 (14:01 +0000)]
oops forgot this yesterday, the new case studies page

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

22 years agofix for bug 9802, we write simple sum ptg, tho we can also read attr ptg. trying...
Avik Sengupta [Wed, 12 Jun 2002 12:40:03 +0000 (12:40 +0000)]
fix for bug 9802, we write simple sum ptg, tho we can also read attr ptg. trying to write an attr ptg messes up the class change algo.

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

22 years agoA fix for the bug that remained uncaught because I didn't write a testcase that I...
Glen Stampoultzis [Wed, 12 Jun 2002 09:10:04 +0000 (09:10 +0000)]
A fix for the bug that remained uncaught because I didn't write a testcase that I should have - once again proving to myself that test cases are wonderful things and that I skimp on doing them way too often.

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

22 years agoA testcase that I should have added before.
Glen Stampoultzis [Wed, 12 Jun 2002 09:07:51 +0000 (09:07 +0000)]
A testcase that I should have added before.

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

22 years agoSplit out SSTDeserializer specific classes.
Glen Stampoultzis [Wed, 12 Jun 2002 08:33:44 +0000 (08:33 +0000)]
Split out SSTDeserializer specific classes.

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

22 years agoUse the new 'sections' feature
Glen Stampoultzis [Wed, 12 Jun 2002 08:24:12 +0000 (08:24 +0000)]
Use the new 'sections' feature

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

22 years agoRefinement of test data
Glen Stampoultzis [Wed, 12 Jun 2002 08:23:36 +0000 (08:23 +0000)]
Refinement of test data

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

22 years agoSome more hex reading utilities
Glen Stampoultzis [Wed, 12 Jun 2002 08:18:06 +0000 (08:18 +0000)]
Some more hex reading utilities

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

22 years agoNew FAQ - thanks Avik!
Glen Stampoultzis [Wed, 12 Jun 2002 08:09:27 +0000 (08:09 +0000)]
New FAQ - thanks Avik!

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

22 years agocompile under jdk1.2.2
Avik Sengupta [Wed, 12 Jun 2002 07:50:29 +0000 (07:50 +0000)]
compile under jdk1.2.2

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

22 years agoadded spanish translation start
Andrew C. Oliver [Wed, 12 Jun 2002 04:21:26 +0000 (04:21 +0000)]
added spanish translation start
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoadded spanish translation news
Andrew C. Oliver [Wed, 12 Jun 2002 04:19:12 +0000 (04:19 +0000)]
added spanish translation news
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoNew alternative
Glen Stampoultzis [Wed, 12 Jun 2002 00:34:44 +0000 (00:34 +0000)]
New alternative

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

22 years agopretty printing from AttrPtg, submitted by Werner Froidevaux
Avik Sengupta [Tue, 11 Jun 2002 21:17:44 +0000 (21:17 +0000)]
pretty printing from AttrPtg, submitted by Werner Froidevaux

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

22 years agoRemoved runtime dependency from commons logging.
Nicola Ken Barozzi [Tue, 11 Jun 2002 21:07:58 +0000 (21:07 +0000)]
Removed runtime dependency from commons logging.
Now the PoiLogFactory will try to create a logger using the System property
named "org.apache.poi.util.POILogger".

If it fails, the NullLogger is used.
There is also a basic SystemOutLogger and the former CommonsLogger.

Haven't checked the code that much, but it compiles and POI works.

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

22 years ago not needed
Avik Sengupta [Tue, 11 Jun 2002 21:05:09 +0000 (21:05 +0000)]
 not needed

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

22 years agodont want these any more, they have been refactored to AbstractFunctionPtg/FuncPtg...
Avik Sengupta [Tue, 11 Jun 2002 20:37:01 +0000 (20:37 +0000)]
dont want these any more, they have been refactored to AbstractFunctionPtg/FuncPtg/FuncVarPtg

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

22 years agoupdated tests without ReferenceUtil
Avik Sengupta [Tue, 11 Jun 2002 20:20:41 +0000 (20:20 +0000)]
updated tests without ReferenceUtil

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

22 years agoMore formula enhancements, particularly for fixed args tFunc 0x21/41/61. Also try...
Avik Sengupta [Tue, 11 Jun 2002 20:18:28 +0000 (20:18 +0000)]
More formula enhancements, particularly for fixed args tFunc 0x21/41/61. Also try not to bomb on unknown Ptg

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

22 years agofirst go at "getting involved"
Andrew C. Oliver [Sun, 9 Jun 2002 20:30:34 +0000 (20:30 +0000)]
first go at "getting involved"
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoupdates for POI around the web
Andrew C. Oliver [Sun, 9 Jun 2002 16:57:35 +0000 (16:57 +0000)]
updates for POI around the web

PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoMerged from 1.5 (SST fixes).
Glen Stampoultzis [Sun, 9 Jun 2002 12:48:34 +0000 (12:48 +0000)]
Merged from 1.5  (SST fixes).

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

22 years agofix to bug 9518, submitted by Shawn Laubach
Avik Sengupta [Thu, 6 Jun 2002 06:03:17 +0000 (06:03 +0000)]
fix to bug 9518, submitted by Shawn Laubach

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

22 years agoMerged from 1.5 branch.
Glen Stampoultzis [Sun, 2 Jun 2002 07:30:40 +0000 (07:30 +0000)]
Merged from 1.5 branch.

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

22 years agoadded the ability to run tests one at a time
Avik Sengupta [Wed, 29 May 2002 14:37:37 +0000 (14:37 +0000)]
added the ability to run tests one at a time

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

22 years agodocumentation for formula
Avik Sengupta [Tue, 28 May 2002 12:42:57 +0000 (12:42 +0000)]
documentation for formula

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

22 years agotest for parsing strings, submitted by Werner Froidevaux
Avik Sengupta [Tue, 28 May 2002 12:41:17 +0000 (12:41 +0000)]
test for parsing strings, submitted by Werner Froidevaux

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

22 years agoFixed some links.
Glen Stampoultzis [Tue, 28 May 2002 02:17:57 +0000 (02:17 +0000)]
Fixed some links.

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

22 years agoPoi vote page.
Glen Stampoultzis [Tue, 28 May 2002 01:24:45 +0000 (01:24 +0000)]
Poi vote page.

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

22 years agoFramework to set the class of a token
Avik Sengupta [Mon, 27 May 2002 21:00:12 +0000 (21:00 +0000)]
Framework to set the class of a token

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

22 years agoPatches from Werner Froidevaux
Andrew C. Oliver [Sun, 26 May 2002 23:19:58 +0000 (23:19 +0000)]
Patches from Werner Froidevaux

PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoBugzilla Bug 9426 - Drew Varner (who needs to start remembering to add himself in...
Andrew C. Oliver [Sun, 26 May 2002 22:18:40 +0000 (22:18 +0000)]
Bugzilla Bug 9426 - Drew Varner (who needs to start remembering to add himself in the author tags)

PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agosorry, license!
Avik Sengupta [Tue, 21 May 2002 18:36:40 +0000 (18:36 +0000)]
sorry, license!

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

22 years agofix for bug 9114, reported and fix pointed by Tal Moshaiov
Avik Sengupta [Tue, 21 May 2002 18:28:35 +0000 (18:28 +0000)]
fix for bug 9114, reported and fix pointed by Tal Moshaiov

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

22 years agoFixed tests for legend and implemented testresult for bitfields
Andrew C. Oliver [Sun, 19 May 2002 21:40:59 +0000 (21:40 +0000)]
Fixed tests for legend and implemented testresult for bitfields

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

22 years agonew test for new graphing record
Andrew C. Oliver [Sun, 19 May 2002 18:53:18 +0000 (18:53 +0000)]
new test for new graphing record
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoNew record for graphing
Andrew C. Oliver [Sun, 19 May 2002 18:52:35 +0000 (18:52 +0000)]
New record for graphing
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agomore graphing records
Andrew C. Oliver [Sun, 19 May 2002 18:51:09 +0000 (18:51 +0000)]
more graphing records
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agooops forgot one
Andrew C. Oliver [Sun, 19 May 2002 18:50:37 +0000 (18:50 +0000)]
oops forgot one

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

22 years agoWe've got just about all the important graph records for a bar graph.
Andrew C. Oliver [Sun, 19 May 2002 18:48:52 +0000 (18:48 +0000)]
We've got just about all the important graph records for a bar graph.

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

22 years agoFinished my work converting HPSF to use the org.apache.poi.util.LittleEndian
Andrew C. Oliver [Sun, 19 May 2002 18:09:26 +0000 (18:09 +0000)]
Finished my work converting HPSF to use the org.apache.poi.util.LittleEndian
implementation.  ClassID and poibrowser/PropertySetDescriptorRendeder are probably broken.  I couldn't figure out what ClassID is meaning to do someone else
who understands the code there will have to work on it.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoForgot to check in support functions for yet ANOTHER way that Excel handles strings...
Andrew C. Oliver [Sun, 19 May 2002 17:54:07 +0000 (17:54 +0000)]
Forgot to check in support functions for yet ANOTHER way that Excel handles strings (makes 3-4th way)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoprobably nothing
Andrew C. Oliver [Sun, 19 May 2002 15:55:12 +0000 (15:55 +0000)]
probably nothing
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoObject Link record
Andrew C. Oliver [Sun, 19 May 2002 15:54:18 +0000 (15:54 +0000)]
Object Link record
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agonew Test for plot area record
Andrew C. Oliver [Sun, 19 May 2002 15:53:53 +0000 (15:53 +0000)]
new Test for plot area record
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agonew plot area record
Andrew C. Oliver [Sun, 19 May 2002 15:53:38 +0000 (15:53 +0000)]
new plot area record
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agosupport for sizeless records (header only)
Andrew C. Oliver [Sun, 19 May 2002 15:52:05 +0000 (15:52 +0000)]
support for sizeless records (header only)

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

22 years agonew records
Andrew C. Oliver [Sun, 19 May 2002 15:51:48 +0000 (15:51 +0000)]
new records

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

22 years agonew support for sizeless records
Andrew C. Oliver [Sun, 19 May 2002 15:51:29 +0000 (15:51 +0000)]
new support for sizeless records
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agonew object link record (Graphign)
Andrew C. Oliver [Sat, 18 May 2002 16:23:30 +0000 (16:23 +0000)]
new object link record (Graphign)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoNew object link record (graphing) -- unit test
Andrew C. Oliver [Sat, 18 May 2002 16:22:55 +0000 (16:22 +0000)]
New object link record (graphing) -- unit test
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agonew object link record (graphing)
Andrew C. Oliver [Sat, 18 May 2002 16:22:10 +0000 (16:22 +0000)]
new object link record (graphing)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agosupports new added graphing record types
Andrew C. Oliver [Sat, 18 May 2002 16:21:01 +0000 (16:21 +0000)]
supports new added graphing record types
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agofixes to handle new string type
Andrew C. Oliver [Sat, 18 May 2002 15:57:43 +0000 (15:57 +0000)]
fixes to handle new string type
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agofinally figured out how to get the strings in here to work... Excel has an ENTIRELY...
Andrew C. Oliver [Sat, 18 May 2002 15:56:21 +0000 (15:56 +0000)]
finally figured out how to get the strings in here to work... Excel has an ENTIRELY different (I think this makes like 3 or 4) to write strings for this record.  Many Microsoft sucks at this programming stuff.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agofixes for series text
Andrew C. Oliver [Sat, 18 May 2002 15:54:29 +0000 (15:54 +0000)]
fixes for series text
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agopatch 9085
Andrew C. Oliver [Fri, 17 May 2002 03:25:13 +0000 (03:25 +0000)]
patch 9085
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agosupport series text
Andrew C. Oliver [Wed, 15 May 2002 00:58:26 +0000 (00:58 +0000)]
support series text
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agosupports test expression
Andrew C. Oliver [Wed, 15 May 2002 00:56:47 +0000 (00:56 +0000)]
supports test expression
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoSupport test expression
Andrew C. Oliver [Wed, 15 May 2002 00:56:18 +0000 (00:56 +0000)]
Support test expression
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoadded support for in-lined test data
Andrew C. Oliver [Tue, 14 May 2002 18:13:33 +0000 (18:13 +0000)]
added support for in-lined test data

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

22 years agoAdded new record types to biff viewer
Andrew C. Oliver [Sat, 11 May 2002 19:13:42 +0000 (19:13 +0000)]
Added new record types to biff viewer

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

22 years agoimplemented tick record (grphing thing) --
Andrew C. Oliver [Sat, 11 May 2002 19:06:04 +0000 (19:06 +0000)]
implemented tick record (grphing thing) --
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agosee the src/records/definitions/axis_options_record.xml for the details
Andrew C. Oliver [Sat, 11 May 2002 17:23:48 +0000 (17:23 +0000)]
see the src/records/definitions/axis_options_record.xml for the details
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoAxisOptionsRecord -- This here "Misc" record (like every other record
Andrew C. Oliver [Sat, 11 May 2002 17:22:34 +0000 (17:22 +0000)]
AxisOptionsRecord -- This here "Misc" record (like every other record
in microsofts formats) defines various behaviors to do with Axis options.
(graphing stuff)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoAdded UInt
Andrew C. Oliver [Sat, 11 May 2002 14:51:33 +0000 (14:51 +0000)]
Added UInt
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoSurgery
Andrew C. Oliver [Sat, 11 May 2002 14:48:00 +0000 (14:48 +0000)]
Surgery
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agosurgery
Andrew C. Oliver [Sat, 11 May 2002 14:47:24 +0000 (14:47 +0000)]
surgery
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoUpdating Checkstyle.cent to use Checkstyle 2.2 and added properties to
Nicola Ken Barozzi [Fri, 10 May 2002 15:50:18 +0000 (15:50 +0000)]
Updating Checkstyle.cent to use Checkstyle 2.2 and added properties to
conform to our coding conventions.

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

22 years agopatch applied from Sivan Kievit - please put in @author tags in the future
Andrew C. Oliver [Fri, 10 May 2002 12:34:03 +0000 (12:34 +0000)]
patch applied from Sivan Kievit - please put in @author tags in the future
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agogreat patch by craig@adaptivetrade.com (Craig Kelley) --
Andrew C. Oliver [Fri, 10 May 2002 03:01:11 +0000 (03:01 +0000)]
great patch by craig@adaptivetrade.com (Craig Kelley)  --
Now rows are interperated properly as ushorts versus shorts  (java ints)

PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoEven more logo's. How are people ever going to choose...
Glen Stampoultzis [Thu, 9 May 2002 13:56:08 +0000 (13:56 +0000)]
Even more logo's.  How are people ever going to choose...

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

22 years agoMore logo's
Glen Stampoultzis [Thu, 9 May 2002 13:38:52 +0000 (13:38 +0000)]
More logo's

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

22 years agoNew record for charts and corresponding BIFFViewer and unit test
Andrew C. Oliver [Wed, 8 May 2002 01:46:11 +0000 (01:46 +0000)]
New record for charts and corresponding BIFFViewer and unit test
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoAdded SC window magnification...fixed error on res001 that has been bugging me.
Andrew C. Oliver [Wed, 8 May 2002 00:22:33 +0000 (00:22 +0000)]
Added SC window magnification...fixed error on res001 that has been bugging me.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agofinishing Libin's work.
Andrew C. Oliver [Tue, 7 May 2002 23:38:06 +0000 (23:38 +0000)]
finishing Libin's work.

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

22 years agoWorkbook now works with new signature of SupBook
Andrew C. Oliver [Mon, 6 May 2002 23:25:35 +0000 (23:25 +0000)]
Workbook now works with new signature of SupBook
Property - kludged to compile for HPSF
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agosup book record -- comments, some rearranging of the furniture.
Andrew C. Oliver [Mon, 6 May 2002 22:50:57 +0000 (22:50 +0000)]
sup book record -- comments, some rearranging of the furniture.

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

22 years agocreated unit test for sup book record
Andrew C. Oliver [Mon, 6 May 2002 22:50:22 +0000 (22:50 +0000)]
created unit test for sup book record

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

22 years agocommitting patches supplied by Matthew McClain for bug 8757. This will handle most...
Avik Sengupta [Mon, 6 May 2002 18:23:24 +0000 (18:23 +0000)]
committing patches supplied by Matthew McClain for bug 8757. This will handle most cases, since majority formulas expect value class params. Ptgs to be refactored for full functionality

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

22 years agoabsolute refs in area references, plus some tests
Avik Sengupta [Sun, 5 May 2002 16:55:41 +0000 (16:55 +0000)]
absolute refs in area references, plus some tests

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

22 years agoAbsolute vs relative references now work .. refactored ReferenceUtils in the bargain
Avik Sengupta [Sat, 4 May 2002 15:45:05 +0000 (15:45 +0000)]
Absolute vs relative references now work .. refactored ReferenceUtils in the bargain

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

22 years agoMake jdepend happy - removing test main method since package records should not depen...
Avik Sengupta [Fri, 3 May 2002 16:12:03 +0000 (16:12 +0000)]
Make jdepend happy - removing test main method since package records should not depend on package usermodel

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

22 years agofixed the tests, but they still work
Avik Sengupta [Fri, 3 May 2002 15:47:20 +0000 (15:47 +0000)]
fixed the tests, but they still work

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

22 years agoMore items.
Rainer Klute [Fri, 3 May 2002 07:29:58 +0000 (07:29 +0000)]
More items.

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

22 years agoEnhancements from Drew for boolean properties. Plus doc change for DWord.
Rainer Klute [Fri, 3 May 2002 07:29:09 +0000 (07:29 +0000)]
Enhancements from Drew for boolean properties. Plus doc change for DWord.

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

22 years agoshawn's patches
Andrew C. Oliver [Fri, 3 May 2002 04:56:42 +0000 (04:56 +0000)]
shawn's patches
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoShawn's patch
Andrew C. Oliver [Fri, 3 May 2002 04:55:07 +0000 (04:55 +0000)]
Shawn's patch
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoLatest stylesheet for hdf type generation
Said Ryan Ackley [Fri, 3 May 2002 01:57:29 +0000 (01:57 +0000)]
Latest stylesheet for hdf type generation

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

22 years agoMade minor tweaks.
Said Ryan Ackley [Fri, 3 May 2002 01:56:53 +0000 (01:56 +0000)]
Made minor tweaks.

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

22 years agolatest generated type
Said Ryan Ackley [Fri, 3 May 2002 01:55:06 +0000 (01:55 +0000)]
latest generated type

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

22 years agoChanged so it extends XML generated type
Said Ryan Ackley [Fri, 3 May 2002 01:53:51 +0000 (01:53 +0000)]
Changed so it extends XML generated type

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

22 years agoMade it work with new XML generated types
Said Ryan Ackley [Fri, 3 May 2002 01:53:06 +0000 (01:53 +0000)]
Made it work with new XML generated types

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

22 years agoNew FAQ.
Glen Stampoultzis [Fri, 3 May 2002 00:42:58 +0000 (00:42 +0000)]
New FAQ.

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

22 years agoReturn type of getScale() fixed.
Rainer Klute [Thu, 2 May 2002 16:03:41 +0000 (16:03 +0000)]
Return type of getScale() fixed.

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

22 years agoBefore andy reports a bug :)
Avik Sengupta [Thu, 2 May 2002 12:57:40 +0000 (12:57 +0000)]
Before andy reports a bug :)

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

22 years agoadding test for formula parser
Avik Sengupta [Thu, 2 May 2002 12:52:13 +0000 (12:52 +0000)]
adding test for formula parser

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

22 years agoCorrect return type for getLinksDirty() - but it is still unimplemented.
Rainer Klute [Thu, 2 May 2002 08:11:10 +0000 (08:11 +0000)]
Correct return type for getLinksDirty() - but it is still unimplemented.

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