]> source.dussan.org Git - poi.git/log
poi.git
20 years agoBugzilla Bug 30951
Glen Stampoultzis [Sun, 19 Sep 2004 02:06:54 +0000 (02:06 +0000)]
Bugzilla Bug 30951

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

20 years agoBugzilla Bug 30836
Glen Stampoultzis [Sun, 19 Sep 2004 01:37:33 +0000 (01:37 +0000)]
Bugzilla Bug 30836

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

20 years ago- A section's size is a multiple of 4 now. The Windows explorer seems to be constrain...
Rainer Klute [Tue, 31 Aug 2004 20:47:09 +0000 (20:47 +0000)]
- A section's size is a multiple of 4 now. The Windows explorer seems to be constrained to this requirement in order to display custom properties.
- Custom properties may be written in character encodings different from Unicode.

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

20 years ago- Adjusting the variant type moved to Property.
Rainer Klute [Tue, 31 Aug 2004 20:46:41 +0000 (20:46 +0000)]
- Adjusting the variant type moved to Property.

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

20 years ago- Two properties are regarded as equal now if one of them is a Variant.VT_LPWSTR...
Rainer Klute [Tue, 31 Aug 2004 20:45:00 +0000 (20:45 +0000)]
- Two properties are regarded as equal now if one of them is a Variant.VT_LPWSTR and the other is a Variant.VT_LPSTR but their values are equal.

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

20 years ago- Bug 30954 fixed.
Rainer Klute [Tue, 31 Aug 2004 20:42:12 +0000 (20:42 +0000)]
- Bug 30954 fixed.

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

20 years ago- Bug 30953 fixed: Method toString() now delivers all sections instead of the first...
Rainer Klute [Tue, 31 Aug 2004 17:59:49 +0000 (17:59 +0000)]
- Bug 30953 fixed: Method toString() now delivers all sections instead of the first one multiple times.

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

20 years agoTypo fixed.
Rainer Klute [Tue, 31 Aug 2004 16:56:46 +0000 (16:56 +0000)]
Typo fixed.

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

20 years agoMinor formatting
Glen Stampoultzis [Thu, 26 Aug 2004 03:26:33 +0000 (03:26 +0000)]
Minor formatting

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

20 years agoBugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problem
Glen Stampoultzis [Thu, 26 Aug 2004 03:17:56 +0000 (03:17 +0000)]
Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problem

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

20 years agoPier's other HWPF patch.
Glen Stampoultzis [Tue, 24 Aug 2004 12:54:01 +0000 (12:54 +0000)]
Pier's other HWPF patch.

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

20 years agoPier's HWPF patch.
Glen Stampoultzis [Tue, 24 Aug 2004 12:34:33 +0000 (12:34 +0000)]
Pier's HWPF patch.

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

20 years agoMerged REL_2_BRANCH to head.
Glen Stampoultzis [Mon, 23 Aug 2004 08:52:54 +0000 (08:52 +0000)]
Merged REL_2_BRANCH to head.

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

20 years agoSome code and documentation cleanup. tags/PERF_BEFORE_MERGE@353584
Rainer Klute [Sun, 15 Aug 2004 15:20:08 +0000 (15:20 +0000)]
Some code and documentation cleanup.

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

20 years agoFixed a bug where the logical comparison of two sections returned false only because...
Rainer Klute [Sun, 15 Aug 2004 13:43:35 +0000 (13:43 +0000)]
Fixed a bug where the logical comparison of two sections returned false only because one of them had property 1 (codepage) and the other had not. Now two sections are equal if their property values are equal disregarding property 1.

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

20 years agoRestored the functionality to use ALL files beginning with "Test" in src/testcases...
Rainer Klute [Sun, 15 Aug 2004 13:40:22 +0000 (13:40 +0000)]
Restored the functionality to use ALL files beginning with "Test" in src/testcases/org/apache/poi/hpsf/data as test data. Each of these files is read and rewritten. The result is compared with the original and must be equal to it.

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

20 years agoFixed a bug where a mutable section's format ID was written in the wrong byte order...
Rainer Klute [Fri, 13 Aug 2004 22:38:52 +0000 (22:38 +0000)]
Fixed a bug where a mutable section's format ID was written in the wrong byte order. Thanks to Bernd Freigang for pointing this out!

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

