summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* a couple of HSLF examplesYegor Kozlov2008-04-212-0/+228
* more improvements in slide renderingYegor Kozlov2008-04-219-13/+155
* more improvements in slide renderingYegor Kozlov2008-04-2010-71/+228
* misc improvements in slide renderingYegor Kozlov2008-04-193-28/+60
* properly set shapeId for new shapesYegor Kozlov2008-04-197-9/+109
* Support for getting embedded sounds from slide showYegor Kozlov2008-04-1910-2/+565
* improved rendering of textYegor Kozlov2008-04-183-16/+78
* initial support for rendering powerpoint slides into imagesYegor Kozlov2008-04-1727-67/+1285
* Support for getting OLE object data from slide showYegor Kozlov2008-04-169-17/+309
* Misc improvements in Freeform shapeYegor Kozlov2008-04-162-10/+180
* bug #41071 is fixed in trunk. Added a unit test and resolved.Yegor Kozlov2008-04-162-0/+20
* Improved factoring of ppt objects. For ppt tabels Slide.getShapes() returns t...Yegor Kozlov2008-04-153-15/+107
* TextSpecInfoAtom is present in PPT 2003+. When the text is changed we must up...Yegor Kozlov2008-04-152-1/+86
* start improving handling of resources in HSLF. PPFont object represents a fon...Yegor Kozlov2008-04-156-13/+464
* TextShape is a common superclass of all shapes that can hold text. The subcla...Yegor Kozlov2008-04-1516-470/+797
* make sure all hslf classes use POI loggersYegor Kozlov2008-04-1417-66/+77
* misc usermodel improvements. Also added the source code for the ApacheconEU08...Yegor Kozlov2008-04-1410-138/+716
* use commons logging throughout the codeYegor Kozlov2008-04-1410-46/+38
* Finish off eventusermodel based Excel Extractor, and update the xls to csv co...Nick Burch2008-04-131-303/+0
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and...Nick Burch2008-04-114-24/+154
* Improve how POIFS works with directory entries, and update HWPFDocument to su...Nick Burch2008-04-104-11/+54
* Initial support for getting and changing chart titles and series titlesNick Burch2008-04-102-19/+199
* Implement a proxy HSSFListener which tracks the format records, and lets you ...Nick Burch2008-04-091-30/+15
* Provide a common ole2 implementation of POITextExtractor, which gives access ...Nick Burch2008-04-093-6/+6
* fix bug #44770: RuntimeException: Couldn't instantiate the class for type wit...Yegor Kozlov2008-04-084-4/+28
* misc usermodel improvements in HSLFYegor Kozlov2008-04-076-279/+1803
* empty.ppt with the master styles compatible with PPT 2003Yegor Kozlov2008-04-071-0/+0
* Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk...Nick Burch2008-04-079-26/+234
* Make a bit of a start on being able to edit chart titles, based on the email ...Nick Burch2008-04-032-0/+139
* added set accessor to indentation levelYegor Kozlov2008-04-021-0/+9
* Implement Sheet.removeShape(Shape shape) in HSLFYegor Kozlov2008-03-312-0/+53
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-29374-25245/+0
* Merge several bug tests into one fileNick Burch2008-03-294-245/+169
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-295-721/+0
* (real) fix for bug #44691. Modified Pmt.java to allow for 3 arguments. Adde...Josh Micich2008-03-274-119/+152
* Add failing (but disabled) test from bug #44691Nick Burch2008-03-271-0/+70
* Patch from Raghu from bug #44652 - Improved handling of Pictures in Word Docu...Nick Burch2008-03-274-24/+41
* Make junit happyNick Burch2008-03-201-2/+2
* Test relating to bug #44636Nick Burch2008-03-202-0/+118
* Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu...Nick Burch2008-03-161-0/+71
* Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu...Nick Burch2008-03-165-206/+379
* Patch from Josh, which shows that various bugs are now fixedNick Burch2008-03-162-0/+218
* Patch from Raghu from bug #44580 - Fix bug #28627, where hwpf Range.delete() ...Nick Burch2008-03-134-15/+68
* Patch largely from Josh from bug #44539 - Support for area references in form...Nick Burch2008-03-0710-109/+163
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0451-1186/+1331
* Problem files from bug #44501Nick Burch2008-03-043-0/+0
* Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell ...Nick Burch2008-03-031-0/+42
* Patch from Josh from bug #44450 - VLookup and HLookup support, and improvemen...Nick Burch2008-02-229-298/+1394
* Patch from Josh from bug #44371 - support for OFFSET function, and various tw...Nick Burch2008-02-2110-72/+657
* Patch from Josh from bug #44403 - Further support for unusual, but valid, arg...Nick Burch2008-02-205-78/+577