aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ↵Nick Burch2008-05-064-52/+67
| | | | | | before, but breaking on some systems, while now it ought to work fine everywhere git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653831 13f79535-47bb-0310-9956-ffa450edef68
* Fix int -> short issues that no longer applyNick Burch2008-05-061-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653816 13f79535-47bb-0310-9956-ffa450edef68
* Improve JavaDocs about iterators and gapsNick Burch2008-05-062-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653815 13f79535-47bb-0310-9956-ffa450edef68
* 42570 - fixed LabelRecord to use empty string instead of null when the ↵Josh Micich2008-05-066-34/+62
| | | | | | length is zero. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653675 13f79535-47bb-0310-9956-ffa450edef68
* 42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ↵Josh Micich2008-05-0610-284/+291
| | | | | | ArrayPtg encoding issues. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653668 13f79535-47bb-0310-9956-ffa450edef68
* Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotesJosh Micich2008-05-054-118/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653608 13f79535-47bb-0310-9956-ffa450edef68
* Added test case method javadoc for old bug 44675Josh Micich2008-05-051-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653551 13f79535-47bb-0310-9956-ffa450edef68
* restored mistakenly commented lineYegor Kozlov2008-05-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653521 13f79535-47bb-0310-9956-ffa450edef68
* bug #44235 is not reproducible in 3.1-beta1Yegor Kozlov2008-05-052-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653520 13f79535-47bb-0310-9956-ffa450edef68
* getting ready to 3.1-beta2Yegor Kozlov2008-05-052-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653486 13f79535-47bb-0310-9956-ffa450edef68
* take into account indentation in HSSFSheet.autosizeColumnYegor Kozlov2008-05-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653485 13f79535-47bb-0310-9956-ffa450edef68
* take into account indentation in HSSFSheet.autosizeColumnYegor Kozlov2008-05-052-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653484 13f79535-47bb-0310-9956-ffa450edef68
* Swapped ArrayIndexOutOfBoundsException for plain array length check in ↵Josh Micich2008-05-031-3/+5
| | | | | | AbstractFunctionPtg.getParameterClass(). (To help debugging when trying to find a real AIOOB) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653125 13f79535-47bb-0310-9956-ffa450edef68
* 44929 - Improved error handling in HSSFWorkbook when attempting to read a ↵Josh Micich2008-05-033-123/+144
| | | | | | BIFF5 file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653117 13f79535-47bb-0310-9956-ffa450edef68
* Fixed 44675 - Parameter operand classes (function metadata) required to ↵Josh Micich2008-05-0311-14/+186
| | | | | | encode SUM() etc properly. Added parse validation for number of parameters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652994 13f79535-47bb-0310-9956-ffa450edef68
* should have been submitted with r652934Josh Micich2008-05-021-14/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652936 13f79535-47bb-0310-9956-ffa450edef68
* 44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and ↵Josh Micich2008-05-0212-102/+70
| | | | | | AreaN*) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652934 13f79535-47bb-0310-9956-ffa450edef68
* added disabled junit for bug 44916Josh Micich2008-05-014-30/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652561 13f79535-47bb-0310-9956-ffa450edef68
* 44914 - Fix/suppress warning message - WARN. Unread n bytes of record 0xNNJosh Micich2008-05-016-224/+206
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652446 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitiveJosh Micich2008-05-015-7/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652426 13f79535-47bb-0310-9956-ffa450edef68
* Tests to show that bugs 44891 and 44861 were both already fixedNick Burch2008-04-305-2/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652329 13f79535-47bb-0310-9956-ffa450edef68
* more work on rendering ppt slidesYegor Kozlov2008-04-3023-176/+632
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652298 13f79535-47bb-0310-9956-ffa450edef68
* a few more words in the release guideYegor Kozlov2008-04-301-6/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652292 13f79535-47bb-0310-9956-ffa450edef68
* more flexible creation of a clusterYegor Kozlov2008-04-301-2/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652290 13f79535-47bb-0310-9956-ffa450edef68
* correctly process PICT blips (see bug #44886)Yegor Kozlov2008-04-304-17/+222
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652288 13f79535-47bb-0310-9956-ffa450edef68
* start a new section for 3.1-beta2Yegor Kozlov2008-04-302-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652285 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when ↵Nick Burch2008-04-276-3/+36
| | | | | | EscherMetafileBlip is incorrect git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@651992 13f79535-47bb-0310-9956-ffa450edef68
* As mentioned on dev@ - zap the old, initial OOXML code out of trunk. It ↵Nick Burch2008-04-2323-2496/+2
| | | | | | isn't compatible with the new code in the ooxml branch, which may catch users out, and anyone wanting OOXML support should be using the code in the branch to get updates and lots more features git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@650915 13f79535-47bb-0310-9956-ffa450edef68
* unfinished release guide. It would be nice to have a html version.Yegor Kozlov2008-04-212-101/+135
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@650139 13f79535-47bb-0310-9956-ffa450edef68
* unfinished release guide. It would be nice to have a html version.Yegor Kozlov2008-04-211-0/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@650138 13f79535-47bb-0310-9956-ffa450edef68
* update current version to 3.1-beta1Yegor Kozlov2008-04-213-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@650133 13f79535-47bb-0310-9956-ffa450edef68
* a couple of HSLF examplesYegor Kozlov2008-04-212-0/+228
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@650130 13f79535-47bb-0310-9956-ffa450edef68
* more improvements in slide renderingYegor Kozlov2008-04-219-13/+155
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@650129 13f79535-47bb-0310-9956-ffa450edef68
* set version.id=3.0.3-beta1Yegor Kozlov2008-04-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649914 13f79535-47bb-0310-9956-ffa450edef68
* more improvements in slide renderingYegor Kozlov2008-04-2010-71/+228
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649911 13f79535-47bb-0310-9956-ffa450edef68
* updated the docsYegor Kozlov2008-04-196-8/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649800 13f79535-47bb-0310-9956-ffa450edef68
* misc improvements in slide renderingYegor Kozlov2008-04-193-28/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649798 13f79535-47bb-0310-9956-ffa450edef68
* properly set shapeId for new shapesYegor Kozlov2008-04-197-9/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649797 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting embedded sounds from slide showYegor Kozlov2008-04-1910-2/+565
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649796 13f79535-47bb-0310-9956-ffa450edef68
* improved rendering of textYegor Kozlov2008-04-183-16/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649557 13f79535-47bb-0310-9956-ffa450edef68
* updated the list of changesYegor Kozlov2008-04-172-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649145 13f79535-47bb-0310-9956-ffa450edef68
* initial support for rendering powerpoint slides into imagesYegor Kozlov2008-04-1728-68/+1334
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649143 13f79535-47bb-0310-9956-ffa450edef68
* added a unit test and closed bug #28774Yegor Kozlov2008-04-172-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649142 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting OLE object data from slide showYegor Kozlov2008-04-1612-25/+412
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648674 13f79535-47bb-0310-9956-ffa450edef68
* Misc improvements in Freeform shapeYegor Kozlov2008-04-162-10/+180
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648624 13f79535-47bb-0310-9956-ffa450edef68
* Rich text in HSSFTextbox must have at least one format run. Make sure it is ↵Yegor Kozlov2008-04-162-0/+22
| | | | | | so and apply th default fopnt if no formats were applied. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648623 13f79535-47bb-0310-9956-ffa450edef68
* bug #41071 is fixed in trunk. Added a unit test and resolved.Yegor Kozlov2008-04-164-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648589 13f79535-47bb-0310-9956-ffa450edef68
* Conditional Formatting (30311) - API improvements, added ↵Josh Micich2008-04-1512-258/+422
| | | | | | HSSFSheetConditionalFormatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648334 13f79535-47bb-0310-9956-ffa450edef68
* Nice and small change here... Update the formula parser code to use ↵Nick Burch2008-04-1575-227/+254
| | | | | | usermodel.HSSFWorkbook instead of model.Workbook. This should keep things a bit cleaner, and make it much easier for the formula code to work with XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648303 13f79535-47bb-0310-9956-ffa450edef68
* Improved factoring of ppt objects. For ppt tabels Slide.getShapes() returns ↵Yegor Kozlov2008-04-153-15/+107
| | | | | | the Table object (was ShapeGroup) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648276 13f79535-47bb-0310-9956-ffa450edef68