aboutsummaryrefslogtreecommitdiffstats
path: root/test-data/slideshow
Commit message (Collapse)AuthorAgeFilesLines
* [github-404] issue with text runs and styling relating to table cells. ↵PJ Fanning2022-12-122-0/+0
| | | | | | Thanks to gffloodg. This closes #404 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905933 13f79535-47bb-0310-9956-ffa450edef68
* pptx testPJ Fanning2022-09-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904334 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66278] Bug with multiple gradient stops at the exact same location ↵PJ Fanning2022-09-271-0/+0
| | | | | | causing a rendering failure (AWT -> not enough colors in gradient). Thanks to Gareth Floodgate. This closes #385 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904301 13f79535-47bb-0310-9956-ffa450edef68
* test for TIKA-2605PJ Fanning2022-08-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903776 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65473] extra testPJ Fanning2022-08-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903574 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65473] when copy slide, new slide uses old textrun object reference. ↵PJ Fanning2022-08-191-0/+0
| | | | | | Thanks to FlyingPigQAQ. This closes #371 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903558 13f79535-47bb-0310-9956-ffa450edef68
* code to handle smart art rotationsPJ Fanning2022-07-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903096 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66176] Integrate SmartArt diagrams from powerpoint presentations. ↵PJ Fanning2022-07-221-0/+0
| | | | | | Thanks to Yaseen. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902934 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65946] remove duplicate Category property from extracted propertiesPJ Fanning2022-03-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898805 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65718] Charts imported without blip fillsPJ Fanning2021-12-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895487 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65711] add testPJ Fanning2021-11-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895407 13f79535-47bb-0310-9956-ffa450edef68
* #65694 - HSLF - handle date/time fields and formatsAndreas Beeker2021-11-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895248 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65678] add XSLFGraphicFrame hasDiagramPJ Fanning2021-11-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894962 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65674] add isVideoFile to XSLFPictureShapePJ Fanning2021-11-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894860 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65673] add test case (that passes)PJ Fanning2021-11-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894830 13f79535-47bb-0310-9956-ffa450edef68
* #65551 - Incorrect fetching paragraph and text runs props from master shapeAndreas Beeker2021-10-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894140 13f79535-47bb-0310-9956-ffa450edef68
* add test for broken file (5.0.1-RC1 issues)PJ Fanning2021-09-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893444 13f79535-47bb-0310-9956-ffa450edef68
* add basic support for hdphoto/wdp images in slideshowsPJ Fanning2021-08-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892653 13f79535-47bb-0310-9956-ffa450edef68
* #65228 - the method getCap() does not work correctly in ↵Andreas Beeker2021-04-221-0/+0
| | | | | | xslf.usermodel.XSLFTextRun git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889111 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to edit HSLFPictureData contentsMarius Volkhart2021-02-281-0/+0
| | | | | | | | | | | | Pictures can now be edited by calling HSLFPictureData#setData(byte[]). The byte[] should contain the image data as an image viewer might read it. To enable this functionality, a tighter coupling between the EscherBSERecords of the slideshow and the HSLFPictureData was required. This ensures that changes in image data size are accurately recorded in the records. In the course of coupling the records and the HSLFPictureData, various scenarios arose where a mapping of records to pictures was non-trivial. Accordingly, the HSLFSlideShowImpl#matchPicturesAndRecords(...) function was added to perform a more sophisticated matching pass. This function is heavily exercised by org.apache.poi.hslf.usermodel.TestBugs.testFile[5] and PPTX2PNG.render[2], as well as the new TestPictures#testSlideshowWithIncorrectOffsets(). Closes #225 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887017 13f79535-47bb-0310-9956-ffa450edef68
* #65063 - WMF parsing failed on closed empty polygonAndreas Beeker2021-01-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885215 13f79535-47bb-0310-9956-ffa450edef68
* Test PPT file containing a XLSX via an OLE2 intermediate layer, from Apache TikaNick Burch2020-10-131-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882467 13f79535-47bb-0310-9956-ffa450edef68
* Add more render test imagesAndreas Beeker2020-09-163-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881773 13f79535-47bb-0310-9956-ffa450edef68
* #64693 - POI HwmfGraphics cannot read the embedded document titleAndreas Beeker2020-08-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881322 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63290: retrieve default run properties from paragraphAlain Béarez2020-05-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878147 13f79535-47bb-0310-9956-ffa450edef68
* Regression findings - fix missing moveto exceptionAndreas Beeker2020-02-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873515 13f79535-47bb-0310-9956-ffa450edef68
* add null check for XSLFShapePJ Fanning2019-10-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868318 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858625 13f79535-47bb-0310-9956-ffa450edef68
* bug 63327 allow retrieval of wmf data embedded in emfTim Allison2019-04-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857136 13f79535-47bb-0310-9956-ffa450edef68
* pre-release maintenance:Greg Woolsey2019-03-192-0/+0
| | | | | | | | * add my key to the KEYS file * update year in NOTICE (first release of 2019) * remove svn:executable flag from random test data files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855799 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check ↵Dominik Stadler2019-03-021-0/+0
| | | | | | some more in integration tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1854639 13f79535-47bb-0310-9956-ffa450edef68
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849898 13f79535-47bb-0310-9956-ffa450edef68
* #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-092-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848492 13f79535-47bb-0310-9956-ffa450edef68
* Fix exception for old powerpoint documents without the usual stream nameAndreas Beeker2018-11-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847487 13f79535-47bb-0310-9956-ffa450edef68
* Fix exception for old powerpoint documents without the usual stream nameAndreas Beeker2018-11-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847442 13f79535-47bb-0310-9956-ffa450edef68
* #62949 - SlideShow rendering - keyframe fractions must be increasingAndreas Beeker2018-11-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847428 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62929] add null check for blip fill. Thanks to Mate BorcsokPJ Fanning2018-11-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847004 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62736] Relations on XSLFPictureShape are removed unconditionally. ↵PJ Fanning2018-09-261-0/+0
| | | | | | Thanks to Mate Borcsok git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842055 13f79535-47bb-0310-9956-ffa450edef68
* bug 62591 -- revert to ignoring place holders even if they contain ↵Tim Allison2018-08-091-0/+0
| | | | | | metroblobs in ppt git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837742 13f79535-47bb-0310-9956-ffa450edef68
* add 1 of the pptx files failing in centic regression testsPJ Fanning2018-07-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837010 13f79535-47bb-0310-9956-ffa450edef68
* Handle NPE issues in POIXMLPropertiesPJ Fanning2018-07-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837007 13f79535-47bb-0310-9956-ffa450edef68
* Regression tests: Add test which triggers reading header/footer of PPTX ↵Dominik Stadler2018-07-051-0/+0
| | | | | | files so that we include the related CT classes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835184 13f79535-47bb-0310-9956-ffa450edef68
* #62513 - Don't try to parse embedded package relationshipsAndreas Beeker2018-06-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834729 13f79535-47bb-0310-9956-ffa450edef68
* #62037 - SlideNames should not be null but have a default as if accessed by VBAAndreas Beeker2018-05-162-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831745 13f79535-47bb-0310-9956-ffa450edef68
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the ↵Andreas Beeker2018-04-202-0/+0
| | | | | | shape name git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829656 13f79535-47bb-0310-9956-ffa450edef68
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829653 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829453 13f79535-47bb-0310-9956-ffa450edef68
* Try to avoid one NPE that popped up in commoncrawl-corpus testsDominik Stadler2018-04-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828375 13f79535-47bb-0310-9956-ffa450edef68
* #61881 - handle invalid font namesAndreas Beeker2017-12-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817599 13f79535-47bb-0310-9956-ffa450edef68
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-264-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816383 13f79535-47bb-0310-9956-ffa450edef68