aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Update a test to match the new warning on short filesNick Burch2008-05-071-1/+1
* Add disabled test for bug #44898, and slightly improve a few poifs related er...Nick Burch2008-05-063-0/+37
* Another attempt to fix unicode problems in functionMetadata.txt. Made that f...Josh Micich2008-05-061-5/+80
* Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ...Nick Burch2008-05-061-4/+15
* 42570 - fixed LabelRecord to use empty string instead of null when the length...Josh Micich2008-05-063-0/+42
* 42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPt...Josh Micich2008-05-063-1/+97
* Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotesJosh Micich2008-05-051-51/+51
* Added test case method javadoc for old bug 44675Josh Micich2008-05-051-0/+8
* bug #44235 is not reproducible in 3.1-beta1Yegor Kozlov2008-05-052-0/+12
* Fixed 44675 - Parameter operand classes (function metadata) required to encod...Josh Micich2008-05-033-1/+72
* 44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and A...Josh Micich2008-05-022-7/+20
* added disabled junit for bug 44916Josh Micich2008-05-014-30/+98
* fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitiveJosh Micich2008-05-011-1/+19
* Tests to show that bugs 44891 and 44861 were both already fixedNick Burch2008-04-305-2/+38
* correctly process PICT blips (see bug #44886)Yegor Kozlov2008-04-302-0/+157
* Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when E...Nick Burch2008-04-272-1/+27
* added a unit test and closed bug #28774Yegor Kozlov2008-04-172-0/+11
* Rich text in HSSFTextbox must have at least one format run. Make sure it is s...Yegor Kozlov2008-04-161-0/+19
* Conditional Formatting (30311) - API improvements, added HSSFSheetConditional...Josh Micich2008-04-152-17/+21
* Nice and small change here... Update the formula parser code to use usermodel...Nick Burch2008-04-159-32/+25
* make sure all hslf classes use POI loggersYegor Kozlov2008-04-141-2/+2
* Finish off eventusermodel based Excel Extractor, and update the xls to csv co...Nick Burch2008-04-131-3/+1
* Start on a eventusermodel based excel text extractorNick Burch2008-04-131-0/+46
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and...Nick Burch2008-04-112-0/+71
* Update the sample embeded documents to be from know sources, so we can test b...Nick Burch2008-04-1110-0/+0
* bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRe...Josh Micich2008-04-103-5/+136
* Implement a proxy HSSFListener which tracks the format records, and lets you ...Nick Burch2008-04-091-0/+65
* some more tweaks for bug 30311. Set some (unused) bits in FontFormatting to ...Josh Micich2008-04-091-1/+1
* 30311 - More work on Conditional Formatting - patch from DmitriyJosh Micich2008-04-072-14/+26
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-0746-4212/+3145
* Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a b...Josh Micich2008-04-032-3/+4
* Fix for bug 44739 - Conditional formatting (regions with max row/col index)Josh Micich2008-04-033-72/+159
* Make a bit of a start on being able to edit chart titles, based on the email ...Nick Burch2008-04-032-0/+0
* Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefault...Yegor Kozlov2008-04-022-1/+61
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-021-0/+0
* Bug #44733 - DPRODUCT function should be index 189, not 191Josh Micich2008-04-014-15/+55
* changes/status for #44675, #44695, #44691Josh Micich2008-03-3111-163/+169
* silenced noisy testsJosh Micich2008-03-312-4/+4
* removed incorrect test case methodsJosh Micich2008-03-311-114/+1
* More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy....Josh Micich2008-03-317-414/+666
* Update Formula test spreadsheet for count, and also do a copy as an ooxml .xl...Nick Burch2008-03-302-0/+0
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-2936-0/+5316
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-291-0/+360
* Add test to show that bug #44693 is incorrectNick Burch2008-03-282-0/+24
* annotated previous changelist(641964) with wrong buzilla number. Previous ch...Josh Micich2008-03-271-2/+2
* fixes for ExternalNameRecord serialisation bug #44691Josh Micich2008-03-272-3/+58
* patch 44675 - made POI capable of recognising var-args functions. Some relat...Josh Micich2008-03-268-5/+825
* Fix for readCompressedUnicode not moaning about length=0, from bug #44643Nick Burch2008-03-202-0/+14
* Test relating to bug #44636Nick Burch2008-03-201-0/+0
* Fix bug #44627 - improve the thread safety of POILogFactoryNick Burch2008-03-192-17/+16