summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move poi to top levelPERF_BEFORE_MERGEJoe Schaefer2007-06-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/PERF_BEFORE_MERGE@550311 13f79535-47bb-0310-9956-ffa450edef68
* This commit was manufactured by cvs2svn to create tag(no author)2004-08-150-0/+0
| | | | | | 'PERF_BEFORE_MERGE'. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/tags/PERF_BEFORE_MERGE@353585 13f79535-47bb-0310-9956-ffa450edef68
* Some code and documentation cleanup.Rainer Klute2004-08-155-23/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353584 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug where the logical comparison of two sections returned false only ↵Rainer Klute2004-08-152-4/+25
| | | | | | 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
* Restored the functionality to use ALL files beginning with "Test" in ↵Rainer Klute2004-08-151-29/+34
| | | | | | 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
* Fixed a bug where a mutable section's format ID was written in the wrong ↵Rainer Klute2004-08-133-7/+35
| | | | | | 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
* Made it explicit that you need J2SE 1.4 or better for a reasonable codepage ↵Rainer Klute2004-08-131-4/+7
| | | | | | support. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353580 13f79535-47bb-0310-9956-ffa450edef68
* Empty byte array case for HexDumpGlen Stampoultzis2004-08-102-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353579 13f79535-47bb-0310-9956-ffa450edef68
* fixes for articleSaid Ryan Ackley2004-07-112-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353573 13f79535-47bb-0310-9956-ffa450edef68
* Item removed from ignoreListSaid Ryan Ackley2004-07-111-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353572 13f79535-47bb-0310-9956-ffa450edef68
* fixes for articleSaid Ryan Ackley2004-07-113-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353571 13f79535-47bb-0310-9956-ffa450edef68
* Item removed from ignoreListSaid Ryan Ackley2004-07-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353570 13f79535-47bb-0310-9956-ffa450edef68
* Item added to ignoreListSaid Ryan Ackley2004-07-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353569 13f79535-47bb-0310-9956-ffa450edef68
* Item added to ignoreListSaid Ryan Ackley2004-07-111-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353568 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused log4j dependency.Glen Stampoultzis2004-07-111-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353567 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2004-06-227-39/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353563 13f79535-47bb-0310-9956-ffa450edef68
* - New test case for writing 8-bit characters to Unicode property.Rainer Klute2004-06-221-46/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353562 13f79535-47bb-0310-9956-ffa450edef68
* - Fix: HPSF now ensures that string properties are always written with the ↵Rainer Klute2004-06-2212-79/+217
| | | | | | | | | | 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
* - Important fix to actually place the property into the property set.Rainer Klute2004-06-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353560 13f79535-47bb-0310-9956-ffa450edef68
* Conditional check for logging to avoid creating too many temporary objects.Glen Stampoultzis2004-06-205-95/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353559 13f79535-47bb-0310-9956-ffa450edef68
* - Write properties sorted by property ID now. This hopefully fixes M$ Word ↵Rainer Klute2004-06-091-2/+20
| | | | | | compatibility. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353558 13f79535-47bb-0310-9956-ffa450edef68
* - Usage message fixed.Rainer Klute2004-06-091-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353557 13f79535-47bb-0310-9956-ffa450edef68
* - Maintainability increased by using symbolic names for constants.Rainer Klute2004-06-091-3/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353556 13f79535-47bb-0310-9956-ffa450edef68
* - Test files added.Rainer Klute2004-06-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353555 13f79535-47bb-0310-9956-ffa450edef68
* - Support for SJIS encoding added.Rainer Klute2004-06-021-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353554 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: http://issues.apache.org/bugzilla/show_bug.cgi?id=24925Glen Stampoultzis2004-04-291-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353553 13f79535-47bb-0310-9956-ffa450edef68
* <No Comment Entered>Said Ryan Ackley2004-04-1914-20/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353551 13f79535-47bb-0310-9956-ffa450edef68
* Some tests were checkin to the wrong source treeGlen Stampoultzis2004-04-1922-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353550 13f79535-47bb-0310-9956-ffa450edef68
* Some fixes to the branch. Lots left to do. Boolean records aren't ↵Glen Stampoultzis2004-04-1813-165/+533
| | | | | | 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
* This is a much more comprehensive test suite for ValueRecordsAggregate. All ↵Glen Stampoultzis2004-04-121-31/+176
| | | | | | these tests need to be passed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353548 13f79535-47bb-0310-9956-ffa450edef68
* Fixed error with HexDump.javaGlen Stampoultzis2004-04-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353546 13f79535-47bb-0310-9956-ffa450edef68
* New licence changes.Glen Stampoultzis2004-04-09943-33183/+12383
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
* Moved some tests that were added to the wrong source branch.Glen Stampoultzis2004-04-095-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353544 13f79535-47bb-0310-9956-ffa450edef68
* Some of the later tweaks ported to the head.Glen Stampoultzis2004-04-094-4/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353543 13f79535-47bb-0310-9956-ffa450edef68
* Ported the drawing stuff from the rel_2_branch. Given the effort this took ↵Glen Stampoultzis2004-04-09123-111/+18707
| | | | | | 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
* patch and latest bug fixesSaid Ryan Ackley2004-04-0810-129/+163
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353541 13f79535-47bb-0310-9956-ffa450edef68
* latest patches and changesSaid Ryan Ackley2004-04-0613-263/+234
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353540 13f79535-47bb-0310-9956-ffa450edef68
* Applied patches from Piers and my latest changesSaid Ryan Ackley2004-03-2313-152/+229
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353539 13f79535-47bb-0310-9956-ffa450edef68
* javadoc and a minor fixSaid Ryan Ackley2004-03-1511-236/+322
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353537 13f79535-47bb-0310-9956-ffa450edef68
* javadocs and feature enhancementsSaid Ryan Ackley2004-03-127-19/+218
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353536 13f79535-47bb-0310-9956-ffa450edef68
* patch from piers and other minor changesSaid Ryan Ackley2004-03-1019-194/+613
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353535 13f79535-47bb-0310-9956-ffa450edef68
* <No Comment Entered>Said Ryan Ackley2004-03-0510-18/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353534 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch from Piers TaylorSaid Ryan Ackley2004-03-041-55/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353533 13f79535-47bb-0310-9956-ffa450edef68
* trying to bring textmining.org up to syncSaid Ryan Ackley2004-03-042-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353532 13f79535-47bb-0310-9956-ffa450edef68
* Item removed from ignoreListSaid Ryan Ackley2004-03-031-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353530 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a problem that was causing tests to fail.Said Ryan Ackley2004-03-031-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353529 13f79535-47bb-0310-9956-ffa450edef68
* Item removed from ignoreListSaid Ryan Ackley2004-03-035-26/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353528 13f79535-47bb-0310-9956-ffa450edef68
* <No Comment Entered>Said Ryan Ackley2004-03-039-961/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353527 13f79535-47bb-0310-9956-ffa450edef68
* Item added to ignoreListSaid Ryan Ackley2004-03-031-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353526 13f79535-47bb-0310-9956-ffa450edef68
* Ignore list createdSaid Ryan Ackley2004-03-035-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353525 13f79535-47bb-0310-9956-ffa450edef68