20 years agoMade it explicit that you need J2SE 1.4 or better for a reasonable codepage support.
Rainer Klute [Fri, 13 Aug 2004 20:42:04 +0000 (20:42 +0000)]
Made it explicit that you need J2SE 1.4 or better for a reasonable codepage support.

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

20 years agoEmpty byte array case for HexDump
Glen Stampoultzis [Tue, 10 Aug 2004 02:59:52 +0000 (02:59 +0000)]
Empty byte array case for HexDump

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

20 years agofixes for article
Said Ryan Ackley [Sun, 11 Jul 2004 05:54:36 +0000 (05:54 +0000)]
fixes for article

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

20 years agoItem removed from ignoreList
Said Ryan Ackley [Sun, 11 Jul 2004 04:40:17 +0000 (04:40 +0000)]
Item removed from ignoreList

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

20 years agofixes for article
Said Ryan Ackley [Sun, 11 Jul 2004 04:38:32 +0000 (04:38 +0000)]
fixes for article

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

20 years agoItem removed from ignoreList
Said Ryan Ackley [Sun, 11 Jul 2004 04:35:45 +0000 (04:35 +0000)]
Item removed from ignoreList

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

20 years agoItem added to ignoreList
Said Ryan Ackley [Sun, 11 Jul 2004 04:35:41 +0000 (04:35 +0000)]
Item added to ignoreList

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

20 years agoItem added to ignoreList
Said Ryan Ackley [Sun, 11 Jul 2004 04:35:28 +0000 (04:35 +0000)]
Item added to ignoreList

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

20 years agoRemoved unused log4j dependency.
Glen Stampoultzis [Sun, 11 Jul 2004 00:10:23 +0000 (00:10 +0000)]
Removed unused log4j dependency.

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

20 years ago*** empty log message ***
Rainer Klute [Tue, 22 Jun 2004 16:16:33 +0000 (16:16 +0000)]
*** empty log message ***

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

20 years ago- New test case for writing 8-bit characters to Unicode property.
Rainer Klute [Tue, 22 Jun 2004 16:14:56 +0000 (16:14 +0000)]
- New test case for writing 8-bit characters to Unicode property.

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

20 years ago- Fix: HPSF now ensures that string properties are always written with the type Varia...
Rainer Klute [Tue, 22 Jun 2004 16:11:39 +0000 (16:11 +0000)]
- Fix: HPSF now ensures that string properties are always written with the type Variant.VT_LPWSTR instead of Variant.VT_LPSTR if the codepage is 1200 (Unicode).
- Code cleanup (propertyCount in MutableSection removed).
- Codepage numbers aggregated in the new class org.apache.poi.hpsf.Constants.

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

20 years ago- Important fix to actually place the property into the property set.
Rainer Klute [Tue, 22 Jun 2004 15:36:17 +0000 (15:36 +0000)]
- Important fix to actually place the property into the property set.

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

20 years agoConditional check for logging to avoid creating too many temporary objects.
Glen Stampoultzis [Sun, 20 Jun 2004 10:18:50 +0000 (10:18 +0000)]
Conditional check for logging to avoid creating too many temporary objects.

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

20 years ago- Write properties sorted by property ID now. This hopefully fixes M$ Word compatibility.
Rainer Klute [Wed, 9 Jun 2004 17:51:51 +0000 (17:51 +0000)]
- Write properties sorted by property ID now. This hopefully fixes M$ Word compatibility.

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

20 years ago- Usage message fixed.
Rainer Klute [Wed, 9 Jun 2004 17:50:48 +0000 (17:50 +0000)]
- Usage message fixed.

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

20 years ago- Maintainability increased by using symbolic names for constants.
Rainer Klute [Wed, 9 Jun 2004 17:50:06 +0000 (17:50 +0000)]
- Maintainability increased by using symbolic names for constants.

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

20 years ago- Test files added.
Rainer Klute [Wed, 2 Jun 2004 20:32:09 +0000 (20:32 +0000)]
- Test files added.

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

20 years ago- Support for SJIS encoding added.
Rainer Klute [Wed, 2 Jun 2004 19:37:27 +0000 (19:37 +0000)]
- Support for SJIS encoding added.

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

20 years agoBugfix: http://issues.apache.org/bugzilla/show_bug.cgi?id=24925
Glen Stampoultzis [Thu, 29 Apr 2004 07:16:36 +0000 (07:16 +0000)]
Bugfix: http://issues.apache.org/bugzilla/show_bug.cgi?id=24925

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

