summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* copy2license run on these (after a bit of munging)Henri Yandell2006-12-222-26/+28
* Applied copy2license script to the files that were converted by dos2unix. ant...Henri Yandell2006-12-2241-205/+246
* Applying dos2unix on some of the Java files. The copy2license script isn't pi...Henri Yandell2006-12-2245-7317/+7317
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-22920-4600/+5520
* 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
* Switch the position of one tag, so an older version of forrest likes itNick Burch2006-12-121-1/+1
* When sorting the contents of a directory, do so in a way that doesn't upset E...Nick Burch2006-12-123-3/+182
* Support Excel files which contain a WORKBOOK entry, rather than the usual Wor...Nick Burch2006-11-303-1/+62
* 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-288-0/+597
* 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
* added amol to the listAmol S. Deshmukh2006-11-281-0/+1
* 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-195-23/+107
* Improved picture support for HSLF, from Yegor in bug 40388Nick Burch2006-09-1919-251/+1251
* Update a cvs link to an svn oneNick Burch2006-09-151-1/+1
* Bug 30635: getLastCellNum return last cell num + 1. Made this clear in javadoc.Jason Height2006-09-112-5/+5
* BUG 27496: get/setPageBreak and get/getColumnBreak now work correctly if a te...Jason Height2006-09-082-19/+42
* replaced use of String.contains(..) with String.indexOf(..) >= 0 to make it J...Amol S. Deshmukh2006-08-291-1/+1
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-2941-104/+24
* bug 23631: support for getting the current pane information in excelJason Height2006-08-295-7/+144
* bug 31044: Corrected parsing of references which contain double sheet names i...Jason Height2006-08-281-2/+13
* Bug 33736: Applied patch for Column Hiding. ThanksJason Height2006-08-282-0/+68
* Bug28755: CellReference will throws IllegalArgumentException when an illegal ...Jason Height2006-08-281-1/+5
* Bug36646: Ret3dPtg to include quotes when sheetname contains a space.Jason Height2006-08-281-1/+7
* Hopefully fixed scratchpad test org.apache.poi.hssf/record/formula/functions/...Jason Height2006-08-283-11/+13
* Removed EXPERIMENTAL indication on the formula support.Jason Height2006-08-272-44/+0
* Added explicit RecordFormatException when a FilePass record (indicating that ...Jason Height2006-08-276-3/+213
* Bug 38796: Check for null in PageBreakRecordJason Height2006-08-271-1/+3
* Throw exception rather than returning NO IDEA SHARED FORMULAJason Height2006-08-271-1/+2