aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forgot to reset shared formula option during conversionJason Height2006-08-262-1/+7
* Found a case where the shared formula does not resolve. This was in the test ...Jason Height2006-08-263-37/+36
* bug 40285: Corrected index of CellIterator. In addition made CelIterator obey...Jason Height2006-08-251-1/+7
* 1. when formula parse fails, reported error now includes the "pointer" Amol S. Deshmukh2006-08-241-1/+3
* test case that checks to see if a case of MissingArgsPtg in the formula strin...Amol S. Deshmukh2006-08-241-0/+7
* Bug: 40267 squashed.Jason Height2006-08-181-1/+1
* Access to Saved By Information - patch from Trejkaz in bug #38647Nick Burch2006-08-146-0/+349
* git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@430976 13f7953...Sean Sullivan2006-08-121-1/+1
* 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
* In setCellFormula(String) the Ptg stack in FormulaRecord is cleared before fi...Amol S. Deshmukh2006-08-091-4/+11
* bugfix 38396: Exponential numbers are now handled by the formula parserAmol S. Deshmukh2006-08-092-5/+131
* Tweak comments about needing to use svn version, and add pointer to unit testsNick Burch2006-08-072-2/+19
* Made a bit of a meal out of the Shared formula patch, some of our test cases ...Jason Height2006-07-2729-365/+1206
* SHARED FORMULA SUPPORT:Jason Height2006-07-2517-67/+1349
* Bug 17890: Corrected exception text for zero byte file.Jason Height2006-07-252-0/+7
* Clean up of HSSFDataFormat. Whilst Bug 22456 was probably not an issue with t...Jason Height2006-07-251-20/+4
* Exception Chaining: Added support for java 1.4 style exception chaining. Beli...Jason Height2006-07-247-12/+15
* Bug 38486: Added handling of special 0x40 (64 dec) color.Jason Height2006-07-244-10/+88
* Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown.Jason Height2006-07-231-0/+1
* 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
* Add Nick and Yegor to the listNick Burch2006-07-031-0/+2
* Support re-ordering of slides, now that we know how slider ordering worksNick Burch2006-07-025-35/+498
* Helper method for when moving stuff about in an array, plus testNick Burch2006-07-022-1/+348
* 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
* Add action for alpha 2 releaseNick Burch2006-06-162-0/+11
* Tweak rich text handlingNick Burch2006-06-162-2/+13
* On some JVMs, the problem family dialog has a capital D - change the skips to...Nick Burch2006-06-161-2/+2