20 years ago<No Comment Entered>
Said Ryan Ackley [Mon, 19 Apr 2004 23:49:49 +0000 (23:49 +0000)]
<No Comment Entered>

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

20 years agoSome tests were checkin to the wrong source tree
Glen Stampoultzis [Mon, 19 Apr 2004 10:55:45 +0000 (10:55 +0000)]
Some tests were checkin to the wrong source tree

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

20 years agoSome fixes to the branch. Lots left to do. Boolean records aren't supported at...
Glen Stampoultzis [Sun, 18 Apr 2004 13:02:48 +0000 (13:02 +0000)]
Some fixes to the branch.  Lots left to do.  Boolean records aren't supported at all.  Empty spreadsheets have issues but this is a start on getting things healthy again.

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

20 years agoThis is a much more comprehensive test suite for ValueRecordsAggregate. All these...
Glen Stampoultzis [Mon, 12 Apr 2004 13:46:40 +0000 (13:46 +0000)]
This is a much more comprehensive test suite for ValueRecordsAggregate.  All these tests need to be passed.

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

20 years agoFixed error with HexDump.java
Glen Stampoultzis [Mon, 12 Apr 2004 02:25:15 +0000 (02:25 +0000)]
Fixed error with HexDump.java

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

20 years agoNew licence changes.
Glen Stampoultzis [Fri, 9 Apr 2004 13:05:39 +0000 (13:05 +0000)]
New licence changes.

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

20 years agoMoved some tests that were added to the wrong source branch.
Glen Stampoultzis [Fri, 9 Apr 2004 12:22:22 +0000 (12:22 +0000)]
Moved some tests that were added to the wrong source branch.

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

20 years agoSome of the later tweaks ported to the head.
Glen Stampoultzis [Fri, 9 Apr 2004 12:19:08 +0000 (12:19 +0000)]
Some of the later tweaks ported to the head.

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

20 years agoPorted the drawing stuff from the rel_2_branch. Given the effort this took I'm reall...
Glen Stampoultzis [Fri, 9 Apr 2004 11:45:38 +0000 (11:45 +0000)]
Ported the drawing stuff from the rel_2_branch.  Given the effort this took I'm really really wanting to move to subversion.

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

20 years agopatch and latest bug fixes
Said Ryan Ackley [Thu, 8 Apr 2004 11:51:15 +0000 (11:51 +0000)]
patch and latest bug fixes

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

20 years agolatest patches and changes
Said Ryan Ackley [Tue, 6 Apr 2004 04:44:04 +0000 (04:44 +0000)]
latest patches and changes

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

20 years agoApplied patches from Piers and my latest changes
Said Ryan Ackley [Tue, 23 Mar 2004 05:51:55 +0000 (05:51 +0000)]
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

20 years agojavadoc and a minor fix
Said Ryan Ackley [Mon, 15 Mar 2004 02:57:38 +0000 (02:57 +0000)]
javadoc and a minor fix

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

20 years agojavadocs and feature enhancements
Said Ryan Ackley [Fri, 12 Mar 2004 12:34:35 +0000 (12:34 +0000)]
javadocs and feature enhancements

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

20 years agopatch from piers and other minor changes
Said Ryan Ackley [Wed, 10 Mar 2004 04:18:57 +0000 (04:18 +0000)]
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

20 years ago<No Comment Entered>
Said Ryan Ackley [Fri, 5 Mar 2004 13:07:57 +0000 (13:07 +0000)]
<No Comment Entered>

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

20 years agoApplied patch from Piers Taylor
Said Ryan Ackley [Thu, 4 Mar 2004 11:58:35 +0000 (11:58 +0000)]
Applied patch from Piers Taylor

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

20 years agotrying to bring textmining.org up to sync
Said Ryan Ackley [Thu, 4 Mar 2004 04:31:16 +0000 (04:31 +0000)]
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

20 years agoItem removed from ignoreList
Said Ryan Ackley [Wed, 3 Mar 2004 03:44:12 +0000 (03:44 +0000)]
Item removed from ignoreList

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

20 years agoFixed a problem that was causing tests to fail.
Said Ryan Ackley [Wed, 3 Mar 2004 03:22:57 +0000 (03:22 +0000)]
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

20 years agoItem removed from ignoreList
Said Ryan Ackley [Wed, 3 Mar 2004 03:12:32 +0000 (03:12 +0000)]
Item removed from ignoreList

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

