summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* More tweaks for bug 45404. Fixes for JDK 1.4, improved member scoping and fo...Josh Micich2008-07-281-372/+350
* Fix for DataFormatter on some JVMsNick Burch2008-07-281-3/+5
* Fix bug #45437 - Detect encrypted word documents, and throw an EncryptedDocum...Nick Burch2008-07-211-0/+24
* Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermode...Nick Burch2008-07-203-29/+717
* Patch from bug #45414 - Don't add too many UncalcedRecords to sheets with cha...Nick Burch2008-07-181-9/+14
* Patch from bug #45398 - Support detecting date formats containing "am/pm" as ...Nick Burch2008-07-181-1/+1
* Cell Style optimisations tooNick Burch2008-07-153-2/+96
* Start on HSSFOptimiser, which removes un-needed cell styles and fonts, fixing...Nick Burch2008-07-154-2/+222
* Support for removing low level font recordsNick Burch2008-07-151-0/+11
* Method to check if two fonts have the same contentsNick Burch2008-07-151-0/+25
* fixed bug #45322: HSSFSheet.autoSizeColumn() throws NPE when cell number form...Yegor Kozlov2008-07-152-7/+7
* Fix for bug 45380 - added return keyword in ArrayPtg.toFormulaString()Josh Micich2008-07-131-1/+1
* Inspired by bug #44958 - Record level support for Data Tables. (No formula pa...Nick Burch2008-07-137-1/+345
* Allow the cloning of one HSSFCellStyle onto another, including cloning styles...Nick Burch2008-07-123-0/+80
* Support for cloning one extended format record onto another, plus testsNick Burch2008-07-121-0/+21
* Support for cloning one font record onto another, plus testsNick Burch2008-07-121-0/+21
* Patch 45289 - finished support for special comparison operators in COUNTIFJosh Micich2008-07-112-152/+288
* Improve javadocs relating to getLastRowNumberNick Burch2008-07-101-5/+12
* Fix bug #45126 - Avoid generating multiple NamedRanges with the same name, wh...Nick Burch2008-07-102-7/+56
* Fix cell.getRichStringCellValue() for formula cells with string resultsNick Burch2008-07-101-4/+19
* Back port fixes from the ooxml branch for CellReference column number<->lette...Nick Burch2008-07-101-27/+54
* Fix bug #45365 - Handle more excel number formatting rules in FormatTrackingH...Nick Burch2008-07-101-0/+62
* Apply some changes inspired by bug # 45373, which improve the performance of ...Nick Burch2008-07-102-36/+82
* Fix for bug 45367 - fixed boundary case when row zero is the last row removed...Josh Micich2008-07-091-7/+8
* Fix for bug 45348 - required tweaks to RVA formula logicJosh Micich2008-07-091-20/+37
* Fix for bug 45354 - Proper distinguishing of cell references and named ranges...Josh Micich2008-07-083-95/+200
* Fix bug #45338 - JDK 1.4/1.5 issue from r673997Josh Micich2008-07-081-39/+37
* Fix bug #45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, a...Nick Burch2008-07-041-15/+28
* Fix bug #45336 - Fix HSSFColor.getTripletHash()Nick Burch2008-07-041-4/+8
* Fix for bug 45334 - added impl for ERROR.TYPE()Josh Micich2008-07-031-21/+74
* Fix for bug 45334 - formula parser needs to handle dots in identifiersJosh Micich2008-07-031-17/+72
* Avoid spurious missing lines with the MissingRecordAware event code, and odd ...Nick Burch2008-06-281-28/+40
* Finish the EventWorkbookBuilder, now does sheet references in formulas properlyNick Burch2008-06-281-4/+8
* Make a start on being able to process formulas in the eventusermodel codeNick Burch2008-06-241-0/+195
* Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for DeletedRe...Josh Micich2008-06-205-78/+63
* Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecordJosh Micich2008-06-192-139/+59
* A partial fix for bug #30978, but something still remains, which seems to be ...Nick Burch2008-06-181-2/+22
* Make the test related to bug #30978, which shows that named ranges pointing t...Nick Burch2008-06-161-1/+1
* Slight tweak for named ranges pointing at deleted sheets, related to bug #30978Nick Burch2008-06-163-3/+12
* added extra RVA test case (for bug 45206)Josh Micich2008-06-151-12/+10
* bug#44692 - Fixed HSSFPicture.resize() to properly resize pictures if the und...Yegor Kozlov2008-06-081-42/+113
* Correctly increment the reference count of a blip when a picture is insertedYegor Kozlov2008-06-081-0/+4
* Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera...Josh Micich2008-06-0766-2482/+1000
* Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte...Josh Micich2008-06-061-38/+23
* Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAg...Josh Micich2008-06-053-44/+70
* Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring to...Josh Micich2008-06-051-1/+9
* Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date...Nick Burch2008-05-281-2/+6
* Fix for 45060 (and 45041) - Improved token class transformation during formul...Josh Micich2008-05-285-323/+510
* Changed class hierarchy of Ptg to improve 'operand class' transformation.Josh Micich2008-05-2748-528/+395
* Small fix for FormulaParser. Need case-insentive match for IF function nameJosh Micich2008-05-261-14/+17