summaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases
Commit message (Expand)AuthorAgeFilesLines
* more improvements in slide renderingYegor Kozlov2008-04-201-0/+29
* properly set shapeId for new shapesYegor Kozlov2008-04-191-0/+18
* Support for getting embedded sounds from slide showYegor Kozlov2008-04-194-0/+149
* initial support for rendering powerpoint slides into imagesYegor Kozlov2008-04-171-1/+1
* Support for getting OLE object data from slide showYegor Kozlov2008-04-161-0/+46
* Misc improvements in Freeform shapeYegor Kozlov2008-04-161-0/+80
* bug #41071 is fixed in trunk. Added a unit test and resolved.Yegor Kozlov2008-04-162-0/+20
* start improving handling of resources in HSLF. PPFont object represents a fon...Yegor Kozlov2008-04-152-0/+56
* TextShape is a common superclass of all shapes that can hold text. The subcla...Yegor Kozlov2008-04-154-4/+164
* misc usermodel improvements. Also added the source code for the ApacheconEU08...Yegor Kozlov2008-04-141-1/+1
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and...Nick Burch2008-04-112-16/+125
* Improve how POIFS works with directory entries, and update HWPFDocument to su...Nick Burch2008-04-101-0/+27
* Initial support for getting and changing chart titles and series titlesNick Burch2008-04-101-4/+76
* fix bug #44770: RuntimeException: Couldn't instantiate the class for type wit...Yegor Kozlov2008-04-082-0/+10
* misc usermodel improvements in HSLFYegor Kozlov2008-04-071-3/+3
* Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk...Nick Burch2008-04-074-14/+129
* Make a bit of a start on being able to edit chart titles, based on the email ...Nick Burch2008-04-031-0/+61
* Implement Sheet.removeShape(Shape shape) in HSLFYegor Kozlov2008-03-311-0/+28
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-2936-5316/+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-291-360/+0
* (real) fix for bug #44691. Modified Pmt.java to allow for 3 arguments. Adde...Josh Micich2008-03-273-72/+88
* 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-272-8/+19
* Make junit happyNick Burch2008-03-201-2/+2
* Test relating to bug #44636Nick Burch2008-03-201-0/+88
* Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu...Nick Burch2008-03-163-131/+213
* 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-132-14/+48
* Patch largely from Josh from bug #44539 - Support for area references in form...Nick Burch2008-03-072-9/+37
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0415-64/+605
* 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-221-0/+385
* Patch from Josh from bug #44371 - support for OFFSET function, and various tw...Nick Burch2008-02-212-0/+93
* Patch from Josh from bug #44403 - Further support for unusual, but valid, arg...Nick Burch2008-02-202-0/+115
* Further support for whole-column references, including formula strings and th...Nick Burch2008-02-151-13/+19
* Partial fix for bug #44410 - support whole column ranges such as C:C in the f...Nick Burch2008-02-151-0/+93
* Fix from Josh from bug #44421 - Update Match function to properly support Are...Nick Burch2008-02-151-12/+43
* Fix from Josh from bug #44417 - Improved handling of references for the need ...Nick Burch2008-02-151-22/+23
* Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, ...Nick Burch2008-02-151-0/+125
* Big formula update from Josh from bug #44364 - support for Match, NA and SumP...Nick Burch2008-02-1413-257/+895
* In the interests of sanity, stop having hssf test data files in scratchpad an...Nick Burch2008-02-143-0/+0
* If we have a document with a hpsf stream that exists, but is of the wrong typ...Nick Burch2008-02-112-0/+45
* Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh...Nick Burch2008-02-046-0/+549
* Patch from bug #44336 - correctly escape sheet names in formula references, i...Nick Burch2008-02-011-1/+1
* fix bug #44297: IntPtg must operate with unsigned short. Reading signed short...Yegor Kozlov2008-01-272-0/+103
* fix bug #44296: HSLF Not Extracting Slide Background ImageYegor Kozlov2008-01-252-0/+20
* Correctly handle the last paragraph via a fix to TableCell - patch from bug #...Nick Burch2008-01-252-0/+30
* Add another formula evaluation method, evaluateFormulaCell(cell), which will ...Nick Burch2008-01-241-0/+117