Commit Graph

549 Commits

Author SHA1 Message Date
Nick Burch 255fdf3d72 Tests for Font support from Yegor, from Bug #35972
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353760 13f79535-47bb-0310-9956-ffa450edef68
2005-08-02 17:16:46 +00:00
Nick Burch 40f7c70483 Font support from Yegor, from Bug #35972
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353759 13f79535-47bb-0310-9956-ffa450edef68
2005-08-02 17:16:20 +00:00
Nick Burch 9f2ba8ec8d Add a partial test for changing style properties
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353758 13f79535-47bb-0310-9956-ffa450edef68
2005-08-01 17:37:15 +00:00
Nick Burch 7d4ea7f10e Add support for setting some of the style properties
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353757 13f79535-47bb-0310-9956-ffa450edef68
2005-08-01 17:36:52 +00:00
Nick Burch cba94f3955 Test code for the new Text Styling record class
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353756 13f79535-47bb-0310-9956-ffa450edef68
2005-07-31 18:06:48 +00:00
Nick Burch eb130ea42a Read only support for paragraph styling, and the stylings of the text within it
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353755 13f79535-47bb-0310-9956-ffa450edef68
2005-07-31 18:06:26 +00:00
Nick Burch bb8ab29fa0 Contribution from Yegor Kozlov (Bug 35630):
Dumps out the raw contents of a PPT file in XML format


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353751 13f79535-47bb-0310-9956-ffa450edef68
2005-07-14 11:31:26 +00:00
Nick Burch eccd114bad Update to handle changed method signature on ddf.EscherContainerRecord.toString
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353746 13f79535-47bb-0310-9956-ffa450edef68
2005-07-13 11:06:58 +00:00
Nick Burch 3f6a46fd4e Move from having the list of classes to use for records from being in here, to being in RecordTypes
Should make adding new record handling classes cleaner and more extensible
(Change inspired by discussions with Yegor Kozlov)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353745 13f79535-47bb-0310-9956-ffa450edef68
2005-07-08 17:38:55 +00:00
Nick Burch e00185760d Record level dumper of powerpoint files, and their constituent escher parts
Prints out in indented text what occurs where
(Code has existed for a while, but the lookup table used to be just a cut'n'paste from something of unknown copyright status. Now converted to using Yegor's new RecordTypes class, so can be released)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353743 13f79535-47bb-0310-9956-ffa450edef68
2005-07-08 15:57:07 +00:00
Nick Burch fdb11ab3cc Tests to ensure that RecordTypes.java is behaving as expected
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353741 13f79535-47bb-0310-9956-ffa450edef68
2005-07-08 12:37:56 +00:00
Nick Burch 1332c0186a Based on version submitted by Yegor Kozlov
Allows easy access to the names of records armed only with their type, or the handling class for a given type
Also allows easy lookup of a type where you know the name (via the static final class fields)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353740 13f79535-47bb-0310-9956-ffa450edef68
2005-07-08 12:37:14 +00:00
Nick Burch 8ce3da07aa Test to ensure that the updating of a slide's notes sheet works correctly
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353735 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 19:06:39 +00:00
Nick Burch 3e42f98d79 Update to match changes in usermodel
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353734 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 19:06:16 +00:00
Nick Burch 1b45e20595 Use the new "most recent important records" record list when creating notes and slides. Makes the code much cleaner, and means that handling older versions of slides is taken care of in a much better manner
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353733 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 19:05:07 +00:00
Nick Burch c6ad45cdf8 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
2005-06-26 19:03:48 +00:00
Nick Burch 3359aeacdb 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
2005-06-26 19:01:38 +00:00
Nick Burch fb53350066 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
2005-06-26 18:09:42 +00:00
Nick Burch 70002e644d 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
2005-06-26 18:09:15 +00:00
Amol S. Deshmukh 78711ffef0 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
2005-06-22 20:50:03 +00:00
Amol S. Deshmukh eb7f1ce7e5 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
2005-06-22 20:49:14 +00:00
Amol S. Deshmukh b943810bfb 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
2005-06-22 20:48:42 +00:00
Amol S. Deshmukh 840c73af40 implemented the NOT boolean function
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353725 13f79535-47bb-0310-9956-ffa450edef68
2005-06-22 20:46:55 +00:00
Amol S. Deshmukh 6c938f3c8a changed "extends DefaultFunctionImpl" to "implements Function"
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353724 13f79535-47bb-0310-9956-ffa450edef68
2005-06-22 20:45:54 +00:00
Amol S. Deshmukh d8ea7f98e3 Implemented this finance function evaluation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353723 13f79535-47bb-0310-9956-ffa450edef68
2005-06-22 20:43:30 +00:00
Amol S. Deshmukh e0fbd5d76d 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
2005-06-22 20:42:40 +00:00
Amol S. Deshmukh b0decdc046 Renamed DefaultFunctionImpl
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353721 13f79535-47bb-0310-9956-ffa450edef68
2005-06-22 20:41:30 +00:00
Amol S. Deshmukh b4b6033b1b 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
2005-06-22 20:40:17 +00:00
Nick Burch 49ffe15239 Testing for ColorSchemeAtom record
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353719 13f79535-47bb-0310-9956-ffa450edef68
2005-06-19 15:37:11 +00:00
Nick Burch 0ecfae443f 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
2005-06-19 15:36:55 +00:00
Avik Sengupta 2714aaee5d 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
2005-06-14 17:41:33 +00:00
Nick Burch f94705554d 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
2005-06-12 17:08:40 +00:00
Nick Burch 98983095b2 Support for DocumentAtom
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353715 13f79535-47bb-0310-9956-ffa450edef68
2005-06-12 16:53:02 +00:00
Avik Sengupta 0ac5c6ef94 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
2005-06-09 18:34:57 +00:00
Avik Sengupta ab9e2a94d6 compilation problem
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353713 13f79535-47bb-0310-9956-ffa450edef68
2005-06-09 18:20:28 +00:00
Nick Burch 568d00264f Add tests for more classes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353712 13f79535-47bb-0310-9956-ffa450edef68
2005-06-09 15:18:17 +00:00
Nick Burch 093ffa8bd4 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
2005-06-09 15:13:20 +00:00
Nick Burch db67860378 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
2005-06-09 15:09:58 +00:00
Nick Burch d40aa464fa 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
2005-06-09 15:09:16 +00:00
Nick Burch cfc6960898 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
2005-06-09 15:07:56 +00:00
Avik Sengupta e6b361637b Initial Powerpoint support, by Nick Burch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353701 13f79535-47bb-0310-9956-ffa450edef68
2005-05-28 05:36:00 +00:00
Avik Sengupta 6fb95671b1 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
2005-05-19 12:15:52 +00:00
Rainer Klute c71b3635a9 - 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
2005-05-16 21:39:22 +00:00
Andrew C. Oliver 0cba55bf3e 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
2005-04-27 21:33:49 +00:00
Avik Sengupta c27f7ab5e5 fixed HWPF tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353640 13f79535-47bb-0310-9956-ffa450edef68
2005-04-21 12:56:18 +00:00
Rainer Klute 564f47ab24 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353629 13f79535-47bb-0310-9956-ffa450edef68
2005-02-13 17:35:53 +00:00
Rainer Klute 15bc229c4d Bug 33263 fixed: Patch provided by Der-Johng Sun <derjohng2@yahoo.com>.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353627 13f79535-47bb-0310-9956-ffa450edef68
2005-01-28 17:23:00 +00:00
Rainer Klute bf010cfa1b - Ironed out a whole bunch of Javadoc issues. Not that the documentation is any better now, but at least Javadoc complains no longer.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353622 13f79535-47bb-0310-9956-ffa450edef68
2005-01-02 01:00:53 +00:00
Glen Stampoultzis 7d6a1faa18 Minor formatting
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353590 13f79535-47bb-0310-9956-ffa450edef68
2004-08-26 03:26:33 +00:00
Glen Stampoultzis 51655ccda2 Pier's other HWPF patch.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353588 13f79535-47bb-0310-9956-ffa450edef68
2004-08-24 12:54:01 +00:00
Glen Stampoultzis c140d28e76 Pier's HWPF patch.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353587 13f79535-47bb-0310-9956-ffa450edef68
2004-08-24 12:34:33 +00:00
Glen Stampoultzis eeef2a1b12 Merged REL_2_BRANCH to head.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353586 13f79535-47bb-0310-9956-ffa450edef68
2004-08-23 08:52:54 +00:00
Said Ryan Ackley 5c4a6f5ce9 fixes for article
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353573 13f79535-47bb-0310-9956-ffa450edef68
2004-07-11 05:54:36 +00:00
Said Ryan Ackley 0f6869f71f fixes for article
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353571 13f79535-47bb-0310-9956-ffa450edef68
2004-07-11 04:38:32 +00:00
Said Ryan Ackley e90590e97d <No Comment Entered>
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353551 13f79535-47bb-0310-9956-ffa450edef68
2004-04-19 23:49:49 +00:00
Glen Stampoultzis a4047ad573 New licence changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 13:05:39 +00:00
Said Ryan Ackley 89101ac1da patch and latest bug fixes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353541 13f79535-47bb-0310-9956-ffa450edef68
2004-04-08 11:51:15 +00:00
Said Ryan Ackley ad71becd4b latest patches and changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353540 13f79535-47bb-0310-9956-ffa450edef68
2004-04-06 04:44:04 +00:00
Said Ryan Ackley 7e34048b96 Applied patches from Piers and my latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353539 13f79535-47bb-0310-9956-ffa450edef68
2004-03-23 05:51:55 +00:00
Said Ryan Ackley a4b724d66a javadoc and a minor fix
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353537 13f79535-47bb-0310-9956-ffa450edef68
2004-03-15 02:57:38 +00:00
Said Ryan Ackley a6f921a883 javadocs and feature enhancements
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353536 13f79535-47bb-0310-9956-ffa450edef68
2004-03-12 12:34:35 +00:00
Said Ryan Ackley dd97f4aeb6 patch from piers and other minor changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353535 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 04:18:57 +00:00
Said Ryan Ackley 74b4e4792e <No Comment Entered>
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353534 13f79535-47bb-0310-9956-ffa450edef68
2004-03-05 13:07:57 +00:00
Said Ryan Ackley bf13664a25 trying to bring textmining.org up to sync
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353532 13f79535-47bb-0310-9956-ffa450edef68
2004-03-04 04:31:16 +00:00
Said Ryan Ackley 5d03b1e169 Fixed a problem that was causing tests to fail.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353529 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 03:22:57 +00:00
Said Ryan Ackley 60df7a2504 Item removed from ignoreList
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353528 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 03:12:32 +00:00
Said Ryan Ackley 5b63a01c97 <No Comment Entered>
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353527 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 03:11:20 +00:00
Said Ryan Ackley 7b4b1e37c9 Ignore list created
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353525 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 03:10:56 +00:00
Said Ryan Ackley c23677244f initial check in
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353524 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 00:18:48 +00:00
Said Ryan Ackley 462b3aaba1 <No Comment Entered>
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353523 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 00:12:00 +00:00
Said Ryan Ackley 0e1f9ab329 clean up
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353522 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 00:11:02 +00:00
Said Ryan Ackley a32ed81e4f latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353521 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 12:25:20 +00:00
Said Ryan Ackley be07b1422a latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353519 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 06:31:46 +00:00
Said Ryan Ackley d313836fb2 latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353518 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 06:26:04 +00:00
Said Ryan Ackley 65f4bf6e54 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353517 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 06:23:44 +00:00
Said Ryan Ackley b0d87aae74 fixed a simple bug
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353484 13f79535-47bb-0310-9956-ffa450edef68
2004-01-08 11:09:37 +00:00
Rainer Klute 2d858a367f More Javadoc issues fixed. "ant javadoc" now runs without any complaints. However, this does not mean the the documentation is fine. Please check your documentation!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353467 13f79535-47bb-0310-9956-ffa450edef68
2003-12-06 11:01:19 +00:00
Rainer Klute 648f000711 Removed some of the Javadoc errors. Fellow developers, please run "ant javadocs" and see what can be improved!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353464 13f79535-47bb-0310-9956-ffa450edef68
2003-12-04 22:26:01 +00:00
Said Ryan Ackley ec8ef4f97c fixed a problem with unicode and text
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353450 13f79535-47bb-0310-9956-ffa450edef68
2003-11-13 13:44:26 +00:00
Said Ryan Ackley 86f82756fe fixed a misspelling in the java class name
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353449 13f79535-47bb-0310-9956-ffa450edef68
2003-11-13 05:24:37 +00:00
Said Ryan Ackley 0999e7358a latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353448 13f79535-47bb-0310-9956-ffa450edef68
2003-11-13 03:28:33 +00:00
Said Ryan Ackley 22c4e294d4 latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353447 13f79535-47bb-0310-9956-ffa450edef68
2003-11-12 01:33:58 +00:00
Said Ryan Ackley fbd57dadd9 latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353446 13f79535-47bb-0310-9956-ffa450edef68
2003-11-12 01:33:58 +00:00
Said Ryan Ackley a23dfd03ea latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353445 13f79535-47bb-0310-9956-ffa450edef68
2003-11-11 11:43:07 +00:00
Said Ryan Ackley 310a747291 some quick changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353444 13f79535-47bb-0310-9956-ffa450edef68
2003-11-10 15:34:20 +00:00
Said Ryan Ackley 1081456401 latest changes...still not working though!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353443 13f79535-47bb-0310-9956-ffa450edef68
2003-11-10 11:58:39 +00:00
Said Ryan Ackley e3bff5f91b initial check in
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353442 13f79535-47bb-0310-9956-ffa450edef68
2003-11-10 11:55:11 +00:00
Said Ryan Ackley 58f6486acd initial check in of stubs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353293 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 01:15:13 +00:00
Said Ryan Ackley 101d67ead4 initial check in
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353292 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 01:14:35 +00:00
Said Ryan Ackley 3852b11786 fixed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353234 13f79535-47bb-0310-9956-ffa450edef68
2003-07-21 03:29:24 +00:00
Said Ryan Ackley ab09cd3e82 update so _papx stores istd
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353218 13f79535-47bb-0310-9956-ffa450edef68
2003-07-17 03:01:03 +00:00
Said Ryan Ackley bafcb98f41 used for HWPF test cases
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353217 13f79535-47bb-0310-9956-ffa450edef68
2003-07-17 02:46:46 +00:00
Said Ryan Ackley 5b543c765e uses property from build file now
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353216 13f79535-47bb-0310-9956-ffa450edef68
2003-07-17 02:44:19 +00:00
Said Ryan Ackley 7132ebe1c5 Reached first milestone
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353212 13f79535-47bb-0310-9956-ffa450edef68
2003-07-15 03:23:40 +00:00
Said Ryan Ackley d3831c104c nother test
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353205 13f79535-47bb-0310-9956-ffa450edef68
2003-07-11 11:30:23 +00:00
Said Ryan Ackley fbd392a971 latest
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353204 13f79535-47bb-0310-9956-ffa450edef68
2003-07-11 11:29:31 +00:00
Said Ryan Ackley e34fbb0ae7 nother test
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353203 13f79535-47bb-0310-9956-ffa450edef68
2003-07-10 12:25:46 +00:00
Said Ryan Ackley bd74b241b6 latest updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353197 13f79535-47bb-0310-9956-ffa450edef68
2003-07-09 01:01:27 +00:00
Said Ryan Ackley 245a2d391c latest test
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353196 13f79535-47bb-0310-9956-ffa450edef68
2003-07-09 01:00:55 +00:00
Said Ryan Ackley 3ad27b1213 latest tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353193 13f79535-47bb-0310-9956-ffa450edef68
2003-07-07 00:46:28 +00:00
Said Ryan Ackley c911661f33 latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353192 13f79535-47bb-0310-9956-ffa450edef68
2003-07-07 00:45:06 +00:00
Said Ryan Ackley b2a59f04f8 latest updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353191 13f79535-47bb-0310-9956-ffa450edef68
2003-07-07 00:44:17 +00:00
Said Ryan Ackley 26b9d79231 Praveen's contribution
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353187 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 23:59:59 +00:00
Said Ryan Ackley 280352d8d1 added apache preamble
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353186 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 23:58:34 +00:00
Said Ryan Ackley f72abf8ae8 latest update
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353185 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 23:57:07 +00:00
Said Ryan Ackley 4e2ea4d4c4 latest updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353178 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 14:19:23 +00:00
Said Ryan Ackley c4894b4568 nother test case
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353177 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 14:18:22 +00:00
Said Ryan Ackley e1287b0671 tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353176 13f79535-47bb-0310-9956-ffa450edef68
2003-06-28 15:58:27 +00:00
Said Ryan Ackley 164d79f83a latest updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353175 13f79535-47bb-0310-9956-ffa450edef68
2003-06-28 15:56:46 +00:00
Said Ryan Ackley c9e41cd25a missed this one
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353174 13f79535-47bb-0310-9956-ffa450edef68
2003-06-28 15:56:18 +00:00
Said Ryan Ackley a849b6aaa6 fixing the build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353163 13f79535-47bb-0310-9956-ffa450edef68
2003-06-27 00:07:15 +00:00
Said Ryan Ackley 243b3c8dd0 latest record classes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353157 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 11:36:26 +00:00
Said Ryan Ackley dd56e7c40b work in progress
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353156 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 11:32:30 +00:00
Said Ryan Ackley ba62292d38 fixing a screw up
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353155 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 11:31:35 +00:00
Said Ryan Ackley 20f8792b72 latest work
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353152 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 10:57:51 +00:00
Said Ryan Ackley 2f49b346d1 brought over from old code and converted.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353127 13f79535-47bb-0310-9956-ffa450edef68
2003-06-09 01:58:15 +00:00
Said Ryan Ackley f59894d375 stuff for writing
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353126 13f79535-47bb-0310-9956-ffa450edef68
2003-06-09 01:57:43 +00:00
Said Ryan Ackley be73326e1d Added stuff for writing
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353125 13f79535-47bb-0310-9956-ffa450edef68
2003-06-09 01:55:10 +00:00
Said Ryan Ackley d1c287c01d Added code to allow XML generated classes to write themselves
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353121 13f79535-47bb-0310-9956-ffa450edef68
2003-06-05 02:00:07 +00:00
Said Ryan Ackley f1413cadfa commiting the latest HWPF stuff formerly HDF
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353120 13f79535-47bb-0310-9956-ffa450edef68
2003-06-05 01:58:53 +00:00
Said Ryan Ackley a70452b9dd re-committing as binary file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353110 13f79535-47bb-0310-9956-ffa450edef68
2003-05-19 11:13:53 +00:00
Said Ryan Ackley 1aefbead90 re-committing as a binary file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353109 13f79535-47bb-0310-9956-ffa450edef68
2003-05-19 11:10:58 +00:00
Said Ryan Ackley 7968bf6067 contribution from Bob Otterberg
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353108 13f79535-47bb-0310-9956-ffa450edef68
2003-05-19 02:10:19 +00:00
Glen Stampoultzis 64967ec532 Changed copyright from 2002 to 2003
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 13f79535-47bb-0310-9956-ffa450edef68
2003-04-30 04:39:21 +00:00
Glen Stampoultzis 6d9d006635 Fixed line ending problems
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353069 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 23:23:36 +00:00
Glen Stampoultzis 528ddf5c6c Fixed some small build problems and rigged the failing HDF tests not to run.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353068 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 02:24:26 +00:00
Glen Stampoultzis 01f9f064c8 Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases are failing for me which prevents the full build from running. Committers, please feel free to tweak the build on your own now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353067 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 00:53:41 +00:00
Andrew C. Oliver b4783debb6 test cases...we can't run them yet, but I'll leave this to glen
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17208

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353055 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 02:39:21 +00:00
Andrew C. Oliver 98f829f916 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17208
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353054 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 02:36:17 +00:00
Andrew C. Oliver c26255dcab http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14735
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353014 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 15:06:18 +00:00
Glen Stampoultzis c6f67084d1 Moved HSSFChart to it's correct place.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352984 13f79535-47bb-0310-9956-ffa450edef68
2003-01-08 11:41:44 +00:00
Glen Stampoultzis 7cbb071a62 'AI' record support.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352897 13f79535-47bb-0310-9956-ffa450edef68
2002-10-20 06:16:34 +00:00
Glen Stampoultzis a46e6bdc12 Some changes to record generation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352885 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 00:05:55 +00:00
Said Ryan Ackley e89cc53837 fixed a stupid mistake
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352858 13f79535-47bb-0310-9956-ffa450edef68
2002-09-24 03:10:19 +00:00
Said Ryan Ackley 973c030536 You must specify the output file for the main function now
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352857 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 20:14:17 +00:00
Said Ryan Ackley 8c8192f6aa additions to the event model
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352748 13f79535-47bb-0310-9956-ffa450edef68
2002-07-03 19:30:01 +00:00
Said Ryan Ackley 622d82a9ec added some functions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352747 13f79535-47bb-0310-9956-ffa450edef68
2002-07-03 19:29:35 +00:00
Said Ryan Ackley 03fc17cc76 This will eventually be the root of the object/event model
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352746 13f79535-47bb-0310-9956-ffa450edef68
2002-07-03 19:29:02 +00:00
Said Ryan Ackley 3557f545c0 working on a new object model
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352745 13f79535-47bb-0310-9956-ffa450edef68
2002-07-03 19:28:19 +00:00
Said Ryan Ackley 89aaffc18d Used to represent a header or footer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352744 13f79535-47bb-0310-9956-ffa450edef68
2002-07-03 19:27:40 +00:00
Said Ryan Ackley b911a4678e changed acces on a static funtion to public
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352743 13f79535-47bb-0310-9956-ffa450edef68
2002-07-03 19:26:57 +00:00
Said Ryan Ackley 2a36043236 intitial check in. This class is used for list numbers
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352742 13f79535-47bb-0310-9956-ffa450edef68
2002-07-03 19:26:01 +00:00
Said Ryan Ackley 64d1de512c redid the braces and added the findProperties function
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352741 13f79535-47bb-0310-9956-ffa450edef68
2002-07-03 19:25:01 +00:00
Said Ryan Ackley 752ef86096 added a few functions to the interface
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352740 13f79535-47bb-0310-9956-ffa450edef68
2002-07-01 20:31:36 +00:00
Said Ryan Ackley 873d691c84 initial check in , changing around the object model
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352739 13f79535-47bb-0310-9956-ffa450edef68
2002-07-01 20:30:59 +00:00
Said Ryan Ackley c233482863 Changing around the object model
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352738 13f79535-47bb-0310-9956-ffa450edef68
2002-07-01 20:30:26 +00:00
Said Ryan Ackley 84459eabdf Added a couple of functions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352737 13f79535-47bb-0310-9956-ffa450edef68
2002-07-01 20:29:22 +00:00
Said Ryan Ackley 9d97b51f45 intial check in
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352733 13f79535-47bb-0310-9956-ffa450edef68
2002-06-28 21:14:13 +00:00
Said Ryan Ackley c124b0750b Added code for an event model
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352732 13f79535-47bb-0310-9956-ffa450edef68
2002-06-28 21:13:25 +00:00
Said Ryan Ackley 6d9c9fef6c initial check in
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352731 13f79535-47bb-0310-9956-ffa450edef68
2002-06-28 21:08:00 +00:00
Said Ryan Ackley d2b1debab2 forgot to hit save after I added comments. Same as previous commit + comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352728 13f79535-47bb-0310-9956-ffa450edef68
2002-06-27 12:20:58 +00:00
Said Ryan Ackley eb31d0912b Added detailed comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352727 13f79535-47bb-0310-9956-ffa450edef68
2002-06-27 12:16:44 +00:00
Said Ryan Ackley 1b306c7d77 initial check-in.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352726 13f79535-47bb-0310-9956-ffa450edef68
2002-06-27 12:16:08 +00:00
Said Ryan Ackley 502509ea2d intial check in
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352697 13f79535-47bb-0310-9956-ffa450edef68
2002-06-14 02:03:44 +00:00
Said Ryan Ackley fd97caf99b Added comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352696 13f79535-47bb-0310-9956-ffa450edef68
2002-06-14 02:03:20 +00:00
Andrew C. Oliver 7b8e69897b support for sizeless records (header only)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352633 13f79535-47bb-0310-9956-ffa450edef68
2002-05-19 15:52:05 +00:00
Andrew C. Oliver b4cfd3c852 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
2002-05-18 15:57:43 +00:00
Andrew C. Oliver 988200c2b2 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
2002-05-15 00:56:18 +00:00
Andrew C. Oliver cda1a3eb5e 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
2002-05-14 18:13:33 +00:00
Said Ryan Ackley c29d3ad640 latest generated type
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352589 13f79535-47bb-0310-9956-ffa450edef68
2002-05-03 01:55:06 +00:00
Said Ryan Ackley d58cc30447 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
2002-05-03 01:53:51 +00:00
Said Ryan Ackley 36bd0eaf60 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
2002-05-03 01:53:06 +00:00
Glen Stampoultzis 950559e41a Charting, charting, charting... getting there... bit by bit.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352576 13f79535-47bb-0310-9956-ffa450edef68
2002-05-01 08:02:19 +00:00
Said Ryan Ackley 0032a34458 Updated this to work with the latest data type generator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352454 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 22:51:39 +00:00
Said Ryan Ackley f66f109772 changed access for variables so this class could be overriden more easily
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352452 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 10:48:25 +00:00
Said Ryan Ackley 30ff6a229e Changed some things that may be causing build problems
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352446 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 12:55:27 +00:00
Said Ryan Ackley 508c6051ae Created these so I could add HDF specific functionality to the RecordGenerator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352444 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 12:03:58 +00:00
Said Ryan Ackley e54b44b7cd This file was generated using the RecordGnerator. It compiles
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352443 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 12:01:14 +00:00
Said Ryan Ackley 982c73bb85 generated with the latest version of the stylesheet
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352441 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 11:59:43 +00:00
Nicola Ken Barozzi 3fa7e826ed Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352321 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 14:43:45 +00:00
Andrew C. Oliver d3356776ee generated CHP abstract type
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352302 13f79535-47bb-0310-9956-ffa450edef68
2002-03-30 23:10:09 +00:00
Andrew C. Oliver 0335b201b0 Made everything work with the abstract type
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352279 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 02:03:37 +00:00
Andrew C. Oliver 8b87c00db8 Made compile
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352278 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 01:20:39 +00:00
Andrew C. Oliver 853d4cb4c7 fixed
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352276 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 01:08:39 +00:00
Andrew C. Oliver d3b21d814a more things done
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352275 13f79535-47bb-0310-9956-ffa450edef68
2002-03-24 20:29:59 +00:00
Andrew C. Oliver fcb0365251 doc regen, work on HDF
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352274 13f79535-47bb-0310-9956-ffa450edef68
2002-03-24 17:55:22 +00:00
Andrew C. Oliver ce94159a8c Working on getting all of FIB generated
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352273 13f79535-47bb-0310-9956-ffa450edef68
2002-03-24 02:25:07 +00:00
Andrew C. Oliver 74dc4cc4a6 moved nodes to type package
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352270 13f79535-47bb-0310-9956-ffa450edef68
2002-03-23 23:39:50 +00:00
Andrew C. Oliver f119a03aad moved
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352269 13f79535-47bb-0310-9956-ffa450edef68
2002-03-23 23:38:50 +00:00
Andrew C. Oliver 36d74af3e4 Started work
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352267 13f79535-47bb-0310-9956-ffa450edef68
2002-03-23 23:35:21 +00:00
Andrew C. Oliver 84a76b619f unfixed problem...have new solution
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352266 13f79535-47bb-0310-9956-ffa450edef68
2002-03-23 17:06:16 +00:00
Andrew C. Oliver 8ff38b3e35 fixed bitmask off by 1 error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352265 13f79535-47bb-0310-9956-ffa450edef68
2002-03-23 16:44:37 +00:00
Nicola Ken Barozzi 22657b8b62 Corrected scratchpad targets (generate-*)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352263 13f79535-47bb-0310-9956-ffa450edef68
2002-03-23 15:45:41 +00:00
Glen Stampoultzis f22bb9f428 Ryan's patch applied. Thanks Ryan!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352257 13f79535-47bb-0310-9956-ffa450edef68
2002-03-20 12:35:26 +00:00
Nicola Ken Barozzi 069924a9ca Putting generate-records and geerate types in scratchpad builds.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352252 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 08:45:46 +00:00
Nicola Ken Barozzi d4d3c829c4 Removng xml jars from scratchpad libs. Now there is the endorsed dir.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352251 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 08:32:52 +00:00
Glen Stampoultzis 939d245b8c Needed for the record generation. These are duplicated elsewhere. I'm wondering what our strategy for dealing with this is.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352228 13f79535-47bb-0310-9956-ffa450edef68
2002-03-16 11:07:08 +00:00
Glen Stampoultzis e452f11e28 Record generator fix plus new record. Must write email regarding it's uses but first got to sleep. 2am.. zzzz
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352159 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 15:07:30 +00:00
Glen Stampoultzis 2c71e35be2 Added new chart record and readded record generation support to the build; it got lost
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352145 13f79535-47bb-0310-9956-ffa450edef68
2002-03-04 00:05:33 +00:00
mjohnson d37eeb035a more stuff from Ken's build patch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352143 13f79535-47bb-0310-9956-ffa450edef68
2002-03-03 22:25:28 +00:00
Andrew C. Oliver 75f016af73 more fields.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352129 13f79535-47bb-0310-9956-ffa450edef68
2002-03-02 20:57:54 +00:00
Andrew C. Oliver f6cf8242a5 added Ryan's changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352122 13f79535-47bb-0310-9956-ffa450edef68
2002-03-01 12:59:50 +00:00
Andrew C. Oliver 4df99f7af9 start of new Word file support refactorization
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352119 13f79535-47bb-0310-9956-ffa450edef68
2002-02-24 20:29:45 +00:00
Andrew C. Oliver 0d7a43bee9 made use POIFS and ArrayList
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352118 13f79535-47bb-0310-9956-ffa450edef68
2002-02-24 03:27:59 +00:00
Andrew C. Oliver 5ae2018100 Added Ryan Akland's new contributions... THANKS RYAN!!! - Schneider Aventinus is the world's best beer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352116 13f79535-47bb-0310-9956-ffa450edef68
2002-02-23 14:47:48 +00:00
Glen Stampoultzis b08d62388c Fixed email address
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352086 13f79535-47bb-0310-9956-ffa450edef68
2002-02-11 04:23:11 +00:00
Glen Stampoultzis 7d09669c6a Required so build does not fail
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352083 13f79535-47bb-0310-9956-ffa450edef68
2002-02-10 05:26:13 +00:00
Glen Stampoultzis 9411fb08d8 Added support for automatic record generation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352078 13f79535-47bb-0310-9956-ffa450edef68
2002-02-10 04:32:07 +00:00
Andrew C. Oliver 895297512d Initial revision
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352063 13f79535-47bb-0310-9956-ffa450edef68
2002-01-31 02:22:28 +00:00