poi/test-data/slideshow
Marius Volkhart d1c9a07860 Add the ability to edit HSLFPictureData contents
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
2021-02-28 23:16:14 +00:00
..
2411-Performance_Up.pptx XSLF: do not display Master Slide objects by default 2016-03-28 22:52:01 +00:00
37625.ppt Add unit test for bug 37625 which verifies that this file can now be loaded 2014-07-27 19:57:57 +00:00
38256.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
41071.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
41246-1.ppt Bug 41246 - AIOOBE with missing notes entries 2013-12-27 23:42:34 +00:00
41246-2.ppt Bug 41246 - AIOOBE with missing notes entries 2013-12-27 23:42:34 +00:00
41384.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
42474-1.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
42474-2.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
42485.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
42486.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
42520.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
43781.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
44296.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
44770.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
45537_Footer.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
45537_Header.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
45541_Footer.pptx moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
45541_Header.pptx moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
45543.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
45545_Comment.pptx moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
45776.ppt Bug 45776 - Fix corrupt file problem using TextRun.setText 2013-12-29 22:14:05 +00:00
47261.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
49386-null_dates.pptx Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates 2010-06-04 12:02:36 +00:00
49541_symbol_map.ppt Bug 49541 - Mapping of symbol characters to unicode equivalent 2014-12-29 19:43:35 +00:00
49648.ppt Add a unit test to show that bug #49648 no longer occurs 2011-06-24 11:18:49 +00:00
51187.pptx Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (problem with self references) 2011-05-27 14:35:44 +00:00
51731.ppt test file that belongs to r1292247 2012-02-22 12:20:10 +00:00
52244.ppt bugzilla 52244 - use correct text attributes when presentation has multiple TxMasterStyleAtoms of the same type 2012-03-01 09:03:16 +00:00
52599.ppt Bugzilla 52599 - avoid duplicate text when rendering slides in HSLF 2012-02-22 13:23:31 +00:00
53446.ppt Bugzilla 53446 - Fixed some problems extracting PNGs 2012-08-04 05:30:19 +00:00
54111.ppt Bugzilla 54111 - Fixed extracting text from table cells in HSLF 2012-11-07 16:02:42 +00:00
54332a.ppt Bug 54332 - WMF extraction failing in Tika for older PowerPoint Files 2015-06-24 23:34:03 +00:00
54332b.ppt Bug 54332 - WMF extraction failing in Tika for older PowerPoint Files 2015-06-24 23:34:03 +00:00
54541_cropped_bitmap.ppt Bug 54541 - Add support for cropped images in Slide.draw() 2014-12-29 13:35:57 +00:00
54541_cropped_bitmap2.ppt Fixed TextRun handling and various junit tests 2015-06-10 22:23:47 +00:00
54542_cropped_bitmap.pptx simplified the cropping code and changed the cropping image to a more sophisticated one - interesting enough, it's rendered correct in POI (like in Powerpoint), but malformed in LO 2014-10-28 00:04:10 +00:00
54722.ppt POI-54722 table text in ppt files 2013-09-27 15:45:55 +00:00
54880_chinese.ppt Test file from bug #54880 2013-05-31 17:35:23 +00:00
56260.ppt Sample file for #56260, provided by Atlassian in CONF-18721 2014-03-14 13:59:08 +00:00
56812.pptx Add a disabled unit test for bug #56812, based on code and file from Geoff Wright 2014-08-04 21:34:51 +00:00
57272_corrupted_usereditatom.ppt #57272 - deadlock on corrupted PPT file 2014-12-07 14:34:19 +00:00
59302.ppt BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to Andreas Beeker for this patch. Problems are mine. 2016-10-19 18:44:46 +00:00
60003.ppt merge trunk to branch 2016-09-19 00:20:44 +00:00
60042.pptx Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already. 2017-03-19 21:44:05 +00:00
60294.ppt Bug 60294 - Add "unknown" ShapeType for 4095 2016-10-22 19:34:47 +00:00
60677.wmf bug 63327 allow retrieval of wmf data embedded in emf 2019-04-08 19:53:21 +00:00
60810.pptx Bug 60810: Check for duplicate relation-names for notes similar to the fix for slides themselves in bug 55791 2017-03-19 21:43:57 +00:00
61338.wmf 61338 -- avoid infinite loop triggered by fuzzed wmf file 2017-07-25 20:26:57 +00:00
61515.pptx [bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes #70 2017-09-13 23:10:44 +00:00
63200.pptx Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check some more in integration tests 2019-03-02 12:28:19 +00:00
64716_image1.wmf Add more render test images 2020-09-16 19:37:52 +00:00
64716_image2.wmf Add more render test images 2020-09-16 19:37:52 +00:00
64716_image3.wmf Add more render test images 2020-09-16 19:37:52 +00:00
Divino_Revelado.pptx Handle NPE issues in POIXMLProperties 2018-07-29 23:05:01 +00:00
KEY02.pptx #56519 - XSLFSlide.draw is not working with text embeded in PPTX 2015-08-09 22:44:13 +00:00
OverlappingRelations.pptx Add disabled unit test for bug #54916 2013-06-26 00:45:18 +00:00
PPT95.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
PPTWithAttachments.pptm moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
ParagraphStylesShorterThanCharStyles.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
Password_Protected-56-hello.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
Password_Protected-hello.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
Password_Protected-np-hello.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
PictureTypeZero.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
SampleShow.ppt #62037 - SlideNames should not be null but have a default as if accessed by VBA 2018-05-16 21:57:49 +00:00
SampleShow.pptx #62037 - SlideNames should not be null but have a default as if accessed by VBA 2018-05-16 21:57:49 +00:00
SampleShow.txt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
SimpleMacro.ppt bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test macro extraction 2016-04-11 03:02:18 +00:00
SimpleMacro.pptm bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test macro extraction 2016-04-11 03:02:18 +00:00
SimpleMacro.vba bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test macro extraction 2016-04-11 03:02:18 +00:00
Single_Coloured_Page.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
Single_Coloured_Page_With_Fonts_and_Alignments.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
WithComments.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
WithLinks.ppt #57796 - Support hyperlink extraction when rendering slides 2016-01-12 23:20:48 +00:00
WithMacros.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
WithMaster.ppt Tweak the HSLF and XSLF tests for master slide text to cover more (some of which is disabled for now) 2011-09-26 13:48:59 +00:00
WithMaster.pptx Tweak the HSLF and XSLF tests for master slide text to cover more (some of which is disabled for now) 2011-09-26 13:48:59 +00:00
aascu.org_hbcu_leadershipsummit_cooper_.pptx pre-release maintenance: 2019-03-19 00:35:09 +00:00
aascu.org_workarea_downloadasset.aspx_id=5864.pptx merge trunk to branch 2016-09-28 21:01:40 +00:00
ae.ac.uaeu.faculty_nafaachbili_GeomLec1.pptx Avoid possible NullPointerException seen with some powerpoint files 2015-04-20 18:26:39 +00:00
alterman_security.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
alterman_security.pptx #56519 - XSLFSlide.draw is not working with text embeded in PPTX 2015-08-09 22:44:13 +00:00
aptia.pptx add 1 of the pptx files failing in centic regression tests 2018-07-29 23:19:07 +00:00
at.ecodesign.www_downloads_Vertiefungsvortrag_elektronik.pptx Avoid NullPointerException if an image cannot be read 2015-04-20 18:10:43 +00:00
au.asn.aes.www_conferences_2011_presentations_Fri_20Room4Level4_20930_20Maloney.pptx Add a test to check for a NullPointerException in XSLFTableCell 2016-07-15 18:24:11 +00:00
backgrounds.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
backgrounds.pptx removed svn:executable bit from project files 2011-12-10 08:02:08 +00:00
badzip.ppt unit test for #52991 (unexpected end of ZLIB input stream) 2012-03-27 11:29:39 +00:00
bar-chart.pptx XDDF usermodel for Charts closes #68 on GitHub 2017-11-26 14:03:01 +00:00
basic_test_ppt_file.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
br.com.diversas.palestras_Nelson_20-_20Temas_20Diversos_20XXXVI_pmrg_462538ba7a204-programa_alianca_12-04-2007.ppt merge trunk to branch 2016-09-28 21:01:40 +00:00
br.com.tvcamboriu.www_pps_Pensar_5b1_5d.ppt merge trunk to branch 2016-09-28 21:01:40 +00:00
bug-41015.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
bug45088.ppt #45088 - POI-HSLF changeTextInRichTextRun corrupts presentation 2015-11-01 19:37:24 +00:00
bug45124.ppt #45124 - inserting text or images wipes out boldness and makes everything italic 2015-10-31 23:05:09 +00:00
bug45908.ppt #45908 - RichTextRun.setBullet(false) doesn't work, bullets still here 2015-11-01 22:52:49 +00:00
bug46441.ppt Test and fix for bug #46441 2015-01-02 22:57:05 +00:00
bug47261.ppt Bug 47261 - SlideShow.removeSlide makes PPT corrupted 2014-12-30 01:05:41 +00:00
bug52297.ppt Add support for HSLF metro blobs 2015-11-08 23:13:28 +00:00
bug53192.ppt #53192 - Images in ppt file have wrong width when convering ppt to png 2015-11-09 01:28:31 +00:00
bug54570.pptx #54570 - InvalidFormatException because of Absolute URI forbidden 2016-05-16 21:04:00 +00:00
bug55030.ppt #55030 - RichTextRun getFontName can not get Chinese font name 2015-12-31 23:49:34 +00:00
bug55732.ppt Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextProp9Atom : java.lang.ArrayIndexOutOfBoundsException: 56" 2014-02-19 23:45:07 +00:00
bug55902-mixedChars.png Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images from ppt) 2014-02-11 23:16:54 +00:00
bug55902-mixedFontChineseCharacters.ppt Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images from ppt) 2014-02-11 23:16:54 +00:00
bug56240.ppt Bug 56240 - Handle PP97_DUALSTORAGE streams 2014-12-30 02:20:57 +00:00
bug57820-initTableNullRefrenceException.ppt Patch from Jon Scharff from bug #57820 - Avoid NPE on HSLF Tables with a top position of -1 2015-04-18 04:16:28 +00:00
bug58144-headers-footers-2003.ppt #58144 - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007 2016-05-13 23:50:39 +00:00
bug58144-headers-footers-2007.ppt #58144 - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007 2016-05-13 23:50:39 +00:00
bug58144-headers-footers-2007.pptx #58144 - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007 2016-05-13 23:50:39 +00:00
bug58159_headers-and-footers.ppt #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:40 +00:00
bug58516.ppt #58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts 2015-10-29 23:22:54 +00:00
bug58718_008495.ppt #58718 - Master styles not initialized when running multithreaded 2015-12-13 01:50:24 +00:00
bug58718_008524.ppt #58718 - Master styles not initialized when running multithreaded 2015-12-13 01:50:24 +00:00
bug58718_008558.ppt #58718 - Master styles not initialized when running multithreaded 2015-12-13 01:50:24 +00:00
bug58718_349008.ppt #58718 - Master styles not initialized when running multithreaded 2015-12-13 01:50:24 +00:00
bug58733_671884.ppt #58733 - New AIOOBE in getCell while iterating through a table in PPT 2015-12-14 22:49:04 +00:00
bug59273.potx Bug 59273 - Unable to create pptx file by potx file using Apache POI 2016-11-10 22:54:07 +00:00
bug60345_Jankovic_final_Retreat_2002.ppt Bug 60345 - Handle corrupt PICT streams 2016-11-10 23:04:25 +00:00
bug60345_paperfigures.ppt Bug 60345 - Handle corrupt PICT streams 2016-11-10 23:04:25 +00:00
bug60345_suba.ppt Bug 60345 - Handle corrupt PICT streams 2016-11-10 23:04:25 +00:00
bug60499.pptx #60499 - Deleting a picture that is used twice on a slide corrupt the slide 2017-09-17 22:45:03 +00:00
bug60715.pptx #60715 - Blank layout was not found 2017-02-11 21:48:05 +00:00
bug60993.ppt #60993 - HSLF: Grid and rowspan calculation in table cells is wrong 2017-04-15 12:14:26 +00:00
bug60993.pptx #60993 - HSLF: Grid and rowspan calculation in table cells is wrong 2017-04-15 12:14:26 +00:00
bug61881.ppt #61881 - handle invalid font names 2017-12-09 11:44:19 +00:00
bug62092.ppt Bug 62092 - Text not extracted from grouped text shapes in HSLF 2018-04-18 15:02:02 +00:00
bug62513.pptx #62513 - Don't try to parse embedded package relationships 2018-06-30 11:20:23 +00:00
bug62591.ppt bug 62591 -- revert to ignoring place holders even if they contain metroblobs in ppt 2018-08-09 15:50:34 +00:00
bug62736.pptx [bug-62736] Relations on XSLFPictureShape are removed unconditionally. Thanks to Mate Borcsok 2018-09-26 21:42:21 +00:00
bug63290.pptx Bug 63290: retrieve default run properties from paragraph 2020-05-27 01:18:15 +00:00
bug64693.pptx #64693 - POI HwmfGraphics cannot read the embedded document title 2020-08-30 11:18:21 +00:00
bullets.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
ca.ubc.cs.people_~emhill_presentations_HowWeRefactor.pptx pre-release maintenance: 2019-03-19 00:35:09 +00:00
clock.dib Remove spurious svn:executable flags 2010-06-11 15:22:49 +00:00
clock.jpg moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
cow.pict moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
cryptoapi-proc2356.ppt - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 2014-12-25 01:56:29 +00:00
customGeo.ppt #62953 - Rendering of FreeformShapes with formula fails 2018-12-09 01:06:15 +00:00
customGeo.pptx #62953 - Rendering of FreeformShapes with formula fails 2018-12-09 01:06:15 +00:00
ececapstonespring2012.pptx add null check for XSLFShape 2019-10-12 07:30:56 +00:00
empty-polygon-close.wmf #65063 - WMF parsing failed on closed empty polygon 2021-01-06 23:14:45 +00:00
empty.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
empty_textbox.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
font.fntdata #63028 - Provide font embedding for slideshows 2018-12-28 23:43:31 +00:00
headers_footers.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
headers_footers_2007.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
iisd_report.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
incorrect_slide_order.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
keyframes.pptx Fix exception for old powerpoint documents without the usual stream name 2018-11-25 23:01:54 +00:00
layouts.pptx removed svn:executable bit from project files 2011-12-10 08:02:08 +00:00
line-chart.pptx XDDF usermodel for Charts closes #68 on GitHub 2017-11-26 14:03:01 +00:00
master_text.ppt Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide 2011-11-17 17:35:42 +00:00
missing-blip-fill.pptx [bug-62929] add null check for blip fill. Thanks to Mate Borcsok 2018-11-20 14:15:14 +00:00
missing-moveto.ppt Regression findings - fix missing moveto exception 2020-02-02 22:53:09 +00:00
missing_core_records.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
mona.ttf #61169 - Text with Japanese characters overflows textbox 2017-07-08 22:20:55 +00:00
nested_wmf.emf Bug 60656 - EMF image support in slideshows 2019-05-04 23:01:53 +00:00
next_test_ppt_file.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
numbers.ppt Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT files 2012-10-24 12:39:58 +00:00
numbers2.ppt Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT files 2012-10-24 12:39:58 +00:00
numbers3.ppt Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT files 2012-10-24 12:39:58 +00:00
ole2-embedding-2003.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
painting.png moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
pictures.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
pie-chart.pptx example how to create pptx pie chart from template, more tests for poi-ooxml 2012-11-07 08:33:34 +00:00
pp40only.ppt Fix exception for old powerpoint documents without the usual stream name 2018-11-26 20:54:43 +00:00
ppt_with_embeded.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
ppt_with_png.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
ppt_with_png_encrypted.ppt Add the ability to edit HSLFPictureData contents 2021-02-28 23:16:14 +00:00
pptx2svg.pptx more progress with xlsf: support for gradient and texture fills, backgrounds, improved drawing of preset shapes and many more updates ... 2011-11-07 09:12:16 +00:00
pptx2svg.svg more progress with xlsf: support for gradient and texture fills, backgrounds, improved drawing of preset shapes and many more updates ... 2011-11-07 09:12:16 +00:00
prProps.pptx more progress with XSLF: made some methods publis as suggested on poi-dev, more tests 2011-11-24 16:13:42 +00:00
present1.pptx XSLF: text extraction from tables 2010-01-11 14:27:54 +00:00
radar-chart.pptx XDDF usermodel for Charts closes #68 on GitHub 2017-11-26 14:03:01 +00:00
ringin.wav removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
sample.pptx moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
sample_pptx_grouping_issues.pptx Fixed TextRun handling and various junit tests 2015-06-10 22:23:47 +00:00
santa.wmf moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
scatter-chart.pptx XDDF usermodel for Charts closes #68 on GitHub 2017-11-26 14:03:01 +00:00
sci_cec.dib moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
shapes.pptx removed svn:executable bit from project files 2011-12-10 08:02:08 +00:00
slide_master.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
sound.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
table_test.ppt In preparation for table rendering, added table row heights and column widths to common sl. 2015-11-21 15:54:01 +00:00
table_test.pptx In preparation for table rendering, added table row heights and column widths to common sl. 2015-11-21 15:54:01 +00:00
table_test2.pptx Regression fix for XSLF 2016-06-05 01:04:58 +00:00
testPPT.ppsm More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... 2010-06-29 11:07:27 +00:00
testPPT.ppsx More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... 2010-06-29 11:07:27 +00:00
testPPT.pptm More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... 2010-06-29 11:07:27 +00:00
testPPT.pptx More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... 2010-06-29 11:07:27 +00:00
testPPT.thmx More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... 2010-06-29 11:07:27 +00:00
testPPT.xps More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... 2010-06-29 11:07:27 +00:00
testPPT_oleWorkbook.ppt Test PPT file containing a XLSX via an OLE2 intermediate layer, from Apache Tika 2020-10-13 22:23:37 +00:00
testtiff.tif XSLFPictureData support for TIFF images - patch and tests from bug #59742 from Jens Popp 2016-06-22 16:18:36 +00:00
text-margins.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
text_shapes.ppt removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
themes.pptx removed svn:executable bit from project files 2011-12-10 08:02:08 +00:00
tomcat.png moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
with_japanese.pptx Start on a testcase for TIKA-705 (more work needed though) 2011-09-14 14:39:20 +00:00
with_textbox.ppt moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00
wrench.emf moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 2009-08-23 12:34:24 +00:00