]> source.dussan.org Git - poi.git/log
poi.git
19 years agoThis commit was manufactured by cvs2svn to create tag tags/BEFORE_RICHTEXT@550310
(no author) [Sun, 14 Aug 2005 19:27:45 +0000 (19:27 +0000)]
This commit was manufactured by cvs2svn to create tag
'BEFORE_RICHTEXT'.

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

19 years agoAdd a few more tests tags/BEFORE_RICHTEXT@353767
Nick Burch [Sun, 14 Aug 2005 19:27:45 +0000 (19:27 +0000)]
Add a few more tests

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

19 years agoFor listing the contents of StyleTextPropAtom entries
Nick Burch [Sun, 14 Aug 2005 19:27:22 +0000 (19:27 +0000)]
For listing the contents of StyleTextPropAtom entries

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

19 years agoImproved handling of BitMask TextProp entries
Nick Burch [Sun, 14 Aug 2005 19:26:48 +0000 (19:26 +0000)]
Improved handling of BitMask TextProp entries

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

19 years agoUpdate tests to track updates in StyleTextPropAtom
Nick Burch [Sun, 14 Aug 2005 17:52:43 +0000 (17:52 +0000)]
Update tests to track updates in StyleTextPropAtom

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

19 years agoBig overhaul, with lots of help from Yegor
Nick Burch [Sun, 14 Aug 2005 17:51:46 +0000 (17:51 +0000)]
Big overhaul, with lots of help from Yegor

Now correctly handle all the different kinds of stylings, in their twin list format

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

19 years agoBetter handle the case of there not being enough data in the record to form
Nick Burch [Sun, 7 Aug 2005 15:26:26 +0000 (15:26 +0000)]
Better handle the case of there not being enough data in the record to form
a final CharacterStyle

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

