summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for 45060 (and 45041) - Improved token class transformation during ↵Josh Micich2008-05-2813-327/+834
| | | | | | formula parsing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660828 13f79535-47bb-0310-9956-ffa450edef68
* X, Y, Width and Height getters/setters on HSSFChartNick Burch2008-05-272-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660474 13f79535-47bb-0310-9956-ffa450edef68
* Changed class hierarchy of Ptg to improve 'operand class' transformation.Josh Micich2008-05-2748-528/+395
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660344 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases for parsing IF expressions. Segregated IF test cases into ↵Josh Micich2008-05-263-110/+245
| | | | | | a new class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660280 13f79535-47bb-0310-9956-ffa450edef68
* Small fix for FormulaParser. Need case-insentive match for IF function nameJosh Micich2008-05-262-17/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660263 13f79535-47bb-0310-9956-ffa450edef68
* Follow-on fix for bug 42564 (r653668). Array elements are stored internally ↵Josh Micich2008-05-263-25/+48
| | | | | | column by column. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660256 13f79535-47bb-0310-9956-ffa450edef68
* Help for bug #44840 - Improved handling of HSSFObjectData, especially for ↵Nick Burch2008-05-235-21/+101
| | | | | | entries with data held not in POIFS git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659575 13f79535-47bb-0310-9956-ffa450edef68
* File with checkboxes, from bug #44840Nick Burch2008-05-231-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659573 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Yury, plus tests, from bug #45043 - Support for getting excel ↵Nick Burch2008-05-234-0/+41
| | | | | | cell comments when extracting text git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659572 13f79535-47bb-0310-9956-ffa450edef68
* Extend the support for specifying a policy to HSSF on missing / blank cells ↵Nick Burch2008-05-235-16/+74
| | | | | | when fetching, to be able to specify the policy at the HSSFWorkbook level git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659525 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 35925 - Missing HSSFColor.TAN from HashTables returned by ↵Josh Micich2008-05-231-165/+114
| | | | | | getIndexHash() and getTripletHash() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659478 13f79535-47bb-0310-9956-ffa450edef68
* Marked out test failure which was fixed by patch for bug 39903Josh Micich2008-05-231-120/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659462 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong ↵Josh Micich2008-05-234-24/+12
| | | | | | bug number) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659455 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45041 - improved FormulaParser parse error messagesJosh Micich2008-05-234-819/+765
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659452 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK recordsJosh Micich2008-05-237-18/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659429 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45066 - sheet encoding size mismatch problemsJosh Micich2008-05-238-179/+205
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659403 13f79535-47bb-0310-9956-ffa450edef68
* Example for finding hslf sounds from YegorNick Burch2008-05-221-0/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659067 13f79535-47bb-0310-9956-ffa450edef68
* Follow on from bug 44675 - regenerated functionMetadata.txt from new ooo ↵Josh Micich2008-05-225-50/+74
| | | | | | excelfileformat.odt git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658986 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compiler errors. Other improvements for type safety and immutability.Josh Micich2008-05-221-14/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658984 13f79535-47bb-0310-9956-ffa450edef68
* improved toString and refactored toFormulaString on Area(3D)PtgJosh Micich2008-05-213-95/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658833 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #45003 - Support embeded HDGF visio documentsNick Burch2008-05-203-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658352 13f79535-47bb-0310-9956-ffa450edef68
* Put abstract write(OutputStream) method on POIDocumentNick Burch2008-05-202-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658350 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #45001 - Partial fix for HWPF Range.insertBefore() and ↵Nick Burch2008-05-205-0/+76
| | | | | | Range.delete() with unicode characters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658349 13f79535-47bb-0310-9956-ffa450edef68
* Test which seems to show that bug #44996 is invalid, but not completely sureNick Burch2008-05-201-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658336 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44977 - Support for AM/PM in excel date formatsNick Burch2008-05-204-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658322 13f79535-47bb-0310-9956-ffa450edef68
* Support for specifying a policy to HSSF on missing / blank cells when fetchingNick Burch2008-05-204-0/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658308 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #44937 from Squeeself- Partial support for extracting Escher ↵Nick Burch2008-05-2011-24/+541
| | | | | | images from HWPF files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658302 13f79535-47bb-0310-9956-ffa450edef68
* Fix #44824 - Avoid an infinite loop when reading some HWPF picturesNick Burch2008-05-203-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658287 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 44898 - Correctly handle short last blocks in POIFSNick Burch2008-05-205-13/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658285 13f79535-47bb-0310-9956-ffa450edef68
* Minor patch to improve FormulaParser error messages like those from bug 45041Josh Micich2008-05-191-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658033 13f79535-47bb-0310-9956-ffa450edef68
* updated release date and started a new section for 3.1-finalYegor Kozlov2008-05-192-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657875 13f79535-47bb-0310-9956-ffa450edef68
* Bug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulasJosh Micich2008-05-197-71/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657702 13f79535-47bb-0310-9956-ffa450edef68
* misc bug fixesYegor Kozlov2008-05-174-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657358 13f79535-47bb-0310-9956-ffa450edef68
* added HSSFName.isDeleted() to check if the name points to cell that no ↵Yegor Kozlov2008-05-175-1/+48
| | | | | | longer exists git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657355 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug number in junit msg - from r656893 bug 44523Josh Micich2008-05-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657180 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 40414 - update selected/active sheet after removing sheet from ↵Josh Micich2008-05-164-6/+121
| | | | | | workbook git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657167 13f79535-47bb-0310-9956-ffa450edef68
* Simplification of BiffViewer. Made easier to send results to file.Josh Micich2008-05-161-346/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657166 13f79535-47bb-0310-9956-ffa450edef68
* Should have been submitted with r656893 (for bug 44523)Josh Micich2008-05-161-28/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657136 13f79535-47bb-0310-9956-ffa450edef68
* 44523 - fixed workbook sheet selection and focusJosh Micich2008-05-157-82/+206
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@656893 13f79535-47bb-0310-9956-ffa450edef68
* bug 45000 - Fixed NPE in ListLevel when numberText is nullJosh Micich2008-05-153-31/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@656757 13f79535-47bb-0310-9956-ffa450edef68
* added a set accessor for embedded ole dataYegor Kozlov2008-05-152-2/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@656699 13f79535-47bb-0310-9956-ffa450edef68
* convert line breaks into internal ppt represenatation when changing textYegor Kozlov2008-05-145-8/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@656252 13f79535-47bb-0310-9956-ffa450edef68
* Support for embedded ActiveX objects: PowerPoint references them similar to ↵Yegor Kozlov2008-05-147-23/+229
| | | | | | embedded documents but in a different container: ExControl instead of ExEmbed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@656215 13f79535-47bb-0310-9956-ffa450edef68
* properly update TextSpecInfoAtom when parent text is changedYegor Kozlov2008-05-143-12/+222
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@656213 13f79535-47bb-0310-9956-ffa450edef68
* added test case for reported bug 44987Josh Micich2008-05-131-13/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655912 13f79535-47bb-0310-9956-ffa450edef68
* Added boolean flag to turn on use of merged columns in autosizeYegor Kozlov2008-05-111-18/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655282 13f79535-47bb-0310-9956-ffa450edef68
* 41187 - fixed HSSFSheet to properly read xls files without ROW recordsJosh Micich2008-05-1116-1360/+615
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655278 13f79535-47bb-0310-9956-ffa450edef68
* bug 23630 - fixed spelling mistake in constant name Josh Micich2008-05-112-18/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655216 13f79535-47bb-0310-9956-ffa450edef68
* removed unused constructor and old comment after r654649Josh Micich2008-05-081-12/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654650 13f79535-47bb-0310-9956-ffa450edef68
* fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated ↵Josh Micich2008-05-082-39/+22
| | | | | | (since bug 13292) test method. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654649 13f79535-47bb-0310-9956-ffa450edef68