aboutsummaryrefslogtreecommitdiffstats
path: root/test-data/slideshow
Commit message (Collapse)AuthorAgeFilesLines
* #56519 - XSLFSlide.draw is not working with text embeded in PPTXAndreas Beeker2015-08-093-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694925 13f79535-47bb-0310-9956-ffa450edef68
* merge trunk to common sl branchAndreas Beeker2015-07-195-0/+0
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691843 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 54332 - WMF extraction failing in Tika for older PowerPoint FilesAndreas Beeker2015-06-242-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1687398 13f79535-47bb-0310-9956-ffa450edef68
| * Avoid possible NullPointerException seen with some powerpoint filesDominik Stadler2015-04-201-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1674958 13f79535-47bb-0310-9956-ffa450edef68
| * Avoid NullPointerException if an image cannot be readDominik Stadler2015-04-201-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1674952 13f79535-47bb-0310-9956-ffa450edef68
| * Patch from Jon Scharff from bug #57820 - Avoid NPE on HSLF Tables with a ↵Nick Burch2015-04-181-0/+0
| | | | | | | | | | | | top position of -1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1674441 13f79535-47bb-0310-9956-ffa450edef68
* | Rendering fixesAndreas Beeker2015-06-171-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1686117 13f79535-47bb-0310-9956-ffa450edef68
* | Fixed TextRun handling and various junit testsAndreas Beeker2015-06-102-0/+0
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1684773 13f79535-47bb-0310-9956-ffa450edef68
* Test and fix for bug #46441Andreas Beeker2015-01-021-0/+0
| | | | | | | Use generics on Shape.getEscherChild() and SimpleShape.getClientDataRecord() to minimize casting Unify access to Shape.getEscherOptRecord() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649152 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56240 - Handle PP97_DUALSTORAGE streamsAndreas Beeker2014-12-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648466 13f79535-47bb-0310-9956-ffa450edef68
* Bug 47261 - SlideShow.removeSlide makes PPT corruptedAndreas Beeker2014-12-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648458 13f79535-47bb-0310-9956-ffa450edef68
* Bug 49541 - Mapping of symbol characters to unicode equivalent Andreas Beeker2014-12-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648415 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54541 - Add support for cropped images in Slide.draw()Andreas Beeker2014-12-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648335 13f79535-47bb-0310-9956-ffa450edef68
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-251-0/+0
| | | | | | | | | | | | - Support for Office Binary Document RC4 Encryption - use LittleEndian class in LittleEndianInputStream - add normalize method for HSLF, to remove edit history, which is also necessary for encryption support - update PersistDirectoryEntry handling in PersistPtrHolder to recognize groups while serializing - deprecated PersistPtrHolder.getSlideOffsetDataLocationsLookup() - throws now UnsupportedOperationException, as this wasn't used outside the scope of the class and was quite internal logic of PersistPtrHolder git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647867 13f79535-47bb-0310-9956-ffa450edef68
* #57272 - deadlock on corrupted PPT fileAndreas Beeker2014-12-071-0/+0
| | | | | | + some refactoring in HSLFSlideShow, which will be necessary for cryptoapi support git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1643680 13f79535-47bb-0310-9956-ffa450edef68
* simplified the cropping code and changed the cropping image to a more ↵Andreas Beeker2014-10-281-0/+0
| | | | | | sophisticated one - interesting enough, it's rendered correct in POI (like in Powerpoint), but malformed in LO git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634749 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent()Andreas Beeker2014-10-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634410 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled unit test for bug #56812, based on code and file from Geoff ↵Nick Burch2014-08-041-0/+0
| | | | | | Wright git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615803 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test for bug 37625 which verifies that this file can now be loadedDominik Stadler2014-07-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613837 13f79535-47bb-0310-9956-ffa450edef68
* Sample file for #56260, provided by Atlassian in CONF-18721Nick Burch2014-03-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577536 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... ↵Andreas Beeker2014-02-191-0/+0
| | | | | | StyleTextProp9Atom : java.lang.ArrayIndexOutOfBoundsException: 56" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569984 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ↵Andreas Beeker2014-02-112-0/+0
| | | | | | from ppt) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567455 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45776 - Fix corrupt file problem using TextRun.setTextAndreas Beeker2013-12-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554077 13f79535-47bb-0310-9956-ffa450edef68
* Bug 41246 - AIOOBE with missing notes entriesAndreas Beeker2013-12-272-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553760 13f79535-47bb-0310-9956-ffa450edef68
* removed pictureFileZero.ppt from svn as requested by the owner, see ↵Yegor Kozlov2013-12-181-0/+0
| | | | | | discussion on @poi-dev from Dec 12, 2013 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1551845 13f79535-47bb-0310-9956-ffa450edef68
* POI-54722 table text in ppt filesTim Allison2013-09-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1526960 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled unit test for bug #54916Nick Burch2013-06-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496696 13f79535-47bb-0310-9956-ffa450edef68
* Test file from bug #54880Nick Burch2013-05-311-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488332 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54111 - Fixed extracting text from table cells in HSLFYegor Kozlov2012-11-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406688 13f79535-47bb-0310-9956-ffa450edef68
* example how to create pptx pie chart from template, more tests for poi-ooxmlYegor Kozlov2012-11-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406496 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT filesYegor Kozlov2012-10-243-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1401652 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369263 13f79535-47bb-0310-9956-ffa450edef68
* unit test for #52991 (unexpected end of ZLIB input stream)Maxim Valyanskiy2012-03-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1305812 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 52244 - use correct text attributes when presentation has multiple ↵Yegor Kozlov2012-03-011-0/+0
| | | | | | TxMasterStyleAtoms of the same type git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1295478 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52599 - avoid duplicate text when rendering slides in HSLFYegor Kozlov2012-02-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1292273 13f79535-47bb-0310-9956-ffa450edef68
* test file that belongs to r1292247Yegor Kozlov2012-02-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1292252 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable bit from project filesYegor Kozlov2011-12-104-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212745 13f79535-47bb-0310-9956-ffa450edef68
* more progress with XSLF: made some methods publis as suggested on poi-dev, ↵Yegor Kozlov2011-11-241-0/+0
| | | | | | more tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1205902 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide Yegor Kozlov2011-11-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203295 13f79535-47bb-0310-9956-ffa450edef68
* improved rendering of indented text in XSLF, also improved import content ↵Yegor Kozlov2011-11-101-0/+0
| | | | | | from external slides git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1200330 13f79535-47bb-0310-9956-ffa450edef68
* more progress with xlsf: support for gradient and texture fills, ↵Yegor Kozlov2011-11-073-0/+94
| | | | | | backgrounds, improved drawing of preset shapes and many more updates ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198658 13f79535-47bb-0310-9956-ffa450edef68
* more progress with PPTX2PNG: support for gradient and texture fill, also ↵Yegor Kozlov2011-10-281-0/+0
| | | | | | refactored usages of colors in drawingML git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1190347 13f79535-47bb-0310-9956-ffa450edef68
* initial support for rendering pptx slides into images with a PPTX2PNG ↵Yegor Kozlov2011-10-212-0/+0
| | | | | | command-line utility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187328 13f79535-47bb-0310-9956-ffa450edef68
* Tweak the HSLF and XSLF tests for master slide text to cover more (some of ↵Nick Burch2011-09-262-0/+0
| | | | | | which is disabled for now) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1175870 13f79535-47bb-0310-9956-ffa450edef68
* Add test files from bugs 51803/51804Nick Burch2011-09-212-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173742 13f79535-47bb-0310-9956-ffa450edef68
* Start on a testcase for TIKA-705 (more work needed though)Nick Burch2011-09-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1170648 13f79535-47bb-0310-9956-ffa450edef68
* support for tables and hyperlinks in XSLFYegor Kozlov2011-08-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1158611 13f79535-47bb-0310-9956-ffa450edef68
* initial support for XSLF usermodel APIYegor Kozlov2011-08-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156539 13f79535-47bb-0310-9956-ffa450edef68
* Add a unit test to show that bug #49648 no longer occursNick Burch2011-06-241-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139245 13f79535-47bb-0310-9956-ffa450edef68
* Few XSLF tweaks, and add a unit test that shows that bug #51187 exists ↵Nick Burch2011-05-271-0/+0
| | | | | | (problem with self references) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128324 13f79535-47bb-0310-9956-ffa450edef68