19 years agoAdd some information on fonts, paragraph stylings etc. (Holds the latest
Nick Burch [Sun, 7 Aug 2005 15:04:46 +0000 (15:04 +0000)]
Add some information on fonts, paragraph stylings etc. (Holds the latest
knowledge as encapsulated in StyleTextPropAtom.java)

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

19 years agoTests for Font support from Yegor, from Bug #35972
Nick Burch [Tue, 2 Aug 2005 17:16:46 +0000 (17:16 +0000)]
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

19 years agoFont support from Yegor, from Bug #35972
Nick Burch [Tue, 2 Aug 2005 17:16:20 +0000 (17:16 +0000)]
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

19 years agoAdd a partial test for changing style properties
Nick Burch [Mon, 1 Aug 2005 17:37:15 +0000 (17:37 +0000)]
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

19 years agoAdd support for setting some of the style properties
Nick Burch [Mon, 1 Aug 2005 17:36:52 +0000 (17:36 +0000)]
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

19 years agoTest code for the new Text Styling record class
Nick Burch [Sun, 31 Jul 2005 18:06:48 +0000 (18:06 +0000)]
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

19 years agoRead only support for paragraph styling, and the stylings of the text within it
Nick Burch [Sun, 31 Jul 2005 18:06:26 +0000 (18:06 +0000)]
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

19 years ago[35799] Added testXFIndexForColumn
Amol S. Deshmukh [Wed, 20 Jul 2005 14:12:51 +0000 (14:12 +0000)]
[35799] Added testXFIndexForColumn

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

19 years ago[35799] Used getXFIndexForColAt(short ) to get the default ExtendedFormatRecord for...
Amol S. Deshmukh [Wed, 20 Jul 2005 14:12:24 +0000 (14:12 +0000)]
[35799] Used getXFIndexForColAt(short ) to get the default ExtendedFormatRecord for the cell

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

19 years ago[35799] getXFIndexForColAt(short ) added
Amol S. Deshmukh [Wed, 20 Jul 2005 14:11:38 +0000 (14:11 +0000)]
[35799] getXFIndexForColAt(short ) added

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

19 years agoContribution from Yegor Kozlov (Bug 35630):
Nick Burch [Thu, 14 Jul 2005 11:31:26 +0000 (11:31 +0000)]
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

19 years ago- Added the "source" and "target" options to the javac targets in order to place...
Rainer Klute [Wed, 13 Jul 2005 20:52:10 +0000 (20:52 +0000)]
- Added the "source" and "target" options to the javac targets in order to place restrictions on the Java source code and the generated byte code with respect to the JDK version supported by POI. I set the latter to 1.3.

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

19 years agoAdded quick-guide entry for how to create NamedRanges and NamedCells using HSSFName
Amol S. Deshmukh [Wed, 13 Jul 2005 13:15:05 +0000 (13:15 +0000)]
Added quick-guide entry for how to create NamedRanges and NamedCells using HSSFName

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

19 years agoFix for issue# 35716: additional check added in method hasRange to detect cellrange...
Amol S. Deshmukh [Wed, 13 Jul 2005 13:12:39 +0000 (13:12 +0000)]
Fix for issue# 35716: additional check added in method hasRange to detect cellrange over a single cell

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

19 years agoadded failing tests for singleCell NamedRange creation (testNamedCell_1 & testNamedCe...
Amol S. Deshmukh [Wed, 13 Jul 2005 13:11:48 +0000 (13:11 +0000)]
added failing tests for singleCell NamedRange creation (testNamedCell_1 & testNamedCell_2).

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

19 years agoUpdate to handle changed method signature on ddf.EscherContainerRecord.toString
Nick Burch [Wed, 13 Jul 2005 11:06:58 +0000 (11:06 +0000)]
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

19 years agoMove from having the list of classes to use for records from being in here, to being...
Nick Burch [Fri, 8 Jul 2005 17:38:55 +0000 (17:38 +0000)]
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

19 years agobug 34575 fixed, thanks Amol
Avik Sengupta [Fri, 8 Jul 2005 16:01:06 +0000 (16:01 +0000)]
bug 34575 fixed, thanks Amol

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

19 years agoRecord level dumper of powerpoint files, and their constituent escher parts
Nick Burch [Fri, 8 Jul 2005 15:57:07 +0000 (15:57 +0000)]
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

19 years agotrivial edit
Avik Sengupta [Fri, 8 Jul 2005 15:19:53 +0000 (15:19 +0000)]
trivial edit

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

19 years agoTests to ensure that RecordTypes.java is behaving as expected
Nick Burch [Fri, 8 Jul 2005 12:37:56 +0000 (12:37 +0000)]
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

19 years agoBased on version submitted by Yegor Kozlov
Nick Burch [Fri, 8 Jul 2005 12:37:14 +0000 (12:37 +0000)]
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

19 years agofix for issues 34575 and 35527 { fillFields(..) modified }
Amol S. Deshmukh [Wed, 6 Jul 2005 22:01:13 +0000 (22:01 +0000)]
fix for issues 34575 and 35527 { fillFields(..) modified }

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

19 years agoAdd information about HSLF support that's now present in 3.0 alpha 1
Nick Burch [Mon, 4 Jul 2005 11:38:50 +0000 (11:38 +0000)]
Add information about HSLF support that's now present in 3.0 alpha 1

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

19 years agoValidation issues
Glen Stampoultzis [Mon, 4 Jul 2005 10:32:49 +0000 (10:32 +0000)]
Validation issues

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

19 years agoChanged for upcoming build
Glen Stampoultzis [Mon, 4 Jul 2005 09:59:03 +0000 (09:59 +0000)]
Changed for upcoming build

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

19 years agoTest to ensure that the updating of a slide's notes sheet works correctly
Nick Burch [Sun, 26 Jun 2005 19:06:39 +0000 (19:06 +0000)]
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

19 years agoUpdate to match changes in usermodel
Nick Burch [Sun, 26 Jun 2005 19:06:16 +0000 (19:06 +0000)]
Update to match changes in usermodel

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

19 years agoUse the new "most recent important records" record list when creating notes and slide...
Nick Burch [Sun, 26 Jun 2005 19:05:07 +0000 (19:05 +0000)]
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

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