summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* Support for DIB picture types, from Bug 40740Nick Burch2006-10-175-0/+127
* Support for Master Sheets from Yegor (bug 40753)Nick Burch2006-10-1726-323/+1068
* Don't depend on source files being utf8 for test to workNick Burch2006-10-171-1/+1
* If we hit an unknown picture type, don't break completely - report an error b...Nick Burch2006-10-122-5/+10
* Fix for NPE in bug #40036. The TextBox will still be fairly useless thoughNick Burch2006-09-263-8/+54
* FOP fix from bug #39086Nick Burch2006-09-261-4/+8
* From bug #38616 - support for extracting images from word files, plus tests f...Nick Burch2006-09-268-0/+645
* Don't just assume we'll only have container records for the shape's escher re...Nick Burch2006-09-261-6/+20
* Handle the case where a StyleTextPropAtom has a mask that codes for more prop...Nick Burch2006-09-264-8/+81
* Support alignment and indent levels for HSLF - patch from Yegor in bug #40324Nick Burch2006-09-194-13/+97
* Improved picture support for HSLF, from Yegor in bug 40388Nick Burch2006-09-1918-232/+1211
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-2927-64/+3
* Hopefully fixed scratchpad test org.apache.poi.hssf/record/formula/functions/...Jason Height2006-08-283-11/+13
* Found a case where the shared formula does not resolve. This was in the test ...Jason Height2006-08-261-13/+8
* Access to Saved By Information - patch from Trejkaz in bug #38647Nick Burch2006-08-146-0/+349
* Throw a more useful exception in the case of word95 documentsNick Burch2006-08-101-2/+10
* If we're created with an InputStream, check to see if it's really RTF before ...Nick Burch2006-08-102-2/+25
* Yegor's TxMasterStyleAtom code from Bug #40057Nick Burch2006-07-184-8/+454
* Add lookups for the common text alignmentsNick Burch2006-07-181-1/+16
* Yegor's update from bug #39991 - better identification of what underlying pic...Nick Burch2006-07-143-1/+28
* Expose the underlying TextRunNick Burch2006-07-131-0/+7
* Add in a main() method, so people can stop moaningNick Burch2006-07-121-0/+18
* Remove a bit of debug codeNick Burch2006-07-031-2/+0
* Get to a consistent indentNick Burch2006-07-031-140/+140
* Yegor's Slide Title patch from bug 39948Nick Burch2006-07-032-1/+97
* Add correct detection for encrypted powerpoint files. An exception will be th...Nick Burch2006-07-0311-60/+564
* Support re-ordering of slides, now that we know how slider ordering worksNick Burch2006-07-025-35/+498
* Hopefully fix bug 39228 - big overhaul of how slides and notes are build, bas...Nick Burch2006-06-274-153/+215
* Update Document to offer the SlideListWithTexts by name, and change addSlide ...Nick Burch2006-06-274-30/+76
* Tweak rich text handlingNick Burch2006-06-162-2/+13
* Tweak commentsNick Burch2006-06-161-2/+2
* Tests for new RichText codeNick Burch2006-06-131-5/+203
* Refactor to allow easy testing of multiple files. Will enable a second file w...Nick Burch2006-06-131-7/+29
* Hopefully handle the building and using of RichTextRuns correctly. Should inc...Nick Burch2006-06-132-39/+150
* Some PersistPtrHolders seem to reference records stored after them. Add a sec...Nick Burch2006-06-132-9/+28
* Some initial changes that are needed to fix bug #38544Nick Burch2006-06-122-9/+30
* New dev program for helping us understand how SlideListWithTexts interactNick Burch2006-06-122-1/+92
* Add some comments to the code, to help understand why an extra +1 is added (b...Nick Burch2006-06-121-0/+4
* Make the output of the positions easier to understandNick Burch2006-06-121-1/+1
* Better handling of zero sized images, and where the picture stream doesn't ha...Nick Burch2006-06-122-3/+14
* Add test for empty constructorNick Burch2006-05-101-1/+20
* Don't blindly cast children to FontEntityAtomNick Burch2006-05-091-6/+10
* Fixes from Yegor, from bug #39395Nick Burch2006-05-0813-177/+620
* Tests to go with fix for bug 39374Nick Burch2006-04-211-1/+46
* Fix for bug 39374 - handle unicode text runsNick Burch2006-04-211-12/+13
* Tests for fixes associated with Bug 39324Nick Burch2006-04-212-28/+314
* Bug fix for newly created bitmask values (part of bug 39324). A few enhanceme...Nick Burch2006-04-211-17/+50
* When adding TextBoxes to a slide, make sure we update the PPDrawing's cache o...Nick Burch2006-04-211-0/+7
* Test to ensure that when we add slides, we can write them back out and everyt...Nick Burch2006-04-191-0/+191
* Updated test from Yegor, to also test creating text boxes with propertiesNick Burch2006-04-191-27/+23