aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* Refactor the TextPropCollection and TextProp classes into their own model pac...Nick Burch2007-01-1515-380/+503
* Fix for bug #41357, by moving byte array creation until after we've decided t...Nick Burch2007-01-153-5/+55
* Update the order of the TextProps, as it seems not to be based quite on the m...Nick Burch2007-01-152-10/+73
* git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496331 13f7953...Mark Thomas2007-01-1510-0/+160
* Add standard licence headerMark Thomas2007-01-15336-9/+5360
* Throw an exception if a picture claims to have a negative amount of data. Sho...Nick Burch2007-01-121-0/+8
* Handle the fact that StyleTextPropAtom needs to work with a text length that'...Nick Burch2007-01-113-6/+20
* Update with new knowledge of how this all works, from bug #41176Nick Burch2007-01-091-33/+16
* Applied copy2license script to the files that were converted by dos2unix. ant...Henri Yandell2006-12-2233-165/+198
* Applying dos2unix on some of the Java files. The copy2license script isn't pi...Henri Yandell2006-12-2237-5758/+5758
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-22276-1380/+1656
* Try to work with files that don't have a master SlideListWithText, but go str...Nick Burch2006-12-141-6/+42
* If we have a picture of type 0, don't even bother trying to create a PictureD...Nick Burch2006-12-143-14/+37
* Support compressed pictures properly, from bug #41032Nick Burch2006-11-296-23/+144
* Update from Yegor in bug 41046 - support background shapes and fillsNick Burch2006-11-287-0/+555
* Ditch a few calls to System.out, in favour of calls to POILoggerNick Burch2006-11-282-6/+20
* Fix for bug 41015 - add in another paragraph propertyNick Burch2006-11-283-1/+34
* superclass for logical functionsAmol S. Deshmukh2006-11-261-0/+31
* updated to include additional tests for IF()Amol S. Deshmukh2006-11-261-1/+1
* initial versionAmol S. Deshmukh2006-11-267-18/+305
* implemented IF() functionAmol S. Deshmukh2006-11-262-1/+40
* added testcases for functions: if, islogical, isnontext, isnumber, isref, ist...Amol S. Deshmukh2006-11-261-0/+0
* replaced use of deprecated calls to get string value from cellAmol S. Deshmukh2006-11-261-2/+2
* Fixed: Amol S. Deshmukh2006-11-221-7/+8
* removed use of deprecated calls to get the String value of a cellAmol S. Deshmukh2006-11-211-40/+28
* Detect when the Current User stream is too short, and give a more helpful exc...Nick Burch2006-11-201-0/+7
* Avoid an exception when getting the default bitmap image size on some JVMsNick Burch2006-11-132-5/+17
* 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