aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/sl/usermodel
Commit message (Expand)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2020-12-261-2/+2
* #64817 - Fix issue in testXLSXinPPTAndreas Beeker2020-10-181-2/+3
* OSGi support: register service providers in bundle activatorYegor Kozlov2020-09-221-0/+8
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-161-1/+2
* also handle wrapped OOXML "Package" nodes inside of OLE2 containersAndreas Beeker2020-08-141-2/+4
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-142-133/+146
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-051-2/+0
* Sonar FixesAndreas Beeker2020-03-291-13/+15
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-191-6/+19
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-61/+47
* #63918 - Fix texture fill - scale stretched images correctlyAndreas Beeker2019-11-111-0/+32
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-121-3/+11
* Catch missing scratchpad state for EMF / WMF renderingAndreas Beeker2019-09-161-1/+6
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-111-8/+25
* Bug 63580 - Fix texture paint handlingAndreas Beeker2019-07-221-0/+65
* tidy up some int castsPJ Fanning2019-06-121-1/+1
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-4/+4
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-285-54/+37
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-1/+1
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-251-10/+10
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-254-30/+30
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-0/+10
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-1/+4
* #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-091-8/+7
* #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-121-0/+47
* #62564 - replace Thread.currentThread().getContextClassLoader() with getClass...Andreas Beeker2018-07-241-1/+1
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-1/+1
* #62355 - unsplit packages - 2 - modified classes (not only imports)Andreas Beeker2018-05-271-1/+3
* #62051 - Two shapes have the same shapeId within the same slide.Andreas Beeker2018-05-201-0/+14
* #62037 - SlideNames should not be null but have a default as if accessed by VBAAndreas Beeker2018-05-161-0/+7
* #62319 - handle slide layouts in extractorAndreas Beeker2018-04-201-0/+7
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-202-15/+58
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-202-3/+39
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-186-1/+200
* #62096 - Add support for tabstopsAndreas Beeker2018-02-113-1/+104
* #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
* #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide doesAndreas Beeker2017-11-021-0/+16
* Remove unnecessary local variablesDominik Stadler2017-09-161-2/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Remove unnecessary semicolonsDominik Stadler2017-09-161-1/+1
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-22/+14
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-231-2/+56
* Rollback of r1801368 because of a generics bug with self-referenced types in ...Andreas Beeker2017-07-0923-24/+24
* SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-07-0923-24/+24
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-081-0/+36