20 years ago<No Comment Entered>
Said Ryan Ackley [Wed, 3 Mar 2004 03:11:20 +0000 (03:11 +0000)]
<No Comment Entered>

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

20 years agoItem added to ignoreList
Said Ryan Ackley [Wed, 3 Mar 2004 03:10:57 +0000 (03:10 +0000)]
Item added to ignoreList

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

20 years agoIgnore list created
Said Ryan Ackley [Wed, 3 Mar 2004 03:10:56 +0000 (03:10 +0000)]
Ignore list created

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

20 years agoinitial check in
Said Ryan Ackley [Wed, 3 Mar 2004 00:18:48 +0000 (00:18 +0000)]
initial check in

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

20 years ago<No Comment Entered>
Said Ryan Ackley [Wed, 3 Mar 2004 00:12:00 +0000 (00:12 +0000)]
<No Comment Entered>

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

20 years agoclean up
Said Ryan Ackley [Wed, 3 Mar 2004 00:11:02 +0000 (00:11 +0000)]
clean up

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

20 years agolatest changes
Said Ryan Ackley [Tue, 2 Mar 2004 12:25:20 +0000 (12:25 +0000)]
latest changes

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

20 years agolatest changes
Said Ryan Ackley [Tue, 2 Mar 2004 06:59:22 +0000 (06:59 +0000)]
latest changes

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

20 years agolatest changes
Said Ryan Ackley [Tue, 2 Mar 2004 06:31:46 +0000 (06:31 +0000)]
latest changes

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

20 years agolatest changes
Said Ryan Ackley [Tue, 2 Mar 2004 06:26:04 +0000 (06:26 +0000)]
latest changes

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

20 years ago*** empty log message ***
Said Ryan Ackley [Tue, 2 Mar 2004 06:23:44 +0000 (06:23 +0000)]
*** empty log message ***

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

20 years agoCopied in the new change details into the status file of head. Boy I'll be glad...
Glen Stampoultzis [Mon, 26 Jan 2004 11:19:46 +0000 (11:19 +0000)]
Copied in the new change details into the status file of head.  Boy I'll be glad when the 2.0 branch is dead.

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

20 years agoCommit of KEYS file to head.
Glen Stampoultzis [Mon, 26 Jan 2004 11:17:56 +0000 (11:17 +0000)]
Commit of KEYS file to head.

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

20 years agoI know POI developers are supposed to like working with binary data,
Avik Sengupta [Sun, 25 Jan 2004 16:05:02 +0000 (16:05 +0000)]
I know POI developers are supposed to like working with binary data,
but going thru source code with a hex editor to figure out characters
isnt my idea of fun :))
Anyways, hpsf.basic.TestWrite now runs, on both UTF-8 and US-ASCII
environments.

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

20 years agogetting forrest to build on HEAD. Sorry Glen :)
Avik Sengupta [Sat, 17 Jan 2004 19:29:00 +0000 (19:29 +0000)]
getting forrest to build on HEAD. Sorry Glen :)

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

20 years agoBuf fix plus testcasde: Reading property values failed with a StringIndexOutOfBoundsE...
Rainer Klute [Thu, 8 Jan 2004 14:25:35 +0000 (14:25 +0000)]
Buf fix plus testcasde: Reading property values failed with a StringIndexOutOfBoundsException on empty strings.

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

20 years agofixed a simple bug (25781)
Said Ryan Ackley [Thu, 8 Jan 2004 11:09:37 +0000 (11:09 +0000)]
fixed a simple bug (25781)

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

20 years agoOn HEAD, checking in testcase for 25695. But it doesnt work for reason's unknown...
Avik Sengupta [Thu, 1 Jan 2004 19:12:46 +0000 (19:12 +0000)]
On HEAD, checking in testcase for 25695. But it doesnt work for reason's unknown. And its not this particular issue thats the culprit. getStringValue returns blank..:(

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

20 years agoon head, missed the testcase for the formula parser changes
Avik Sengupta [Thu, 1 Jan 2004 19:11:03 +0000 (19:11 +0000)]
on head, missed the testcase for the formula parser changes

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

20 years agobug 24125 - date formats. sync to head.
Avik Sengupta [Thu, 1 Jan 2004 09:03:32 +0000 (09:03 +0000)]
bug 24125 - date formats. sync to head.

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

20 years agobug 25457, formula parser fixes by Peter M Murray
Avik Sengupta [Thu, 1 Jan 2004 07:51:34 +0000 (07:51 +0000)]
bug 25457, formula parser fixes by Peter M Murray
sync to head

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

