]> source.dussan.org Git - poi.git/log
poi.git
17 years agofixed bug 42484: NullPointerException from ShapeGroup.getAnchor()
Yegor Kozlov [Thu, 24 May 2007 12:09:34 +0000 (12:09 +0000)]
fixed bug 42484: NullPointerException from ShapeGroup.getAnchor()

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

17 years agofixed bug 42485: All TextBoxes inside ShapeGroups have null TextRuns
Yegor Kozlov [Thu, 24 May 2007 11:38:36 +0000 (11:38 +0000)]
fixed bug 42485: All TextBoxes inside ShapeGroups have null TextRuns

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

17 years agothrow HSLFException instead of RuntimeException
Yegor Kozlov [Thu, 24 May 2007 11:05:24 +0000 (11:05 +0000)]
throw HSLFException instead of RuntimeException

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

17 years agoreturn null instead of throwing exception when slide master is not found
Yegor Kozlov [Thu, 24 May 2007 11:04:22 +0000 (11:04 +0000)]
return null instead of throwing exception when slide master is not found

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

17 years agoapplied patches from bug 42474: (1) Incorrect matching of notes to slides and (2...
Yegor Kozlov [Thu, 24 May 2007 07:52:04 +0000 (07:52 +0000)]
applied patches from bug 42474: (1) Incorrect matching of notes to slides and (2) NPE in RichTextRun.isBold() when the RichTextRun comes from a Notes model object

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

17 years agoGive more guidance on where to put distribution files
Nick Burch [Tue, 22 May 2007 18:00:24 +0000 (18:00 +0000)]
Give more guidance on where to put distribution files

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

17 years agoUpdate dates to ISO 8601 format, and copy data from changes to status
Nick Burch [Tue, 22 May 2007 17:39:34 +0000 (17:39 +0000)]
Update dates to ISO 8601 format, and copy data from changes to status

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

17 years agoUpdate the release documentation to take account of voting on releasing artificats...
Nick Burch [Tue, 22 May 2007 11:56:48 +0000 (11:56 +0000)]
Update the release documentation to take account of voting on releasing artificats, and also how to do that without ending up with artificats containing the wrong version numbers or dates

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

17 years agoInitial version of a Missing Record Aware shim on HSSFListener. Includes limited...
Nick Burch [Fri, 18 May 2007 13:27:04 +0000 (13:27 +0000)]
Initial version of a Missing Record Aware shim on HSSFListener. Includes limited tests, but not yet any documentation

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

17 years agoAdd some entity definitions that all our xdocs refer to, but which weren't there...
Nick Burch [Fri, 18 May 2007 13:19:12 +0000 (13:19 +0000)]
Add some entity definitions that all our xdocs refer to, but which weren't there. Allows our xdocs to validate with an external xml validator

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

17 years agoIf the apparent location of the current user atom is past the end of the data, then...
Nick Burch [Fri, 18 May 2007 13:17:41 +0000 (13:17 +0000)]
If the apparent location of the current user atom is past the end of the data, then the file's clearly corrupt, so throw a better exception

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

17 years agoUpdates for 3.0 being released
Nick Burch [Fri, 18 May 2007 12:06:09 +0000 (12:06 +0000)]
Updates for 3.0 being released

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

17 years agoHSLF docs updated: added a note on using HSLF when graphical environment is not avaiable tags/REL_3_0@536804 tags/REL_3_0_RC4@536804
Yegor Kozlov [Mon, 7 May 2007 17:09:31 +0000 (17:09 +0000)]
HSLF docs updated: added a note on using HSLF when graphical environment is not avaiable

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

17 years agoHSSF docs updated: added a note on using HSSFSheet.autoSizeColumn in headless mode...
Yegor Kozlov [Sun, 6 May 2007 15:35:39 +0000 (15:35 +0000)]
HSSF docs updated: added a note on using HSSFSheet.autoSizeColumn in headless mode and added a note on how to read images from a workbook

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

17 years agoAdd a note about using Cocoon to do XML -> XLS, since people have been asking me...
Nick Burch [Fri, 4 May 2007 09:25:06 +0000 (09:25 +0000)]
Add a note about using Cocoon to do XML -> XLS, since people have been asking me about this

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

17 years agoUpdate the changelog
Nick Burch [Thu, 3 May 2007 08:24:45 +0000 (08:24 +0000)]
Update the changelog

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

17 years agoTweak a few more elements in the pom
Nick Burch [Thu, 26 Apr 2007 09:50:28 +0000 (09:50 +0000)]
Tweak a few more elements in the pom

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

17 years agoUpdate issueTrackingUrl in maven pom
Nick Burch [Wed, 25 Apr 2007 10:37:14 +0000 (10:37 +0000)]
Update issueTrackingUrl in maven pom

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

17 years agoDetect, and report a meaningful error, if we come across an Office 2007 XML document
Nick Burch [Mon, 23 Apr 2007 10:45:49 +0000 (10:45 +0000)]
Detect, and report a meaningful error, if we come across an Office 2007 XML document

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

17 years agoUpdate the groupId to org.apache.poi, as per mavern guidelines
Nick Burch [Fri, 20 Apr 2007 11:43:31 +0000 (11:43 +0000)]
Update the groupId to org.apache.poi, as per mavern guidelines

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

17 years agocleaning the code before release
Yegor Kozlov [Wed, 18 Apr 2007 14:22:55 +0000 (14:22 +0000)]
cleaning the code before release

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

17 years agofixed misc bugs in the hslf how-to doc
Yegor Kozlov [Wed, 18 Apr 2007 14:21:40 +0000 (14:21 +0000)]
fixed misc bugs in the hslf how-to doc

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

17 years agoapplied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroup
Yegor Kozlov [Mon, 16 Apr 2007 11:12:03 +0000 (11:12 +0000)]
applied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroup

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

17 years agotestcases for bugs 38266 and 40738
Yegor Kozlov [Mon, 16 Apr 2007 10:49:47 +0000 (10:49 +0000)]
testcases for bugs 38266 and 40738

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

17 years agoapplied the patch submitted in Bug 41223: Simple image extraction for HSSFWorkbook
Yegor Kozlov [Mon, 16 Apr 2007 10:48:20 +0000 (10:48 +0000)]
applied the patch submitted in Bug 41223: Simple image extraction for HSSFWorkbook

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

17 years agouse POILogger instead of System.err in hslf records. If users want verbose output...
Yegor Kozlov [Thu, 12 Apr 2007 07:40:15 +0000 (07:40 +0000)]
use POILogger instead of System.err in hslf records. If users want verbose output they should explicitly enable it through -Dorg.apache.poi.util.POILogger option. P.S. I think this should be done through the whole HSLF, i.e. no direct calls of System.out and Sysrtem.err

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

17 years agoFix for bug 41946: remember if the complex part of an array property is empty and...
Yegor Kozlov [Thu, 12 Apr 2007 07:36:13 +0000 (07:36 +0000)]
Fix for bug 41946: remember if the complex part of an array property is empty and write back the original empty data

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

17 years agoIt seems that some PPT files only have linkAtom + linkDetailsA for their ExHyperlink...
Nick Burch [Tue, 3 Apr 2007 10:13:20 +0000 (10:13 +0000)]
It seems that some PPT files only have linkAtom + linkDetailsA for their ExHyperlink, and miss the linkDetailsB. For those files, do the right thing

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

17 years agoAdd in a clean step before compile in dist
Nick Burch [Mon, 2 Apr 2007 18:32:12 +0000 (18:32 +0000)]
Add in a clean step before compile in dist

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

17 years agoconvert from pixels (96dpi) to points(72dpi) when setting picture anchor tags/REL_3_0_RC3@524754
Yegor Kozlov [Fri, 30 Mar 2007 13:48:56 +0000 (13:48 +0000)]
convert from pixels (96dpi) to points(72dpi) when setting picture anchor

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

17 years agoApply Trejkax's fix from bug #41653, and do a whole load of tests for the HWPF pictur...
Nick Burch [Thu, 29 Mar 2007 17:36:37 +0000 (17:36 +0000)]
Apply Trejkax's fix from bug #41653, and do a whole load of tests for the HWPF picture stuff. Includes a stub test for the problem identified in bug #41898

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

17 years agoDon't NPE if we have a reference to a note, where there's no core record to go with...
Nick Burch [Thu, 29 Mar 2007 11:50:50 +0000 (11:50 +0000)]
Don't NPE if we have a reference to a note, where there's no core record to go with that note's RefID. Instead, just log it, and pretend the note wasn't there.

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

17 years agofixed bug 41384: Array index wrong in record creation tags/REL_3_0_RC2@523660
Yegor Kozlov [Wed, 21 Mar 2007 14:04:32 +0000 (14:04 +0000)]
fixed bug 41384: Array index wrong in record creation

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

17 years agofixed bug 41761: NPE when serializing a workbook with empty rows
Yegor Kozlov [Tue, 20 Mar 2007 14:59:29 +0000 (14:59 +0000)]
fixed bug 41761: NPE when serializing a workbook with empty rows

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

17 years agoexcluded rich text and outlines from POI 2.5 limitations
Yegor Kozlov [Tue, 20 Mar 2007 14:04:49 +0000 (14:04 +0000)]
excluded rich text and outlines from POI 2.5 limitations

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

17 years agoimproved work with cell comments
Yegor Kozlov [Mon, 12 Mar 2007 15:43:14 +0000 (15:43 +0000)]
improved work with cell comments

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

17 years agofix amateur hour coding mistake tags/REL_3_0_RC1@516901
Andrew C. Oliver [Fri, 2 Mar 2007 03:48:55 +0000 (03:48 +0000)]
fix amateur hour coding mistake

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

17 years agohttp://issues.apache.org/bugzilla/show_bug.cgi?id=40548
Andrew C. Oliver [Fri, 2 Mar 2007 03:13:13 +0000 (03:13 +0000)]
http://issues.apache.org/bugzilla/show_bug.cgi?id=40548

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

17 years agoAllow user defined named ranges. Calling super doesn't seem to break anything and...
Andrew C. Oliver [Fri, 2 Mar 2007 02:53:06 +0000 (02:53 +0000)]
Allow user defined named ranges.  Calling super doesn't seem to break anything and throwing the
exception prevents writing rationale files with user defined named ranges...  Open to discussion
if anyone knows why we're being so fickle here...

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

17 years agoIf the username length in the CurrentUserAtom is clearly wrong, treat it as if there...
Nick Burch [Thu, 1 Mar 2007 15:59:56 +0000 (15:59 +0000)]
If the username length in the CurrentUserAtom is clearly wrong, treat it as if there was no username, rather than giving an ArrayIndexOutOfBoundsException

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

17 years agonot autofit for formula cells
Yegor Kozlov [Mon, 26 Feb 2007 17:17:26 +0000 (17:17 +0000)]
not autofit for formula cells

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

17 years agosupport for auto-sizing worksheet columns
Yegor Kozlov [Tue, 13 Feb 2007 16:25:55 +0000 (16:25 +0000)]
support for auto-sizing worksheet columns

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

17 years agochanging attributes of existing cell comments is reflected after save
Yegor Kozlov [Wed, 31 Jan 2007 16:14:23 +0000 (16:14 +0000)]
changing attributes of existing cell comments is reflected after save

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

17 years agoMake this compile for me.
Rainer Klute [Tue, 30 Jan 2007 05:49:04 +0000 (05:49 +0000)]
Make this compile for me.

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

17 years agoAdd svn properties
Mark Thomas [Thu, 18 Jan 2007 00:38:57 +0000 (00:38 +0000)]
Add svn properties

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

17 years agoRemove copyright since it is now in NOTICE file and add XML declaration
Mark Thomas [Thu, 18 Jan 2007 00:37:19 +0000 (00:37 +0000)]
Remove copyright since it is now in NOTICE file and add XML declaration

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

17 years agoAdd ExObjList support
Nick Burch [Wed, 17 Jan 2007 18:09:24 +0000 (18:09 +0000)]
Add ExObjList support

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

17 years agoAdd ExHyperlink tests against a real file
Nick Burch [Wed, 17 Jan 2007 17:12:26 +0000 (17:12 +0000)]
Add ExHyperlink tests against a real file

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

17 years agoAdd support for ExHyperlink and ExHyperlinkAtom
Nick Burch [Wed, 17 Jan 2007 16:59:45 +0000 (16:59 +0000)]
Add support for ExHyperlink and ExHyperlinkAtom

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

17 years agoSupport InteractiveInfo, the parent of InteractiveInfoAtom
Nick Burch [Wed, 17 Jan 2007 16:17:46 +0000 (16:17 +0000)]
Support InteractiveInfo, the parent of InteractiveInfoAtom

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

17 years agoInitial, basic support for InteractiveInfoAtom
Nick Burch [Wed, 17 Jan 2007 16:05:26 +0000 (16:05 +0000)]
Initial, basic support for InteractiveInfoAtom

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

17 years agoadded a single space in an irrelevant place
Andrew C. Oliver [Wed, 17 Jan 2007 06:10:04 +0000 (06:10 +0000)]
added a single space in an irrelevant place

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

17 years agoTweak comments and variable names, to make the wacky colour stuff as BGR not RGB...
Nick Burch [Tue, 16 Jan 2007 17:22:38 +0000 (17:22 +0000)]
Tweak comments and variable names, to make the wacky colour stuff as BGR not RGB clearer

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

17 years agotestcases for still unfixed bugs
Avik Sengupta [Tue, 16 Jan 2007 15:52:31 +0000 (15:52 +0000)]
testcases for still unfixed bugs

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

17 years agoTestcases for bugs. Thanks Yegor
Avik Sengupta [Tue, 16 Jan 2007 09:23:18 +0000 (09:23 +0000)]
Testcases for bugs. Thanks Yegor

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

17 years agoAdd standard licence header for src/documentation/content directory
Mark Thomas [Mon, 15 Jan 2007 23:11:09 +0000 (23:11 +0000)]
Add standard licence header for src/documentation/content directory
Add svn properties where not present

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

17 years agoAdd standard licence header for src/documentation/skins directory
Mark Thomas [Mon, 15 Jan 2007 23:06:53 +0000 (23:06 +0000)]
Add standard licence header for src/documentation/skins directory
Add XML declaration where not present

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

17 years agoAdd standard licence header for src/types directory
Mark Thomas [Mon, 15 Jan 2007 23:04:42 +0000 (23:04 +0000)]
Add standard licence header for src/types directory

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

17 years agoAdd standard licence header for src/testcases directory
Mark Thomas [Mon, 15 Jan 2007 23:00:17 +0000 (23:00 +0000)]
Add standard licence header for src/testcases directory
Set svn properties where not already set

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

17 years agoAdd standard licence header for src/resources directory
Mark Thomas [Mon, 15 Jan 2007 22:55:27 +0000 (22:55 +0000)]
Add standard licence header for src/resources directory

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

17 years agoAdd standard licence header for src/records directory
Mark Thomas [Mon, 15 Jan 2007 22:53:32 +0000 (22:53 +0000)]
Add standard licence header for src/records directory
Add XML declarations where not present

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

17 years agoAdd standard licence header for src/java directory
Mark Thomas [Mon, 15 Jan 2007 22:46:35 +0000 (22:46 +0000)]
Add standard licence header for src/java directory

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

17 years agoAdd standard licence header for src/examples directory
Mark Thomas [Mon, 15 Jan 2007 22:44:18 +0000 (22:44 +0000)]
Add standard licence header for src/examples directory

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

17 years agoAdd standard licence header for contrib directory
Mark Thomas [Mon, 15 Jan 2007 22:41:39 +0000 (22:41 +0000)]
Add standard licence header for contrib directory

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

17 years agoLicense comment fixed.
Rainer Klute [Mon, 15 Jan 2007 17:56:52 +0000 (17:56 +0000)]
License comment fixed.

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

17 years agoRefactor the TextPropCollection and TextProp classes into their own model package...
Nick Burch [Mon, 15 Jan 2007 17:00:41 +0000 (17:00 +0000)]
Refactor the TextPropCollection and TextProp classes into their own model package. Some of the logic in StyleTextPropAtom should probably be refactored out too, but that's still to do

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

17 years agoFix for bug #41357, by moving byte array creation until after we've decided that...
Nick Burch [Mon, 15 Jan 2007 16:40:03 +0000 (16:40 +0000)]
Fix for bug #41357, by moving byte array creation until after we've decided that we have a valid picture

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

17 years agoUpdate the order of the TextProps, as it seems not to be based quite on the mask...
Nick Burch [Mon, 15 Jan 2007 15:22:39 +0000 (15:22 +0000)]
Update the order of the TextProps, as it seems not to be based quite on the mask order. Fix from Yegor, from bug #40143

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

17 years agogit-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496331 13f79535-47bb...
Mark Thomas [Mon, 15 Jan 2007 14:36:03 +0000 (14:36 +0000)]
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496331 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd standard svn properties
Mark Thomas [Mon, 15 Jan 2007 14:34:55 +0000 (14:34 +0000)]
Add standard svn properties

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

17 years agoAdd standard licence header
Mark Thomas [Mon, 15 Jan 2007 14:27:03 +0000 (14:27 +0000)]
Add standard licence header

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

17 years agoAdd standard svn properties
Mark Thomas [Mon, 15 Jan 2007 14:19:03 +0000 (14:19 +0000)]
Add standard svn properties

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

17 years agoRemove copyright notice - it is now in the notice file.
Mark Thomas [Mon, 15 Jan 2007 13:16:45 +0000 (13:16 +0000)]
Remove copyright notice - it is now in the notice file.

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

17 years agoThrow an exception if a picture claims to have a negative amount of data. Should...
Nick Burch [Fri, 12 Jan 2007 14:19:35 +0000 (14:19 +0000)]
Throw an exception if a picture claims to have a negative amount of data. Should avoid problem in bug #41357

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

17 years agoHandle the fact that StyleTextPropAtom needs to work with a text length that's one...
Nick Burch [Thu, 11 Jan 2007 16:18:30 +0000 (16:18 +0000)]
Handle the fact that StyleTextPropAtom needs to work with a text length that's one larger than the underlying text it represents. (Fix from Yegor from bug #40143)

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

17 years agoUpdate with new knowledge of how this all works, from bug #41176
Nick Burch [Tue, 9 Jan 2007 18:51:29 +0000 (18:51 +0000)]
Update with new knowledge of how this all works, from bug #41176

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

17 years agoYegor's patch from bug #41242
Nick Burch [Fri, 5 Jan 2007 17:38:54 +0000 (17:38 +0000)]
Yegor's patch from bug #41242

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

17 years agoremove build errors
Avik Sengupta [Tue, 2 Jan 2007 12:51:27 +0000 (12:51 +0000)]
remove build errors

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

17 years agoadd license to build file
Avik Sengupta [Tue, 2 Jan 2007 12:50:54 +0000 (12:50 +0000)]
add license to build file

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

17 years agoupdate jindent file
Avik Sengupta [Tue, 2 Jan 2007 08:21:56 +0000 (08:21 +0000)]
update jindent file

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

17 years agoComment support from bug 41198, patch from Yegor
Nick Burch [Mon, 1 Jan 2007 21:02:22 +0000 (21:02 +0000)]
Comment support from bug 41198, patch from Yegor

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

17 years agoSwitching from ASL 1.1 to AL 2.0 - no one had a reason for these being this way on...
Henri Yandell [Sun, 31 Dec 2006 22:28:52 +0000 (22:28 +0000)]
Switching from ASL 1.1 to AL 2.0 - no one had a reason for these being this way on the mailing list

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

17 years agoInclude NOTICE and LICENSE in the maven targetted jars too
Nick Burch [Thu, 28 Dec 2006 21:28:03 +0000 (21:28 +0000)]
Include NOTICE and LICENSE in the maven targetted jars too

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

17 years agoOnly have a NOTICE file in /legal/ (it's always included at root level in all files...
Nick Burch [Thu, 28 Dec 2006 21:18:45 +0000 (21:18 +0000)]
Only have a NOTICE file in /legal/ (it's always included at root level in all files we produce)

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

17 years agoInclude the NOTICE and LICENSE files in the root of the Jars we build. When building...
Nick Burch [Thu, 28 Dec 2006 21:11:43 +0000 (21:11 +0000)]
Include the NOTICE and LICENSE files in the root of the Jars we build. When building the dist zip and tar files, have them output into a sensible directory name (rather than the current directory), and have them include a single copy of NOTICE and LICENSE

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

17 years agoUpdate NOTICE, as per latest guidelines
Nick Burch [Thu, 28 Dec 2006 17:45:42 +0000 (17:45 +0000)]
Update NOTICE, as per latest guidelines

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

17 years agoAdded my OpenPGP public key.
Rainer Klute [Sat, 23 Dec 2006 15:23:45 +0000 (15:23 +0000)]
Added my OpenPGP public key.

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

17 years agoAdd my key used for signing releases
Nick Burch [Sat, 23 Dec 2006 13:47:55 +0000 (13:47 +0000)]
Add my key used for signing releases

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

17 years agocopy2license run on these (after a bit of munging)
Henri Yandell [Fri, 22 Dec 2006 21:07:34 +0000 (21:07 +0000)]
copy2license run on these (after a bit of munging)

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

17 years agoApplied copy2license script to the files that were converted by dos2unix. ant jar...
Henri Yandell [Fri, 22 Dec 2006 21:00:02 +0000 (21:00 +0000)]
Applied copy2license script to the files that were converted by dos2unix. ant jar continues to pass.

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

17 years agoApplying dos2unix on some of the Java files. The copy2license script isn't picking...
Henri Yandell [Fri, 22 Dec 2006 20:56:04 +0000 (20:56 +0000)]
Applying dos2unix on some of the Java files. The copy2license script isn't picking up the dos line endings. Hopefully not a problem for anyone

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

17 years agoApplying the copy2license.pl script (with tiny modification to allow for more whitesp...
Henri Yandell [Fri, 22 Dec 2006 19:18:16 +0000 (19:18 +0000)]
Applying the copy2license.pl script (with tiny modification to allow for 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

17 years agoFixing the svn browse url so my email can be allow'd on the mailing list prior to...
Henri Yandell [Tue, 19 Dec 2006 06:27:04 +0000 (06:27 +0000)]
Fixing the svn browse url so my email can be allow'd on the mailing list prior to doing lots of src header fixing commits

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

17 years agoTry to work with files that don't have a master SlideListWithText, but go straight...
Nick Burch [Thu, 14 Dec 2006 11:50:54 +0000 (11:50 +0000)]
Try to work with files that don't have a master SlideListWithText, but go straight into a Slides one. Throw a better exception on slides with a mixed first SlideListWithText (see bug 41176 for more details)

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

17 years agoIf we have a picture of type 0, don't even bother trying to create a PictureData...
Nick Burch [Thu, 14 Dec 2006 11:49:56 +0000 (11:49 +0000)]
If we have a picture of type 0, don't even bother trying to create a PictureData object for it

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

17 years agoBump version up to 3.0 alpha 3 tags/REL_3_0_ALPHA3@486618
Nick Burch [Wed, 13 Dec 2006 12:25:14 +0000 (12:25 +0000)]
Bump version up to 3.0 alpha 3

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

17 years agoSwitch the position of one tag, so an older version of forrest likes it
Nick Burch [Tue, 12 Dec 2006 20:52:05 +0000 (20:52 +0000)]
Switch the position of one tag, so an older version of forrest likes it

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

17 years agoWhen sorting the contents of a directory, do so in a way that doesn't upset Excel...
Nick Burch [Tue, 12 Dec 2006 18:21:41 +0000 (18:21 +0000)]
When sorting the contents of a directory, do so in a way that doesn't upset Excel when it comes to Macros. Correct logic from Bill, and fix+test from Yegor. See bug #39234

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

17 years agoSupport Excel files which contain a WORKBOOK entry, rather than the usual Workbook...
Nick Burch [Thu, 30 Nov 2006 16:15:55 +0000 (16:15 +0000)]
Support Excel files which contain a WORKBOOK entry, rather than the usual Workbook one. Fixes bug 40840

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

17 years agoSupport compressed pictures properly, from bug #41032
Nick Burch [Wed, 29 Nov 2006 14:49:40 +0000 (14:49 +0000)]
Support compressed pictures properly, from bug #41032

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