summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* First HPSF test cases added.Rainer Klute2002-07-225-9/+507
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352805 13f79535-47bb-0310-9956-ffa450edef68
* Fixed javadoc comment.Rainer Klute2002-07-221-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352803 13f79535-47bb-0310-9956-ffa450edef68
* made the exception meaningfulAndrew C. Oliver2002-07-211-2/+4
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352802 13f79535-47bb-0310-9956-ffa450edef68
* renamed to SheetViewer in honor of Jason Height's fine work to make it notAndrew C. Oliver2002-07-215-43/+39
| | | | | | | | | | | | | suck anymore! Thanks Jason! Also added JAvadoc and remove template javadoc comments on overridden methods so that they'll bleed through on javadoc generation. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352801 13f79535-47bb-0310-9956-ffa450edef68
* renamed suckyviewer to sheetviewerAndrew C. Oliver2002-07-211-0/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352799 13f79535-47bb-0310-9956-ffa450edef68
* suckyviewer has been renamed to sheetviewerAndrew C. Oliver2002-07-211-37/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352798 13f79535-47bb-0310-9956-ffa450edef68
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10884Andrew C. Oliver2002-07-215-0/+829
| | | | | | | | | | | Read write margins patch PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352797 13f79535-47bb-0310-9956-ffa450edef68
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10884Andrew C. Oliver2002-07-214-3/+121
| | | | | | | | | | | patch to read and set margins PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352796 13f79535-47bb-0310-9956-ffa450edef68
* from russia with love (LOL)Andrew C. Oliver2002-07-217-82/+291
| | | | | | | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10548 #1 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352795 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla Bug 9831Glen Stampoultzis2002-07-202-2/+6
| | | | | | | Problems with the cell format when setting border git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352793 13f79535-47bb-0310-9956-ffa450edef68
* An after thoughtGlen Stampoultzis2002-07-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352792 13f79535-47bb-0310-9956-ffa450edef68
* New FAQGlen Stampoultzis2002-07-201-33/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352791 13f79535-47bb-0310-9956-ffa450edef68
* oops. just noticed a _very_ small javadoc problemGlen Stampoultzis2002-07-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352790 13f79535-47bb-0310-9956-ffa450edef68
* Fixed toString()Glen Stampoultzis2002-07-201-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352789 13f79535-47bb-0310-9956-ffa450edef68
* Somehow this example went completely missing... oopsGlen Stampoultzis2002-07-201-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352788 13f79535-47bb-0310-9956-ffa450edef68
* Patch to sucky viewer... which is slowly getting less sucky. ;-)Glen Stampoultzis2002-07-208-87/+1037
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352787 13f79535-47bb-0310-9956-ffa450edef68
* Shawn's patchGlen Stampoultzis2002-07-202-17/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352786 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 10943Glen Stampoultzis2002-07-202-61/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352785 13f79535-47bb-0310-9956-ffa450edef68
* new FAQGlen Stampoultzis2002-07-201-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352784 13f79535-47bb-0310-9956-ffa450edef68
* Small bug fix for boolean properties that are "true".Rainer Klute2002-07-181-83/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352783 13f79535-47bb-0310-9956-ffa450edef68
* First shot for HPSF test cases.Rainer Klute2002-07-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352782 13f79535-47bb-0310-9956-ffa450edef68
* applied shawn's patch and tested ↵Andrew C. Oliver2002-07-181-2/+2
| | | | | | | | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10935 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352781 13f79535-47bb-0310-9956-ffa450edef68
* Added the blog of my speech... boooo booo meAndrew C. Oliver2002-07-181-0/+3
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352780 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2002-07-171-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352779 13f79535-47bb-0310-9956-ffa450edef68
* Broken HPSF usage of POI's general little-endian classes fixed.Rainer Klute2002-07-176-169/+206
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352778 13f79535-47bb-0310-9956-ffa450edef68
* More refactoring of SSTGlen Stampoultzis2002-07-175-48/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352777 13f79535-47bb-0310-9956-ffa450edef68
* made the read method compileSaid Ryan Ackley2002-07-171-28/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352776 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2002-07-151-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352775 13f79535-47bb-0310-9956-ffa450edef68
* More testing... you can never have enough... :)Glen Stampoultzis2002-07-151-1/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352774 13f79535-47bb-0310-9956-ffa450edef68
* - Changed priorities slightly.Rainer Klute2002-07-151-1/+6
| | | | | | | - Added reference to bug 8354. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352773 13f79535-47bb-0310-9956-ffa450edef68
* patch from Eric Ladner to correct an out of bounds on the formula stringAndrew C. Oliver2002-07-151-2/+12
| | | | | | | | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10735 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352772 13f79535-47bb-0310-9956-ffa450edef68
* Awesome work from Jason Height ↵Andrew C. Oliver2002-07-152-209/+295
| | | | | | | | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10581 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352771 13f79535-47bb-0310-9956-ffa450edef68
* test case for the sheetreferences classAndrew C. Oliver2002-07-151-0/+86
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352770 13f79535-47bb-0310-9956-ffa450edef68
* moved to o.a.p.h.model packageAndrew C. Oliver2002-07-151-74/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352769 13f79535-47bb-0310-9956-ffa450edef68
* moved from o.a.p.h.record.formula packageAndrew C. Oliver2002-07-152-0/+725
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352768 13f79535-47bb-0310-9956-ffa450edef68
* This is a collection of SheetReferences to be used throughoutAndrew C. Oliver2002-07-151-0/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352767 13f79535-47bb-0310-9956-ffa450edef68
* moved to model packageAndrew C. Oliver2002-07-151-647/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352766 13f79535-47bb-0310-9956-ffa450edef68
* While I don't consider this idea, I like it much better than having theAndrew C. Oliver2002-07-1530-89/+142
| | | | | | | | | | | | circular dependancies. This should fix the bug I caused the other day by removing Thread Local. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352765 13f79535-47bb-0310-9956-ffa450edef68
* smokey the bear says: Only you can prevent doublespacing...only youAndrew C. Oliver2002-07-141-165/+14
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352764 13f79535-47bb-0310-9956-ffa450edef68
* Japanese TranslationAndrew C. Oliver2002-07-061-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352761 13f79535-47bb-0310-9956-ffa450edef68
* removed thread safety stuff. We still need to revisit how this is beingAndrew C. Oliver2002-07-066-11/+9
| | | | | | | | | | | | | | done. I dislike "currentBook" and would prefer some kind of context mechanism or directly passing the book to the PTGs etc. Perhaps a "PTGWorkbookContextInterface" that defines set/getWorkbook etc etc. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352760 13f79535-47bb-0310-9956-ffa450edef68
* this should have committed before... dunno why it iddn'tAndrew C. Oliver2002-07-052-91/+52
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352759 13f79535-47bb-0310-9956-ffa450edef68
* Backed out encoding defaultGlen Stampoultzis2002-07-051-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352758 13f79535-47bb-0310-9956-ffa450edef68
* new class from Jason HeightAndrew C. Oliver2002-07-051-0/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352757 13f79535-47bb-0310-9956-ffa450edef68
* Default to uncompressed so we don't get a million mails about this.Glen Stampoultzis2002-07-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352756 13f79535-47bb-0310-9956-ffa450edef68
* fixed double borders (how far to draw line 2 if no vs a border), dashdot ↵Andrew C. Oliver2002-07-041-6/+153
| | | | | | | | | | | | looks good PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352755 13f79535-47bb-0310-9956-ffa450edef68
* double borderAndrew C. Oliver2002-07-041-0/+51
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352754 13f79535-47bb-0310-9956-ffa450edef68
* made hair border render correctlyAndrew C. Oliver2002-07-041-22/+46
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352753 13f79535-47bb-0310-9956-ffa450edef68
* dashed bordersAndrew C. Oliver2002-07-041-0/+71
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352752 13f79535-47bb-0310-9956-ffa450edef68
* discovered that dotted border constant was wrong... reversed with anotherAndrew C. Oliver2002-07-041-2/+2
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352751 13f79535-47bb-0310-9956-ffa450edef68