summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/sl
Commit message (Expand)AuthorAgeFilesLines
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-4/+4
* Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so...Dominik Stadler2019-03-021-1/+4
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-131-15/+2
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-287-221/+223
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-1/+1
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-252-16/+18
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2513-50/+50
* #63017 - Remove rows from a XSLFTableAndreas Beeker2018-12-183-8/+14
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-163-15/+39
* #60656 - EMF image support in slideshowsAndreas Beeker2018-12-167-83/+103
|\
| * merge trunkhemfAndreas Beeker2018-12-161-1/+4
| |\ | |/ |/|
* | #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-1/+4
* | #62999 - IBM JDK JIT causes AIOOBE in TexturePaintContextAndreas Beeker2018-12-104-6/+28
* | #62966 - init presetShapeDefinitions.xml fail under IBM jdkAndreas Beeker2018-12-091-21/+24
* | #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-094-51/+30
* | #62949 - SlideShow rendering - keyframe fractions must be increasingAndreas Beeker2018-11-252-82/+70
| * merge trunkAndreas Beeker2018-12-149-160/+152
| * #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-11-121-16/+35
| * #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-241-8/+31
| * #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-236-65/+43
|/
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-8/+8
* Ensure that file handles are closed for encrypted filesDominik Stadler2018-08-261-0/+4
* Adjust test for JDK 9, 10 and 11Dominik Stadler2018-08-261-1/+1
* #61589 - Importing content does not copy hyperlink addressAndreas Beeker2018-08-122-19/+76
* #62564 - replace Thread.currentThread().getContextClassLoader() with getClass...Andreas Beeker2018-07-242-2/+2
* sonar fixesAndreas Beeker2018-06-021-43/+41
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-272-2/+2
* #62355 - unsplit packages - 2 - modified classes (not only imports)Andreas Beeker2018-05-271-1/+3
* sonar fixesAndreas Beeker2018-05-221-1/+1
* #62051 - Two shapes have the same shapeId within the same slide.Andreas Beeker2018-05-201-0/+14
* remove test codeAndreas Beeker2018-05-171-9/+0
* #62037 - SlideNames should not be null but have a default as if accessed by VBAAndreas Beeker2018-05-161-0/+7
* #62381 - Fix rendering of AutoShapesAndreas Beeker2018-05-162-67/+93
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-22/+18
* #62319 - handle slide layouts in extractorAndreas Beeker2018-04-202-24/+43
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-202-15/+58
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-203-4/+66
* Nullpointer fix for slideshow extractorAndreas Beeker2018-04-191-1/+1
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-188-2/+510
* Try to avoid one NPE that popped up in commoncrawl-corpus testsDominik Stadler2018-04-043-2/+17
* Update JAXB classes with fixed javadocs for java 8 doclintAndreas Beeker2018-02-1163-2220/+2203
* #62096 - Add support for tabstopsAndreas Beeker2018-02-113-1/+104
* FindBugs fixesAndreas Beeker2018-02-111-8/+9
* fix findbug issues introduced recentlyPJ Fanning2018-01-311-3/+3
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-314-0/+357
* #61943 - SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-12-3123-24/+24
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-211-1/+3
* [bug-61792] basic testPJ Fanning2017-11-201-0/+4
* [bug-61792] some changes to avoid iterating over chars of StringsPJ Fanning2017-11-201-26/+8
* #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide doesAndreas Beeker2017-11-021-0/+16