49 Commits (a9b2a8b2bd6e93ba85984be9a2aa8f9ac991c968)

Author SHA1 Message Date
  Dominik Stadler a9b2a8b2bd Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check some more in integration tests 5 years ago
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  PJ Fanning 96308eb512 [bug-62929] add null check for blip fill. Thanks to Mate Borcsok 5 years ago
  PJ Fanning 43c57c26c2 [bug-62736] Relations on XSLFPictureShape are removed unconditionally. Thanks to Mate Borcsok 5 years ago
  Andreas Beeker 1c4b3c24af #61589 - Importing content does not copy hyperlink address 5 years ago
  Andreas Beeker 8576537693 #62587 - repeated call to XSLFSheet.removeShape leads to java.lang.IllegalArgumentException: partName 5 years ago
  PJ Fanning fe9955884f add 1 of the pptx files failing in centic regression tests 5 years ago
  PJ Fanning 827d628409 Handle NPE issues in POIXMLProperties 5 years ago
  Andreas Beeker cdb3de9dc0 #62355 - unsplit packages - 3 - only imports 6 years ago
  Andreas Beeker 82774d4dc2 #62051 - Two shapes have the same shapeId within the same slide. 6 years ago
  Andreas Beeker e816131759 #62319 - Decommission XSLF-/PowerPointExtractor 6 years ago
  Dominik Stadler db15fe7778 Change order of handling shape-types in copy() as FreeFormShape derives from AutoShape and thus would have not been copied correctly currently 6 years ago
  Andreas Beeker 910c91900a #60499 - Deleting a picture that is used twice on a slide corrupt the slide 6 years ago
  PJ Fanning e6d9be197c [bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes #70 6 years ago
  Dominik Stadler e592175afa Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already. 7 years ago
  Dominik Stadler f97cba7b90 Bug 60810: Check for duplicate relation-names for notes similar to the fix for slides themselves in bug 55791 7 years ago
  Andreas Beeker 9f06ee1bf7 #60662 - Slide import delete unrecognized elements in group shape 7 years ago
  Andreas Beeker eedbf5df3e #60715 - Blank layout was not found 7 years ago
  Andreas Beeker b93a630aad Bug 60373 - TableCell.getTextHeight() returns Null pointer Exception 7 years ago
  Andreas Beeker d5e4e462fc Bug 59273 - Unable to create pptx file by potx file using Apache POI 7 years ago
  Andreas Beeker e4575a0dfe Bug 60059 - Deprecate xslf.usermodel.Drawing* - was: Can't change text of DrawingParagraph 7 years ago
  Andreas Beeker d64fea0cfe Bug 55714 - Background image ignored on slide copy 7 years ago
  Andreas Beeker 7b003b2323 fix handling of hsl and linear rgb (%-values) 8 years ago
  Andreas Beeker fd3df13143 #58217 - XSLF: support alpha channel on solid colors (fill, line, text) 8 years ago
  Andreas Beeker d9af7f8d0e #59434 - Cannot add a picture on a slide that already have an image with an hyperlink on it 8 years ago
  Andreas Beeker 57aa67b524 XSLF: do not display Master Slide objects by default 8 years ago
  Dominik Stadler 56a5f076e5 Bug 55791: Avoid using an existing file-name when creating a new slide, it could still be left over from previous partial removal 8 years ago
  Andreas Beeker c47f676397 #54916 - POI does not always read all the slides in pptx files 8 years ago
  Andreas Beeker 31d4a6da2e remove test debug stuff 8 years ago
  Andreas Beeker bd96f00e42 preparation for #54916 - commit unrelated changes 8 years ago
  Andreas Beeker fad6546d8a sonar fixes 8 years ago
  Andreas Beeker 0a506c7eb5 - #58207 - Provide user access to the original image dimensions (XSLF) 8 years ago
  Andreas Beeker 288e9cf782 #58205 - getSlideMasters() returns the master slides in the incorrect order 9 years ago
  Andreas Beeker ff4bbd9588 #58190 - The current picture handling uses raw integers for types and index, replace with enum and reference 9 years ago
  Nick Burch 2e4773cbdd Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPackage by name considering numbers in filenames, so Image10.png comes after Image9.png, fixing problems with XSLF adding 10+ images to a slide 9 years ago
  Nick Burch 82c2ebf547 Add a (disabled) unit test showing the incorrect ordering problem of parts - bug #57552 9 years ago
  Andreas Beeker 7127adb1ab committing intermediate results - hslf is mostly migrated to common interface - junit tests partly fail - still a few compile errors - xslf drawing works - hslf drawing is not yet tested 9 years ago
  Andreas Beeker ac0cc6c56e 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdList 9 years ago
  Andreas Beeker 9a107e9d82 Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent() 9 years ago
  Nick Burch d6b8ff12e5 Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pictures 10 years ago
  Nick Burch 5a28c2bbb7 Add a disabled unit test for bug #56812, based on code and file from Geoff Wright 10 years ago
  Nick Burch 0339745131 Add disabled unit test for bug #54916 11 years ago
  Yegor Kozlov e3f83511dc optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
  Yegor Kozlov 14ee39dde1 more progress with PPTX2PNG 12 years ago
  Nick Burch 6d6520a8c4 Test relating to TIKA-705 - XSLF internal hyperlinks 12 years ago
  Nick Burch bd6b5d2494 Start on a testcase for TIKA-705 (more work needed though) 12 years ago
  Yegor Kozlov eb89ca3685 51187 - fixed OPCPackage to correctly handle self references 13 years ago
  Nick Burch 26e1eb1d5d Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (problem with self references) 13 years ago