8054 Commits (126c6c93a8bacc8ae48214a3b305e6446a369793)
 

Author SHA1 Message Date
  Tim Allison 126c6c93a8 BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel files 7 years ago
  Javen O'Neal 5232c0e1a6 whitespace 7 years ago
  Javen O'Neal 9ce29b30fd upgrade to junit4 7 years ago
  Javen O'Neal db63b9cf69 Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 7 years ago
  Javen O'Neal 7520fcd4fb close resource 7 years ago
  Javen O'Neal f14210b101 Eclipse automated refactor/cleanup: convert for loops to for-each loops 7 years ago
  Andreas Beeker ecef10cb7b remove *_dump directory 7 years ago
  Andreas Beeker d64fea0cfe Bug 55714 - Background image ignored on slide copy 7 years ago
  Javen O'Neal 55cc811908 StringUtil.count was renamed to StringUtil.countMatches 7 years ago
  Javen O'Neal d5d5419d9c Eclipse automated refactor/cleanup: convert for loops to for-each loops 7 years ago
  Javen O'Neal f6346b87a4 add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatches and Python's str.count(substr) 7 years ago
  Javen O'Neal e88722f052 Eclipse automated refactor/cleanup: convert for loops to for-each loops 7 years ago
  Javen O'Neal 99125ee191 Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 7 years ago
  Tim Allison 9eef74edd1 BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to Andreas Beeker for this patch. Problems are mine. 7 years ago
  Javen O'Neal 2df4509dc5 close pkg 7 years ago
  Javen O'Neal 90eb45410a add @Override decorators to SheetIterator, move code outside of for-loop 7 years ago
  Javen O'Neal efac70434a reenable unit test for bug 58648 that passes now 7 years ago
  Javen O'Neal efa58cbb1c bug 60255: use actual number of package parts rather than hard-coding an upper-bound 7 years ago
  Javen O'Neal 84b0d1a0fe remove @deprecated annotation from Enum-returning getters. These will be deprecated after the int-returning getters are removed. 7 years ago
  Javen O'Neal 53d74a67fa disabled unit tests are now passing for bug 48703 7 years ago
  Dominik Stadler 41993f6374 Fix some IDE warnings/javadoc/... 7 years ago
  Javen O'Neal 0b7e0b06f1 make code more similar between default case and indexed case 7 years ago
  Javen O'Neal 3f635e5be5 on Windows, a directory cannot contain a file and a directory with the same name 7 years ago
  Javen O'Neal 5fed0edcae findbugs: Switch statement found in org.apache.poi.sl.draw.DrawShape.applyTransform(Graphics2D) where default case is missing 7 years ago
  Javen O'Neal 8d279d1f92 add data type to UTF_16LE 7 years ago
  Javen O'Neal 2b10e019ad remove java.nio.charset.StandardCharsets which is not available until Java 7 7 years ago
  Tim Allison 8e3a70d4b1 BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader 7 years ago
  Tim Allison 2732e72385 BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix unit test. 7 years ago
  Tim Allison 6405134949 BUG 59858 -- avoid npe when there's a collision of record names 7 years ago
  Tim Allison 1ec787c356 BUG 59830 -- incorrect reading of unicode stream name 7 years ago
  Tim Allison 6234c859d4 BUG 60158 -- AIOOBE in VBAMacroReader 7 years ago
  Andreas Beeker fb4dd8be1a Bug 53191 - Problems with line style when converting ppt to png 7 years ago
  Dominik Stadler 70976284d1 Bug 60259: Add missing dispose() call 7 years ago
  Dominik Stadler 5990f61dcd Update to japicmp-gradle-plugin:0.1.2 and enable newly added properties 7 years ago
  Dominik Stadler ba76969968 Close temp-file in test to not leak file-handles and fail deleting the file on Windows 7 years ago
  Dominik Stadler 2ae9b30a6c Bug 60029: apply suggested fix and fix some IntelliJ warnings 7 years ago
  Dominik Stadler 1bda7f6ef6 Bug 60134: Add initial tasks for running japicmp to the Gradle build 7 years ago
  Tim Allison 1d0badc7c8 add length sanity check for length of embedded OLE10Native (BUG 60256) 7 years ago
  Tim Allison 54a6e0f070 add ignored test and triggering document for BUG 60256 7 years ago
  Nick Burch 6f04710390 Exclude broken hand-crafted test file 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
  Nick Burch 0bef12ac42 Test file for #60255 7 years ago
  Javen O'Neal 5216731bfd bug 56781,60246: fix named range validation to match valid name rules per Excel docs 7 years ago
  Javen O'Neal b6e6b8c922 bug 60253: add helper functions to make the constructor formula1-overloading code simpler 7 years ago
  Javen O'Neal b3e83048a9 bug 60253: remove repeated check for ValidationType.ANY 7 years ago
  Javen O'Neal 235b49aa52 bug 60253: revert XSSFDataValidationConstraint#prettyPrint QUOTE change in r1749129 7 years ago
  Javen O'Neal d7f4b7e36c make cached fields transient 7 years ago
  Mark Murphy 3175e9ec14 Add Apache license to example file 7 years ago
  Mark Murphy 37f1598ac2 53009: Problem creating header and footer 7 years ago
  Andreas Beeker 740932ee85 Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fails with latest code 7 years ago