summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bug #41071 is fixed in trunk. Added a unit test and resolved.Yegor Kozlov2008-04-164-0/+26
* Conditional Formatting (30311) - API improvements, added HSSFSheetConditional...Josh Micich2008-04-1512-258/+422
* Nice and small change here... Update the formula parser code to use usermodel...Nick Burch2008-04-1575-227/+254
* Improved factoring of ppt objects. For ppt tabels Slide.getShapes() returns t...Yegor Kozlov2008-04-153-15/+107
* TextSpecInfoAtom is present in PPT 2003+. When the text is changed we must up...Yegor Kozlov2008-04-152-1/+86
* start improving handling of resources in HSLF. PPFont object represents a fon...Yegor Kozlov2008-04-156-13/+464
* TextShape is a common superclass of all shapes that can hold text. The subcla...Yegor Kozlov2008-04-1516-470/+797
* make sure all hslf classes use POI loggersYegor Kozlov2008-04-1422-70/+90
* Switch to using our own logger, rather than the commons oneNick Burch2008-04-143-4/+7
* misc usermodel improvements. Also added the source code for the ApacheconEU08...Yegor Kozlov2008-04-1410-138/+716
* use commons logging throughout the codeYegor Kozlov2008-04-1410-46/+38
* Add information of EventBasedExcelExtractor to the documentationNick Burch2008-04-131-0/+7
* Finish off eventusermodel based Excel Extractor, and update the xls to csv co...Nick Burch2008-04-133-14/+48
* Start on a eventusermodel based excel text extractorNick Burch2008-04-132-0/+306
* Various new bits of documentation on embeded files and text extractionNick Burch2008-04-134-0/+203
* fixed typo and formatting in class javadocJosh Micich2008-04-112-5/+5
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and...Nick Burch2008-04-1110-29/+333
* Update the sample embeded documents to be from know sources, so we can test b...Nick Burch2008-04-1110-0/+0
* Improve how POIFS works with directory entries, and update HWPFDocument to su...Nick Burch2008-04-1010-23/+99
* Initial support for getting and changing chart titles and series titlesNick Burch2008-04-107-27/+245
* bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRe...Josh Micich2008-04-109-31/+334
* Implement a proxy HSSFListener which tracks the format records, and lets you ...Nick Burch2008-04-093-30/+197
* Provide a common ole2 implementation of POITextExtractor, which gives access ...Nick Burch2008-04-095-8/+61
* some more tweaks for bug 30311. Set some (unused) bits in FontFormatting to ...Josh Micich2008-04-093-559/+503
* fix bug #44770: RuntimeException: Couldn't instantiate the class for type wit...Yegor Kozlov2008-04-084-4/+28
* misc usermodel improvements in HSLFYegor Kozlov2008-04-076-279/+1803
* empty.ppt with the master styles compatible with PPT 2003Yegor Kozlov2008-04-071-0/+0
* Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk...Nick Burch2008-04-0711-26/+236
* 30311 - More work on Conditional Formatting - patch from DmitriyJosh Micich2008-04-0710-280/+327
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-0749-4218/+3156
* Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a b...Josh Micich2008-04-033-6/+7
* Fix for bug 44739 - Conditional formatting (regions with max row/col index)Josh Micich2008-04-037-115/+186
* Make a bit of a start on being able to edit chart titles, based on the email ...Nick Burch2008-04-034-0/+139
* Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefault...Yegor Kozlov2008-04-023-6/+68
* added set accessor to indentation levelYegor Kozlov2008-04-021-0/+9
* Restored an entry that had been deleted by chance.Rainer Klute2008-04-021-0/+1
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-025-4/+11
* fix for bug 44710 - Incorrect skip() of second formula in DATAVALIDATION recordJosh Micich2008-04-011-15/+10
* Bug #44733 - DPRODUCT function should be index 189, not 191Josh Micich2008-04-015-16/+56
* Implement Sheet.removeShape(Shape shape) in HSLFYegor Kozlov2008-03-315-0/+72
* changes/status for #44675, #44695, #44691Josh Micich2008-03-3123-226/+235
* silenced noisy testsJosh Micich2008-03-313-31/+29
* 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-3117-1635/+1965
* Update Formula test spreadsheet for count, and also do a copy as an ooxml .xl...Nick Burch2008-03-302-0/+0
* Count implementation from ooxml branchNick Burch2008-03-301-2/+95
* Documentation updateNick Burch2008-03-291-5/+6
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-29376-5/+7
* Merge several bug tests into one fileNick Burch2008-03-294-245/+169
* Update docs now that missing record aware eventusermodel has movedNick Burch2008-03-291-2/+3