| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Forgot to reset shared formula option during conversion | Jason Height | 2006-08-26 | 2 | -1/+7 |
* | Found a case where the shared formula does not resolve. This was in the test ... | Jason Height | 2006-08-26 | 3 | -37/+36 |
* | bug 40285: Corrected index of CellIterator. In addition made CelIterator obey... | Jason Height | 2006-08-25 | 1 | -1/+7 |
* | 1. when formula parse fails, reported error now includes the "pointer"
| Amol S. Deshmukh | 2006-08-24 | 1 | -1/+3 |
* | test case that checks to see if a case of MissingArgsPtg in the formula strin... | Amol S. Deshmukh | 2006-08-24 | 1 | -0/+7 |
* | Bug: 40267 squashed. | Jason Height | 2006-08-18 | 1 | -1/+1 |
* | Access to Saved By Information - patch from Trejkaz in bug #38647 | Nick Burch | 2006-08-14 | 6 | -0/+349 |
* | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@430976 13f7953... | Sean Sullivan | 2006-08-12 | 1 | -1/+1 |
* | Throw a more useful exception in the case of word95 documents | Nick Burch | 2006-08-10 | 1 | -2/+10 |
* | If we're created with an InputStream, check to see if it's really RTF before ... | Nick Burch | 2006-08-10 | 2 | -2/+25 |
* | In setCellFormula(String) the Ptg stack in FormulaRecord is cleared before fi... | Amol S. Deshmukh | 2006-08-09 | 1 | -4/+11 |
* | bugfix 38396: Exponential numbers are now handled by the formula parser | Amol S. Deshmukh | 2006-08-09 | 2 | -5/+131 |
* | Tweak comments about needing to use svn version, and add pointer to unit tests | Nick Burch | 2006-08-07 | 2 | -2/+19 |
* | Made a bit of a meal out of the Shared formula patch, some of our test cases ... | Jason Height | 2006-07-27 | 29 | -365/+1206 |
* | SHARED FORMULA SUPPORT: | Jason Height | 2006-07-25 | 17 | -67/+1349 |
* | Bug 17890: Corrected exception text for zero byte file. | Jason Height | 2006-07-25 | 2 | -0/+7 |
* | Clean up of HSSFDataFormat. Whilst Bug 22456 was probably not an issue with t... | Jason Height | 2006-07-25 | 1 | -20/+4 |
* | Exception Chaining: Added support for java 1.4 style exception chaining. Beli... | Jason Height | 2006-07-24 | 7 | -12/+15 |
* | Bug 38486: Added handling of special 0x40 (64 dec) color. | Jason Height | 2006-07-24 | 4 | -10/+88 |
* | Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown. | Jason Height | 2006-07-23 | 1 | -0/+1 |
* | Yegor's TxMasterStyleAtom code from Bug #40057 | Nick Burch | 2006-07-18 | 4 | -8/+454 |
* | Add lookups for the common text alignments | Nick Burch | 2006-07-18 | 1 | -1/+16 |
* | Yegor's update from bug #39991 - better identification of what underlying pic... | Nick Burch | 2006-07-14 | 3 | -1/+28 |
* | Expose the underlying TextRun | Nick Burch | 2006-07-13 | 1 | -0/+7 |
* | Add in a main() method, so people can stop moaning | Nick Burch | 2006-07-12 | 1 | -0/+18 |
* | Remove a bit of debug code | Nick Burch | 2006-07-03 | 1 | -2/+0 |
* | Get to a consistent indent | Nick Burch | 2006-07-03 | 1 | -140/+140 |
* | Yegor's Slide Title patch from bug 39948 | Nick Burch | 2006-07-03 | 2 | -1/+97 |
* | Add correct detection for encrypted powerpoint files. An exception will be th... | Nick Burch | 2006-07-03 | 11 | -60/+564 |
* | Add Nick and Yegor to the list | Nick Burch | 2006-07-03 | 1 | -0/+2 |
* | Support re-ordering of slides, now that we know how slider ordering works | Nick Burch | 2006-07-02 | 5 | -35/+498 |
* | Helper method for when moving stuff about in an array, plus test | Nick Burch | 2006-07-02 | 2 | -1/+348 |
* | Hopefully fix bug 39228 - big overhaul of how slides and notes are build, bas... | Nick Burch | 2006-06-27 | 4 | -153/+215 |
* | Update Document to offer the SlideListWithTexts by name, and change addSlide ... | Nick Burch | 2006-06-27 | 4 | -30/+76 |
* | Add action for alpha 2 release | Nick Burch | 2006-06-16 | 2 | -0/+11 |
* | Tweak rich text handling | Nick Burch | 2006-06-16 | 2 | -2/+13 |
* | On some JVMs, the problem family dialog has a capital D - change the skips to... | Nick Burch | 2006-06-16 | 1 | -2/+2 |