25 Commits (910c91900ac71c7b376ff632e79f36b7debde2cc)

Author SHA1 Message Date
  Andreas Beeker 910c91900a #60499 - Deleting a picture that is used twice on a slide corrupt the slide 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Andreas Beeker 86d91cceef #61478 - POI OOXML-Schema lookup uses wrong classloader 6 years ago
  Andreas Beeker 85084ee058 SonarQube fixes 7 years ago
  Andreas Beeker b988f251ad #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
  Javen O'Neal 99125ee191 Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 7 years ago
  Nick Burch b002ad9d3f #60255 When creating a XSSF drawing, find the next available document part, even if another type has pinched the next number 7 years ago
  Andreas Beeker b2b0e88cd1 Bug 60226 - ClassLoader workaround for OSGI when processing OOXML files 7 years ago
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Javen O'Neal 89bbf8c390 bug 60102: throw IOException when writing a closed document 7 years ago
  Dominik Stadler a90762bdc5 Fix some cases where POI itself or the tests leaked file-handles 8 years ago
  Andreas Beeker c47f676397 #54916 - POI does not always read all the slides in pptx files 8 years ago
  Andreas Beeker bd96f00e42 preparation for #54916 - commit unrelated changes 8 years ago
  Dominik Stadler 0387edd759 Bug 57484: Allow processing of non-OOXML core namespace packages 9 years ago
  Dominik Stadler e7957fc6b8 Make POIXMLDocument implement Closeable as it holds an OCPPackage with open resources and thus should be closed after usage. Until now only XSSFWorkbook did this, but it makes sense for all derived classes. 9 years ago
  Dominik Stadler dec03ba459 Add missing close() of resources in both production code and tests 9 years ago
  Andreas Beeker 06f1a6a42e FindBugs fix 10 years ago
  Dominik Stadler 62ec8b719b remove some unused imports and some useless TODOs, slightly more 10 years ago
  Yegor Kozlov 60a656d6e2 cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output 13 years ago
  Yegor Kozlov b988ca3855 bug 51265: Enhanced Handling of Picture Parts in XWPF 13 years ago
  Maxim Valyanskiy 48ef63e2c5 Ensure that XWPFParagraph.getDocument() is not null 13 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Yegor Kozlov 2712b14d2f moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 15 years ago
  Josh Micich 27b61f396a Fixed compiler warnings - unnecessary throws declaration 15 years ago
  Yegor Kozlov f9d10a5631 renamed macro-enabled test files to have the correct extentions 15 years ago
  Yegor Kozlov e5aac25b00 Improved parsing of OOXML documents, see Bugzilla 47668 15 years ago