summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* WhitespaceNick Burch2016-10-251-72/+72
* v5 text extractionNick Burch2016-10-252-5/+5
* Inconsistent whitespaceNick Burch2016-10-255-142/+142
* Refactor child pointer logic to the factoryNick Burch2016-10-256-64/+104
* Work in progress - v5 pointer containersNick Burch2016-10-252-8/+53
* Partial Visio v5 pointer supportNick Burch2016-10-254-8/+91
* Bug 60294 - Add "unknown" ShapeType for 4095Andreas Beeker2016-10-221-0/+12
* Fix some IDE warnings, JavaDoc, ...Dominik Stadler2016-10-212-97/+74
* whitespaceJaven O'Neal2016-10-201-66/+66
* upgrade to junit4Javen O'Neal2016-10-201-12/+29
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-2056-109/+109
* close resourceJaven O'Neal2016-10-201-0/+2
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-2010-108/+98
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-194-16/+13
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-1930-31/+73
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...Tim Allison2016-10-196-3/+359
* Bug 53191 - Problems with line style when converting ppt to pngAndreas Beeker2016-10-161-19/+39
* Bug 60003 - Regression: HSLF Powerpoint text extractor from footer of master ...Andreas Beeker2016-10-083-25/+74
* Add initial compile steps with a simple multi-project setup to build.gradleDominik Stadler2016-10-072-105/+70
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-051-12/+26
* Bug 59857 - Password protected files with "Microsoft Enhanced Cryptographic P...Andreas Beeker2016-09-284-168/+245
|\
| * merge trunk to branchAndreas Beeker2016-09-283-8/+27
| * merge trunk to branchAndreas Beeker2016-09-193-12/+15
| * merge trunk to branchAndreas Beeker2016-08-196-121/+177
| * add encryption supportAndreas Beeker2016-08-191-2/+2
| * merge down trunkAndreas Beeker2016-08-082-8/+111
| * HSSF CryptoAPI decryption supportAndreas Beeker2016-08-081-1/+3
| * Preparations for hssf_cryptoapi:Andreas Beeker2016-08-033-167/+243
* | Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi...Dominik Stadler2016-09-281-8/+8
* | bug 57843: add failing unit test: Word 6.0 (1993) fails with ArrayIndexOutOfB...Javen O'Neal2016-09-221-0/+17
* | Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-211-0/+2
* | bug 58190: add @since annotations to SlideShow.addPicture and findPictureJaven O'Neal2016-09-141-0/+3
* | bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-142-12/+12
* | revert r1753048 due to AIOOB regressionJaven O'Neal2016-08-161-49/+49
* | make member variables finalJaven O'Neal2016-08-151-3/+3
* | extract string constant out of codeJaven O'Neal2016-08-151-1/+3
* | simplify unit test using assertContainsIgnoreCaseJaven O'Neal2016-08-151-2/+2
* | whitespace, remove unused variable, expose Set interface for seenNotes, appen...Javen O'Neal2016-08-151-5/+4
* | bug 59773: move loop invariants out of for-loop for performance, use for-each...Javen O'Neal2016-08-151-12/+14
* | Slightly simplify HWPF writing code, and add in-place write testsNick Burch2016-08-112-37/+75
* | HWPF in-place write supportNick Burch2016-08-111-18/+33
* | HWPFDocument.write(File) support and tests #57919Nick Burch2016-07-262-8/+111
|/
* In-place write for HSLF #57919Nick Burch2016-07-213-15/+46
* Javadoc updatesNick Burch2016-07-211-4/+11
* #57919 HSLF writing to new FileNick Burch2016-07-202-25/+69
* #57919 HPSF writing better error handling, and start prep for HSLF more write...Nick Burch2016-07-201-10/+17
* Whitespace / indentsNick Burch2016-07-202-350/+337
* #57919 Add in-place and new-File write methods to POIDocumentNick Burch2016-07-204-8/+37
* Mark some more scratchpad document types as currently being read-onlyNick Burch2016-07-203-18/+14
* Helper class for implementing extra write methods (#57919) for Scratchpad cla...Nick Burch2016-07-202-7/+61