| Commit message (Expand) | Author | Age | Files | Lines |
* | copy2license run on these (after a bit of munging) | Henri Yandell | 2006-12-22 | 2 | -26/+28 |
* | Applied copy2license script to the files that were converted by dos2unix. ant... | Henri Yandell | 2006-12-22 | 41 | -205/+246 |
* | Applying dos2unix on some of the Java files. The copy2license script isn't pi... | Henri Yandell | 2006-12-22 | 45 | -7317/+7317 |
* | Applying the copy2license.pl script (with tiny modification to allow for more... | Henri Yandell | 2006-12-22 | 920 | -4600/+5520 |
* | Try to work with files that don't have a master SlideListWithText, but go str... | Nick Burch | 2006-12-14 | 1 | -6/+42 |
* | If we have a picture of type 0, don't even bother trying to create a PictureD... | Nick Burch | 2006-12-14 | 3 | -14/+37 |
* | Switch the position of one tag, so an older version of forrest likes it | Nick Burch | 2006-12-12 | 1 | -1/+1 |
* | When sorting the contents of a directory, do so in a way that doesn't upset E... | Nick Burch | 2006-12-12 | 3 | -3/+182 |
* | Support Excel files which contain a WORKBOOK entry, rather than the usual Wor... | Nick Burch | 2006-11-30 | 3 | -1/+62 |
* | Support compressed pictures properly, from bug #41032 | Nick Burch | 2006-11-29 | 6 | -23/+144 |
* | Update from Yegor in bug 41046 - support background shapes and fills | Nick Burch | 2006-11-28 | 8 | -0/+597 |
* | Ditch a few calls to System.out, in favour of calls to POILogger | Nick Burch | 2006-11-28 | 2 | -6/+20 |
* | Fix for bug 41015 - add in another paragraph property | Nick Burch | 2006-11-28 | 3 | -1/+34 |
* | added amol to the list | Amol S. Deshmukh | 2006-11-28 | 1 | -0/+1 |
* | superclass for logical functions | Amol S. Deshmukh | 2006-11-26 | 1 | -0/+31 |
* | updated to include additional tests for IF() | Amol S. Deshmukh | 2006-11-26 | 1 | -1/+1 |
* | initial version | Amol S. Deshmukh | 2006-11-26 | 7 | -18/+305 |
* | implemented IF() function | Amol S. Deshmukh | 2006-11-26 | 2 | -1/+40 |
* | added testcases for functions: if, islogical, isnontext, isnumber, isref, ist... | Amol S. Deshmukh | 2006-11-26 | 1 | -0/+0 |
* | replaced use of deprecated calls to get string value from cell | Amol S. Deshmukh | 2006-11-26 | 1 | -2/+2 |
* | Fixed:
| Amol S. Deshmukh | 2006-11-22 | 1 | -7/+8 |
* | removed use of deprecated calls to get the String value of a cell | Amol S. Deshmukh | 2006-11-21 | 1 | -40/+28 |
* | Detect when the Current User stream is too short, and give a more helpful exc... | Nick Burch | 2006-11-20 | 1 | -0/+7 |
* | Avoid an exception when getting the default bitmap image size on some JVMs | Nick Burch | 2006-11-13 | 2 | -5/+17 |
* | Support for DIB picture types, from Bug 40740 | Nick Burch | 2006-10-17 | 5 | -0/+127 |
* | Support for Master Sheets from Yegor (bug 40753) | Nick Burch | 2006-10-17 | 26 | -323/+1068 |
* | Don't depend on source files being utf8 for test to work | Nick Burch | 2006-10-17 | 1 | -1/+1 |
* | If we hit an unknown picture type, don't break completely - report an error b... | Nick Burch | 2006-10-12 | 2 | -5/+10 |
* | Fix for NPE in bug #40036. The TextBox will still be fairly useless though | Nick Burch | 2006-09-26 | 3 | -8/+54 |
* | FOP fix from bug #39086 | Nick Burch | 2006-09-26 | 1 | -4/+8 |
* | From bug #38616 - support for extracting images from word files, plus tests f... | Nick Burch | 2006-09-26 | 8 | -0/+645 |
* | Don't just assume we'll only have container records for the shape's escher re... | Nick Burch | 2006-09-26 | 1 | -6/+20 |
* | Handle the case where a StyleTextPropAtom has a mask that codes for more prop... | Nick Burch | 2006-09-26 | 4 | -8/+81 |
* | Support alignment and indent levels for HSLF - patch from Yegor in bug #40324 | Nick Burch | 2006-09-19 | 5 | -23/+107 |
* | Improved picture support for HSLF, from Yegor in bug 40388 | Nick Burch | 2006-09-19 | 19 | -251/+1251 |
* | Update a cvs link to an svn one | Nick Burch | 2006-09-15 | 1 | -1/+1 |
* | Bug 30635: getLastCellNum return last cell num + 1. Made this clear in javadoc. | Jason Height | 2006-09-11 | 2 | -5/+5 |
* | BUG 27496: get/setPageBreak and get/getColumnBreak now work correctly if a te... | Jason Height | 2006-09-08 | 2 | -19/+42 |
* | replaced use of String.contains(..) with String.indexOf(..) >= 0 to make it J... | Amol S. Deshmukh | 2006-08-29 | 1 | -1/+1 |
* | Just removed a bunch of unused imports etc. Reduces eclipse warnings | Jason Height | 2006-08-29 | 41 | -104/+24 |
* | bug 23631: support for getting the current pane information in excel | Jason Height | 2006-08-29 | 5 | -7/+144 |
* | bug 31044: Corrected parsing of references which contain double sheet names i... | Jason Height | 2006-08-28 | 1 | -2/+13 |
* | Bug 33736: Applied patch for Column Hiding. Thanks | Jason Height | 2006-08-28 | 2 | -0/+68 |
* | Bug28755: CellReference will throws IllegalArgumentException when an illegal ... | Jason Height | 2006-08-28 | 1 | -1/+5 |
* | Bug36646: Ret3dPtg to include quotes when sheetname contains a space. | Jason Height | 2006-08-28 | 1 | -1/+7 |
* | Hopefully fixed scratchpad test org.apache.poi.hssf/record/formula/functions/... | Jason Height | 2006-08-28 | 3 | -11/+13 |
* | Removed EXPERIMENTAL indication on the formula support. | Jason Height | 2006-08-27 | 2 | -44/+0 |
* | Added explicit RecordFormatException when a FilePass record (indicating that ... | Jason Height | 2006-08-27 | 6 | -3/+213 |
* | Bug 38796: Check for null in PageBreakRecord | Jason Height | 2006-08-27 | 1 | -1/+3 |
* | Throw exception rather than returning NO IDEA SHARED FORMULA | Jason Height | 2006-08-27 | 1 | -1/+2 |