aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hslf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-254-23/+23
* merge trunkAndreas Beeker2018-12-142-0/+228
* #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-231-1/+0
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-312-26/+21
* disable ImageIO cache - probably need to set it in every test class or disabl...Andreas Beeker2018-04-291-0/+6
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-201-6/+7
* #62096 - Add support for tabstopsAndreas Beeker2018-02-111-0/+27
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-311-1/+1
* use non-deprecated versions of getCellTypePJ Fanning2017-09-181-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-163-8/+8
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-1/+1
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-231-1/+2
* @Ignore("requires an internet connection to a 3rd party site"Javen O'Neal2017-06-201-1/+14
* fix eclipse resource leak warningsAndreas Beeker2017-05-314-50/+46
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-201-8/+9
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-121/+121
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-082-27/+38
* fix eclipse warnings - close resourcesAndreas Beeker2016-12-198-352/+354
* eclipse warnings - close resourcesAndreas Beeker2016-12-131-3/+9
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a...Andreas Beeker2016-11-281-14/+23
* Bug 60294 - Add "unknown" ShapeType for 4095Andreas Beeker2016-10-221-0/+12
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-203-4/+4
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-201-2/+2
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-192-8/+6
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-192-1/+4
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...Tim Allison2016-10-191-0/+58
* bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage fo...Javen O'Neal2016-07-171-0/+35
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-043-12/+15
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-4/+2
* HSLF: Add support for system colorsAndreas Beeker2016-03-141-1/+41
* #59056 - Render individual slideshow shapesAndreas Beeker2016-02-292-1/+27
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-241-19/+17
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-121-2/+59
* #55030 - RichTextRun getFontName can not get Chinese font nameAndreas Beeker2015-12-311-4/+20
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-312-2/+30
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-141-0/+9
* #58718 - Master styles not initialized when running multithreadedAndreas Beeker2015-12-131-0/+12
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-302-8/+44
* Add helper method for opening the test files - maybe switched to InputStream ...Andreas Beeker2015-11-291-32/+36
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-211-4/+4
* #55955 - Filling an existing ppt table stopped working with 3.9Andreas Beeker2015-11-161-8/+67
* close resources, as SlideShow is now CloseableAndreas Beeker2015-11-021-235/+175
* #45908 - RichTextRun.setBullet(false) doesn't work, bullets still hereAndreas Beeker2015-11-011-2/+71
* #45088 - POI-HSLF changeTextInRichTextRun corrupts presentationAndreas Beeker2015-11-011-0/+30
* #45124 - inserting text or images wipes out boldness and makes everything italicAndreas Beeker2015-10-311-1/+46
* #58516 - Rare new aioobe in 3.13 on initialization of a handful of pptsAndreas Beeker2015-10-291-2/+9
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-292-4/+40
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-212-11/+38
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-203-62/+132
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-242-5/+5