summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* unfinished release guide. It would be nice to have a html version.Yegor Kozlov2008-04-212-101/+135
* unfinished release guide. It would be nice to have a html version.Yegor Kozlov2008-04-211-0/+101
* update current version to 3.1-beta1Yegor Kozlov2008-04-212-2/+2
* a couple of HSLF examplesYegor Kozlov2008-04-212-0/+228
* more improvements in slide renderingYegor Kozlov2008-04-219-13/+155
* more improvements in slide renderingYegor Kozlov2008-04-2010-71/+228
* updated the docsYegor Kozlov2008-04-196-8/+34
* misc improvements in slide renderingYegor Kozlov2008-04-193-28/+60
* properly set shapeId for new shapesYegor Kozlov2008-04-197-9/+109
* Support for getting embedded sounds from slide showYegor Kozlov2008-04-1910-2/+565
* improved rendering of textYegor Kozlov2008-04-183-16/+78
* updated the list of changesYegor Kozlov2008-04-172-0/+2
* initial support for rendering powerpoint slides into imagesYegor Kozlov2008-04-1728-68/+1334
* added a unit test and closed bug #28774Yegor Kozlov2008-04-172-0/+11
* Support for getting OLE object data from slide showYegor Kozlov2008-04-1612-25/+412
* Misc improvements in Freeform shapeYegor Kozlov2008-04-162-10/+180
* Rich text in HSSFTextbox must have at least one format run. Make sure it is s...Yegor Kozlov2008-04-162-0/+22
* 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