aboutsummaryrefslogtreecommitdiffstats
path: root/src/records
Commit message (Collapse)AuthorAgeFilesLines
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1404642 13f79535-47bb-0310-9956-ffa450edef68
* Removed RCS tags from xml documents. Also removed trailing whitespaceJosh Micich2009-06-041-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781867 13f79535-47bb-0310-9956-ffa450edef68
* bug 23630 - fixed spelling mistake in constant name Josh Micich2008-05-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655216 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/records directoryMark Thomas2007-01-1546-82/+846
| | | | | | Add XML declarations where not present git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496529 13f79535-47bb-0310-9956-ffa450edef68
* Applied copy2license script to the files that were converted by dos2unix. ↵Henri Yandell2006-12-221-5/+6
| | | | | | ant jar continues to pass. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489762 13f79535-47bb-0310-9956-ffa450edef68
* Applying the copy2license.pl script (with tiny modification to allow for ↵Henri Yandell2006-12-224-20/+24
| | | | | | more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489730 13f79535-47bb-0310-9956-ffa450edef68
* Major landing of the following changes:Jason Height2005-08-182-3/+278
| | | | | | | | | | | | | | 1) Full implementation of UnicodeStrings 2) exposure of RichText strings to the usermodel 3) Modification to SSTRecord to support duplicates. Fixes a few bugs 4) RecordInputStream *smart* ?? handeling of continue records! Phew This took 6 months on and off to put together. Just happy to commit somethig Report any problems! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353769 13f79535-47bb-0310-9956-ffa450edef68
* - Improved the build process' with respect to its dependencies on JUnit, ↵Rainer Klute2005-05-161-6/+6
| | | | | | | | | | | | | 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
* New licence changes.Glen Stampoultzis2004-04-0946-209/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
* Ported the drawing stuff from the rel_2_branch. Given the effort this took ↵Glen Stampoultzis2004-04-095-0/+583
| | | | | | 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
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-302-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 13f79535-47bb-0310-9956-ffa450edef68
* Support for freezepanes / split panes / header rows and columns on ↵Glen Stampoultzis2003-02-061-0/+18
| | | | | | printouts... see documentation for details. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353002 13f79535-47bb-0310-9956-ffa450edef68
* Some charting work (this is not currently working so don't expect much).Glen Stampoultzis2002-12-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352938 13f79535-47bb-0310-9956-ffa450edef68
* Some changes to record generationGlen Stampoultzis2002-10-0936-58/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352885 13f79535-47bb-0310-9956-ffa450edef68
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11721 clone for sheetsAndrew C. Oliver2002-09-051-0/+10
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352836 13f79535-47bb-0310-9956-ffa450edef68
* Fixed tests for legend and implemented testresult for bitfieldsAndrew C. Oliver2002-05-192-9/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352645 13f79535-47bb-0310-9956-ffa450edef68
* more graphing recordsAndrew C. Oliver2002-05-192-24/+55
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352642 13f79535-47bb-0310-9956-ffa450edef68
* new support for sizeless recordsAndrew C. Oliver2002-05-192-1/+8
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352631 13f79535-47bb-0310-9956-ffa450edef68
* new object link record (Graphign)Andrew C. Oliver2002-05-181-0/+26
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352630 13f79535-47bb-0310-9956-ffa450edef68
* fixes for series textAndrew C. Oliver2002-05-183-6/+6
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352624 13f79535-47bb-0310-9956-ffa450edef68
* support series textAndrew C. Oliver2002-05-151-0/+22
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352622 13f79535-47bb-0310-9956-ffa450edef68
* supports test expressionAndrew C. Oliver2002-05-151-11/+31
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352621 13f79535-47bb-0310-9956-ffa450edef68
* implemented tick record (grphing thing) --Andrew C. Oliver2002-05-111-0/+23
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352617 13f79535-47bb-0310-9956-ffa450edef68
* AxisOptionsRecord -- This here "Misc" record (like every other recordAndrew C. Oliver2002-05-111-0/+26
| | | | | | | | | | | | in microsofts formats) defines various behaviors to do with Axis options. (graphing stuff) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352615 13f79535-47bb-0310-9956-ffa450edef68
* New record for charts and corresponding BIFFViewer and unit testAndrew C. Oliver2002-05-081-0/+9
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352606 13f79535-47bb-0310-9956-ffa450edef68
* Added SC window magnification...fixed error on res001 that has been bugging me.Andrew C. Oliver2002-05-081-0/+10
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352605 13f79535-47bb-0310-9956-ffa450edef68
* Charting, charting, charting... getting there... bit by bit.Glen Stampoultzis2002-05-014-7/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352576 13f79535-47bb-0310-9956-ffa450edef68
* Sheet properties record. Poi yum.Glen Stampoultzis2002-04-221-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352459 13f79535-47bb-0310-9956-ffa450edef68
* New record plus added a check in the record generator.Glen Stampoultzis2002-04-181-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352445 13f79535-47bb-0310-9956-ffa450edef68
* Added linked data record.Glen Stampoultzis2002-04-141-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352411 13f79535-47bb-0310-9956-ffa450edef68
* New chart recordGlen Stampoultzis2002-04-121-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352400 13f79535-47bb-0310-9956-ffa450edef68
* Axis used record implementationGlen Stampoultzis2002-03-251-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352282 13f79535-47bb-0310-9956-ffa450edef68
* Series label recordGlen Stampoultzis2002-03-252-1/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352281 13f79535-47bb-0310-9956-ffa450edef68
* Area format recordGlen Stampoultzis2002-03-251-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352280 13f79535-47bb-0310-9956-ffa450edef68
* New record.Glen Stampoultzis2002-03-181-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352247 13f79535-47bb-0310-9956-ffa450edef68
* New record... Slowly but surely. Wonder if I have enough to make a whole ↵Glen Stampoultzis2002-03-181-0/+16
| | | | | | chart yet? git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352246 13f79535-47bb-0310-9956-ffa450edef68
* hopefully one day I'll make this actually freaking work!Andrew C. Oliver2002-03-1717-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352234 13f79535-47bb-0310-9956-ffa450edef68
* Update for the chart recordGlen Stampoultzis2002-03-091-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352167 13f79535-47bb-0310-9956-ffa450edef68
* Another record for graphing... I'm on a roll tonightGlen Stampoultzis2002-03-091-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352166 13f79535-47bb-0310-9956-ffa450edef68
* Another graph recordGlen Stampoultzis2002-03-091-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352165 13f79535-47bb-0310-9956-ffa450edef68
* More records for graphingGlen Stampoultzis2002-03-092-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352163 13f79535-47bb-0310-9956-ffa450edef68
* Record generator fix plus new record. Must write email regarding it's uses ↵Glen Stampoultzis2002-03-082-2/+9
| | | | | | but first got to sleep. 2am.. zzzz git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352159 13f79535-47bb-0310-9956-ffa450edef68
* Added new chart record and readded record generation support to the build; ↵Glen Stampoultzis2002-03-042-1/+23
| | | | | | it got lost git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352145 13f79535-47bb-0310-9956-ffa450edef68
* Fixed email addressGlen Stampoultzis2002-02-119-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352086 13f79535-47bb-0310-9956-ffa450edef68
* New chart recordGlen Stampoultzis2002-02-101-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352081 13f79535-47bb-0310-9956-ffa450edef68
* New chart recordGlen Stampoultzis2002-02-101-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352079 13f79535-47bb-0310-9956-ffa450edef68
* Added support for automatic record generationGlen Stampoultzis2002-02-1011-0/+597
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352078 13f79535-47bb-0310-9956-ffa450edef68