aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc i...Yegor Kozlov2009-11-2114-1723/+0
* support for text extraction from PPT master slides, see Bugzilla 48161Yegor Kozlov2009-11-122-31/+52
* Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from no...Nick Burch2009-11-042-1/+17
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-0828-98/+98
* added Ant target to compile scratchpad examples, added example HSMF applicati...Yegor Kozlov2009-10-041-0/+185
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-1358-0/+0
* Fixed PPT parser to tolerate Comment2000 containers with missing comment text...Yegor Kozlov2009-09-062-31/+67
* Support for extraction of header / footer images in HWPF, see Bugzilla 47733Yegor Kozlov2009-08-312-1/+9
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-23215-820/+406
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-2216-397/+355
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-203-7/+0
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-1918-243/+165
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-1866-885/+827
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-1823-951/+894
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-181-0/+0
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-1837-3193/+2049
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-1899-2322/+1860
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-251-0/+0
* POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi...Paolo Mottadelli2009-07-211-0/+0
* POIXMLproperties: core properties improvement + testPaolo Mottadelli2009-07-201-0/+0
* fixed WordExtractor to avoid ArrayIndexOutOfBoundsException when encountering...Yegor Kozlov2009-07-182-3/+12
* Support for extraction of endnotes from docx filesYegor Kozlov2009-07-181-0/+0
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-183-0/+0
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-0/+0
* Support for getting OLE object data in PowerPointExtractor, see Bugzilla 47456Yegor Kozlov2009-07-052-50/+49
* Support fo text extraction of footnotes, endnotes and comments in HWPF, see B...Yegor Kozlov2009-06-274-28/+123
* fixed typo in SlideShow.removeSlide which prevened deletion of slide's notes,...Yegor Kozlov2009-06-273-8/+17
* fixed SimpleShape#getLineWidth to handle default line width, see Bugzilla #46392Yegor Kozlov2009-06-193-4/+19
* exposed TableCellDescriptor in HWPF TableCell, also removed unused private fi...Yegor Kozlov2009-06-192-6/+5
* improved HWPF to better handle unicode, patch provided by Benjamin Engele and...Yegor Kozlov2009-06-1915-87/+186
* Fixed SlideShow#removeSlide to remove references to Notes, see Bugzilla #47261Yegor Kozlov2009-06-196-4/+92
* fixed ordering of columns when reading a HSLF TableYegor Kozlov2009-06-191-1/+1
* Renamed test suites 'AllTests' to something more specificJosh Micich2009-06-123-70/+58
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-1210-131/+27
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-21487-14056/+13554
* removed obsolete scratchpad filesJosh Micich2009-05-218-637/+0
* Base class for "old version" exceptions, and new HSLF detection + use of old ...Nick Burch2009-05-165-6/+72
* 47179 - Fix string encoding issues with HSMF chunks on non-windows platformsNick Burch2009-05-162-4/+21
* Apply changes from BUREAU Nicolas from patch #47183 - attachment support for ...Nick Burch2009-05-167-3/+258
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-113-8/+8
* moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ...Yegor Kozlov2009-04-0822-0/+722
* support rotation of simple shapesYegor Kozlov2009-03-261-0/+9
* fixed a possible NPE in SimpleShape.getClientRecords()Yegor Kozlov2009-02-202-9/+7
* Added HLSF test suite hierarchy. Silenced noisy tests.Josh Micich2009-02-2010-308/+528
* More fixes to allow EscherContainerRecord to exclusively maintain 'child reco...Josh Micich2009-02-2014-106/+105
* Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ...Josh Micich2009-02-191-1/+1
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-194-121/+182
* correctly append picture data if Pictures stream contains entries with zero l...Yegor Kozlov2009-02-103-31/+41
* added a method to remove slidesYegor Kozlov2009-02-013-1/+89
* Improve a few commentsNick Burch2009-01-061-2/+7