20 years agoSet constants to be static.
Shawn Laubach [Wed, 31 Dec 2003 17:02:23 +0000 (17:02 +0000)]
Set constants to be static.

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

20 years agoAuguste's Spanish Transaltions. Thanks
Avik Sengupta [Tue, 30 Dec 2003 17:47:48 +0000 (17:47 +0000)]
Auguste's Spanish Transaltions. Thanks

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

20 years agoMore Javadoc issues fixed. "ant javadoc" now runs without any complaints. However...
Rainer Klute [Sat, 6 Dec 2003 11:01:19 +0000 (11:01 +0000)]
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

20 years agoRemoved parameter types from @param statements - Javadoc knows about the types by...
Rainer Klute [Fri, 5 Dec 2003 21:53:03 +0000 (21:53 +0000)]
Removed parameter types from @param statements - Javadoc knows about the types by itself.

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

20 years agoJavadoc references to empty packages are not possible. I removed them.
Rainer Klute [Fri, 5 Dec 2003 20:29:06 +0000 (20:29 +0000)]
Javadoc references to empty packages are not possible. I removed them.

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

20 years agoRemoved some of the Javadoc errors. Fellow developers, please run "ant javadocs"...
Rainer Klute [Thu, 4 Dec 2003 22:26:01 +0000 (22:26 +0000)]
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

20 years ago*** empty log message ***
Rainer Klute [Wed, 3 Dec 2003 21:06:57 +0000 (21:06 +0000)]
*** empty log message ***

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

20 years agoOops - small bug fixed.
Rainer Klute [Wed, 3 Dec 2003 20:31:57 +0000 (20:31 +0000)]
Oops - small bug fixed.

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

20 years agoHPSF: new testcase to check the new codepage support - plus a fix to correct a bug...
Rainer Klute [Wed, 3 Dec 2003 20:00:14 +0000 (20:00 +0000)]
HPSF: new testcase to check the new codepage support - plus a fix to correct a bug detected by the testcase. Hey, that's what testcases are good for!

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

20 years agoHPSF: codepage support added
Rainer Klute [Tue, 2 Dec 2003 17:46:01 +0000 (17:46 +0000)]
HPSF: codepage support added

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

21 years agoSuperfluous import statements removed
Rainer Klute [Mon, 24 Nov 2003 22:31:36 +0000 (22:31 +0000)]
Superfluous import statements removed

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

21 years agoReformatted
Rainer Klute [Mon, 24 Nov 2003 22:31:01 +0000 (22:31 +0000)]
Reformatted

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

21 years agonew case study. Thanks!!!
Andrew C. Oliver [Sun, 23 Nov 2003 19:49:11 +0000 (19:49 +0000)]
new case study.  Thanks!!!

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoApachecon US 2003 is over
tetsuya [Thu, 20 Nov 2003 22:36:27 +0000 (22:36 +0000)]
Apachecon US 2003 is over

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

21 years agodocumentation update for 2.0
Avik Sengupta [Wed, 19 Nov 2003 19:01:23 +0000 (19:01 +0000)]
documentation update for 2.0

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

21 years agoReally clone the merged regions...Thanks to Jason for pointing this out.
Danny Mui [Mon, 17 Nov 2003 21:34:06 +0000 (21:34 +0000)]
Really clone the merged regions...Thanks to Jason for pointing this out.

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

21 years agoThe cloned reference for merged cells did not create a new collection,
Danny Mui [Mon, 17 Nov 2003 21:17:41 +0000 (21:17 +0000)]
The cloned reference for merged cells did not create a new collection,
so deletes cascaded to the original.
Reported by: huri@users.sourceforge.net
PR:  22720

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

21 years agofixed a problem with unicode and text
Said Ryan Ackley [Thu, 13 Nov 2003 13:44:26 +0000 (13:44 +0000)]
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

21 years agofixed a misspelling in the java class name
Said Ryan Ackley [Thu, 13 Nov 2003 05:24:37 +0000 (05:24 +0000)]
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

21 years agolatest changes
Said Ryan Ackley [Thu, 13 Nov 2003 03:28:33 +0000 (03:28 +0000)]
latest changes

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

21 years agolatest changes
Said Ryan Ackley [Wed, 12 Nov 2003 01:33:58 +0000 (01:33 +0000)]
latest changes

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