]>
source.dussan.org Git - poi.git/log
Rainer Klute [Sun, 2 Jan 2005 01:00:53 +0000 (01:00 +0000)]
- 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
Rainer Klute [Sat, 1 Jan 2005 23:39:42 +0000 (23:39 +0000)]
- Performs checks for JDepend, JUnit and Xalan *before* doing long-running tasks.
- Included HWPS in the generated API documentation.
- Updated the copyright year to 2005.
- Target "reports" completely split into subtargets.
- Target "cvschangelog" is a main target now.
- Issue warning if CVS_RSH is not set.
- Minor build and documentation enhancements
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353621
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sat, 1 Jan 2005 07:06:45 +0000 (07:06 +0000)]
Fixed bugzilla references
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353620
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sat, 1 Jan 2005 06:59:32 +0000 (06:59 +0000)]
Fixed bugzilla references
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353619
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sat, 1 Jan 2005 05:21:10 +0000 (05:21 +0000)]
Fixed small mistake in build.xml
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353618
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Fri, 31 Dec 2004 13:26:31 +0000 (13:26 +0000)]
- Before running the "test" or "reports" target Ant now checks whether JUnit and JDepend are available, i.e. included in the classpath.
- Started to modularize the "reports" target into independend subtargets in order to make it possible to run "ant jdepend", "ant javadocs" etc. individually.
- Fixed the "jdepend" task so that it runs with JDepend 3.9.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353617
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Fri, 31 Dec 2004 13:05:18 +0000 (13:05 +0000)]
- Newly generated to conform with ant 1.6.2
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353616
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Fri, 31 Dec 2004 06:49:41 +0000 (06:49 +0000)]
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353615
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Wed, 29 Dec 2004 21:14:39 +0000 (21:14 +0000)]
- Links to outdated information deleted.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353614
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Tue, 28 Dec 2004 20:42:13 +0000 (20:42 +0000)]
- Forgot the copyright. Here it is.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353613
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Tue, 28 Dec 2004 20:20:23 +0000 (20:20 +0000)]
- Outdated links to Microsoft documentation removed.
- Link to Microsoft's MSDN library added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353612
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Tue, 28 Dec 2004 20:13:25 +0000 (20:13 +0000)]
- Test case for empty documents added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353611
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Mon, 15 Nov 2004 22:32:00 +0000 (22:32 +0000)]
the zero height flag is now exposed via the usermodel -ACO
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353610
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Mon, 25 Oct 2004 10:58:48 +0000 (10:58 +0000)]
Turned of deserialization of escher records by default.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353609
13f79535 -47bb-0310-9956-
ffa450edef68
Jason Height [Thu, 14 Oct 2004 03:38:20 +0000 (03:38 +0000)]
Implemented row bounds. Will raise an IndexOutOfBoundsException if the excel limits are not observerd.
Interestingly column bounds were previouly implemented, but row bounds were not.
Anyhow this fixes bug 15102
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353608
13f79535 -47bb-0310-9956-
ffa450edef68
Jason Height [Wed, 13 Oct 2004 03:37:56 +0000 (03:37 +0000)]
PR: 19974
Obtained from:
Submitted by:
Reviewed by:
This patch fixes writeing VERY long > 8228 character strings. Existing SST serialisation had problem with calculation and writing to multiple continue records.
Also fixed some test case errors introduced by my last patch for DBCell and IndexRecords
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353607
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Tue, 12 Oct 2004 05:49:01 +0000 (05:49 +0000)]
Centralized creation of temp files and made the default operation to delete on exit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353606
13f79535 -47bb-0310-9956-
ffa450edef68
Jason Height [Thu, 7 Oct 2004 03:37:16 +0000 (03:37 +0000)]
Reapplied DBCell etc etc patch to head after it had been clobbered during the move from the rel_2_branch to head.
Refixes bug 9576
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353605
13f79535 -47bb-0310-9956-
ffa450edef68
Jason Height [Fri, 24 Sep 2004 03:50:44 +0000 (03:50 +0000)]
Changes for my own selfish benefit of being able to run tests through jbuilder. Still works as expected elsewhere, dont know why it previously didnt work in JB
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353604
13f79535 -47bb-0310-9956-
ffa450edef68
Jason Height [Fri, 24 Sep 2004 03:28:05 +0000 (03:28 +0000)]
Fix for Bugzilla Bug 31092
Slightly different to bug proposal, but fixed none the less.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353603
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Wed, 22 Sep 2004 00:42:43 +0000 (00:42 +0000)]
Even though this is just a simple example it's probably not a good idea to not close the streams correctly.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353602
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Sun, 19 Sep 2004 16:44:44 +0000 (16:44 +0000)]
With this patch some testcases are skipped if the default character set is not 8-bit-capable. Typically this is US-ASCII. The testcase issues a message telling what you can do to run the test.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353601
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 19 Sep 2004 02:44:52 +0000 (02:44 +0000)]
Javadoc fixes and cleanup.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353600
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 19 Sep 2004 02:26:30 +0000 (02:26 +0000)]
Bugzilla Bug 27929 - finally :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353599
13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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