summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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
* initial support for rendering powerpoint slides into imagesYegor Kozlov2008-04-1727-67/+1285
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649143 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting OLE object data from slide showYegor Kozlov2008-04-169-17/+309
| | | | 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
* bug #41071 is fixed in trunk. Added a unit test and resolved.Yegor Kozlov2008-04-162-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648589 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
* TextSpecInfoAtom is present in PPT 2003+. When the text is changed we must ↵Yegor Kozlov2008-04-152-1/+86
| | | | | | update this record, otherwise the ppt becomes corrupted git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648274 13f79535-47bb-0310-9956-ffa450edef68
* start improving handling of resources in HSLF. PPFont object represents a ↵Yegor Kozlov2008-04-156-13/+464
| | | | | | font in a presenatation. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648203 13f79535-47bb-0310-9956-ffa450edef68
* TextShape is a common superclass of all shapes that can hold text. The ↵Yegor Kozlov2008-04-1516-470/+797
| | | | | | subclasses are TextBox and AutoShape. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648156 13f79535-47bb-0310-9956-ffa450edef68
* make sure all hslf classes use POI loggersYegor Kozlov2008-04-1417-66/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647824 13f79535-47bb-0310-9956-ffa450edef68
* misc usermodel improvements. Also added the source code for the ↵Yegor Kozlov2008-04-1410-138/+716
| | | | | | ApacheconEU08 FFT presentation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647713 13f79535-47bb-0310-9956-ffa450edef68
* use commons logging throughout the codeYegor Kozlov2008-04-1410-46/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647712 13f79535-47bb-0310-9956-ffa450edef68
* Finish off eventusermodel based Excel Extractor, and update the xls to csv ↵Nick Burch2008-04-131-303/+0
| | | | | | converter (moved to correct place) based on discoveries for the text extractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647576 13f79535-47bb-0310-9956-ffa450edef68
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, ↵Nick Burch2008-04-114-24/+154
| | | | | | and allow reading embeded documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647186 13f79535-47bb-0310-9956-ffa450edef68
* Improve how POIFS works with directory entries, and update HWPFDocument to ↵Nick Burch2008-04-104-11/+54
| | | | | | support reading an embeded word document git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646870 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for getting and changing chart titles and series titlesNick Burch2008-04-102-19/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646854 13f79535-47bb-0310-9956-ffa450edef68
* Implement a proxy HSSFListener which tracks the format records, and lets you ↵Nick Burch2008-04-091-30/+15
| | | | | | lookup the format string for a given cell. Convert the xls to csv example to use it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646405 13f79535-47bb-0310-9956-ffa450edef68
* Provide a common ole2 implementation of POITextExtractor, which gives access ↵Nick Burch2008-04-093-6/+6
| | | | | | to the document metadata git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646312 13f79535-47bb-0310-9956-ffa450edef68
* fix bug #44770: RuntimeException: Couldn't instantiate the class for type ↵Yegor Kozlov2008-04-084-4/+28
| | | | | | with id 1036 on class class org.apache.poi.hslf.record.PPDrawing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645952 13f79535-47bb-0310-9956-ffa450edef68
* misc usermodel improvements in HSLFYegor Kozlov2008-04-076-279/+1803
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645567 13f79535-47bb-0310-9956-ffa450edef68
* empty.ppt with the master styles compatible with PPT 2003Yegor Kozlov2008-04-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645566 13f79535-47bb-0310-9956-ffa450edef68
* Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of ↵Nick Burch2008-04-079-26/+234
| | | | | | chunk headers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645560 13f79535-47bb-0310-9956-ffa450edef68
* Make a bit of a start on being able to edit chart titles, based on the email ↵Nick Burch2008-04-032-0/+139
| | | | | | to user@poi from Russ on the 2nd of April. Not quite there though git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@644343 13f79535-47bb-0310-9956-ffa450edef68
* added set accessor to indentation levelYegor Kozlov2008-04-021-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643831 13f79535-47bb-0310-9956-ffa450edef68
* Implement Sheet.removeShape(Shape shape) in HSLFYegor Kozlov2008-03-312-0/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642946 13f79535-47bb-0310-9956-ffa450edef68
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-29374-25245/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642574 13f79535-47bb-0310-9956-ffa450edef68
* Merge several bug tests into one fileNick Burch2008-03-294-245/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642571 13f79535-47bb-0310-9956-ffa450edef68
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-295-721/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642566 13f79535-47bb-0310-9956-ffa450edef68
* (real) fix for bug #44691. Modified Pmt.java to allow for 3 arguments. ↵Josh Micich2008-03-274-119/+152
| | | | | | Added TestPmt junit. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641996 13f79535-47bb-0310-9956-ffa450edef68
* Add failing (but disabled) test from bug #44691Nick Burch2008-03-271-0/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641934 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Raghu from bug #44652 - Improved handling of Pictures in Word ↵Nick Burch2008-03-274-24/+41
| | | | | | Documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641796 13f79535-47bb-0310-9956-ffa450edef68
* Make junit happyNick Burch2008-03-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639254 13f79535-47bb-0310-9956-ffa450edef68
* Test relating to bug #44636Nick Burch2008-03-202-0/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639231 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44608 - Support for PercentPtg in the formula ↵Nick Burch2008-03-161-0/+71
| | | | | | evaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637600 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44608 - Support for PercentPtg in the formula ↵Nick Burch2008-03-165-206/+379
| | | | | | evaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637598 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh, which shows that various bugs are now fixedNick Burch2008-03-162-0/+218
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637593 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Raghu from bug #44580 - Fix bug #28627, where hwpf Range.delete() ↵Nick Burch2008-03-134-15/+68
| | | | | | didn't work properly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@636751 13f79535-47bb-0310-9956-ffa450edef68
* Patch largely from Josh from bug #44539 - Support for area references in ↵Nick Burch2008-03-0710-109/+163
| | | | | | formulas of rows >= 32768 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634630 13f79535-47bb-0310-9956-ffa450edef68
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0451-1186/+1331
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633547 13f79535-47bb-0310-9956-ffa450edef68
* Problem files from bug #44501Nick Burch2008-03-043-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633505 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell ↵Nick Burch2008-03-031-0/+42
| | | | | | on boolean formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633169 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44450 - VLookup and HLookup support, and ↵Nick Burch2008-02-229-298/+1394
| | | | | | improvements to Lookup and Offset git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@630160 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44371 - support for OFFSET function, and various ↵Nick Burch2008-02-2110-72/+657
| | | | | | tweaks to the formula evaluator to support this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629821 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44403 - Further support for unusual, but valid, ↵Nick Burch2008-02-205-78/+577
| | | | | | arguments to the Mid function git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629552 13f79535-47bb-0310-9956-ffa450edef68