8257 Commits (15fea87d8cdbe4de457d674627e348a48751fa35)
 

Author SHA1 Message Date
  Tim Allison e9b4a17d77 BUG-60286 avoid NPE XWPFRun. Didn't add unit test or document...didn't seem to be worth it. 7 years ago
  Tim Allison 9c455cb5c9 BUG-60285 avoid NPE if missing relationship id 7 years ago
  Tim Allison 9fd46e3174 BUG-60284 -- need to update dev tests <face_palm/> 7 years ago
  Tim Allison d233f7c348 BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel files 7 years ago
  Javen O'Neal 0821c1e4b2 whitespace 7 years ago
  Javen O'Neal ab6dd76f6a upgrade to junit4 7 years ago
  Javen O'Neal a1ec4334cf Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 7 years ago
  Javen O'Neal 107d44c48e close resource 7 years ago
  Javen O'Neal 96d35e0b8e Eclipse automated refactor/cleanup: convert for loops to for-each loops 7 years ago
  Andreas Beeker 54122c2233 remove *_dump directory 7 years ago
  Andreas Beeker 3ac60f4bcc Bug 55714 - Background image ignored on slide copy 7 years ago
  Javen O'Neal eeff9989ee StringUtil.count was renamed to StringUtil.countMatches 7 years ago
  Javen O'Neal 2554a46eaf Eclipse automated refactor/cleanup: convert for loops to for-each loops 7 years ago
  Javen O'Neal 5d3d50b9d1 add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatches and Python's str.count(substr) 7 years ago
  Javen O'Neal 4b01accdb3 Eclipse automated refactor/cleanup: convert for loops to for-each loops 7 years ago
  Javen O'Neal c5dddf7fac Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 7 years ago
  Tim Allison 5958cb4840 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 c0a5f568da close pkg 7 years ago
  Javen O'Neal 425e04b4a4 add @Override decorators to SheetIterator, move code outside of for-loop 7 years ago
  Javen O'Neal 9cad5aff09 reenable unit test for bug 58648 that passes now 7 years ago
  Javen O'Neal 3ac3f37cbe bug 60255: use actual number of package parts rather than hard-coding an upper-bound 7 years ago
  Javen O'Neal a73df78070 remove @deprecated annotation from Enum-returning getters. These will be deprecated after the int-returning getters are removed. 7 years ago
  Javen O'Neal e1734cd542 disabled unit tests are now passing for bug 48703 7 years ago
  Dominik Stadler ec7607e398 Fix some IDE warnings/javadoc/... 7 years ago
  Javen O'Neal eada340cbd make code more similar between default case and indexed case 7 years ago
  Javen O'Neal 09c13eeefa on Windows, a directory cannot contain a file and a directory with the same name 7 years ago
  Javen O'Neal 55252a9fe9 findbugs: Switch statement found in org.apache.poi.sl.draw.DrawShape.applyTransform(Graphics2D) where default case is missing 7 years ago
  Javen O'Neal 669e32e551 add data type to UTF_16LE 7 years ago
  Javen O'Neal fec5613aff remove java.nio.charset.StandardCharsets which is not available until Java 7 7 years ago
  Tim Allison 17d4d76f4f BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader 7 years ago
  Tim Allison ef7bbb8fe4 BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix unit test. 7 years ago
  Tim Allison 92eb3bbade BUG 59858 -- avoid npe when there's a collision of record names 7 years ago
  Tim Allison c878e39b55 BUG 59830 -- incorrect reading of unicode stream name 7 years ago
  Tim Allison db79501e9f BUG 60158 -- AIOOBE in VBAMacroReader 7 years ago
  Andreas Beeker bf95861693 Bug 53191 - Problems with line style when converting ppt to png 7 years ago
  Dominik Stadler e3633daac5 Bug 60259: Add missing dispose() call 7 years ago
  Dominik Stadler 3f5e3d638c Update to japicmp-gradle-plugin:0.1.2 and enable newly added properties 7 years ago
  Dominik Stadler 90ef824079 Close temp-file in test to not leak file-handles and fail deleting the file on Windows 7 years ago
  Dominik Stadler 37116e84e5 Bug 60029: apply suggested fix and fix some IntelliJ warnings 7 years ago
  Dominik Stadler b51eb49e58 Bug 60134: Add initial tasks for running japicmp to the Gradle build 7 years ago
  Tim Allison 7f9f8e9afa add length sanity check for length of embedded OLE10Native (BUG 60256) 7 years ago
  Tim Allison 442815fcc5 add ignored test and triggering document for BUG 60256 7 years ago
  Nick Burch b79defb983 Exclude broken hand-crafted test file 7 years ago
  Nick Burch bff698c938 #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 a1800650d9 Test file for #60255 7 years ago
  Javen O'Neal 1e5dc11721 bug 56781,60246: fix named range validation to match valid name rules per Excel docs 7 years ago
  Javen O'Neal 999c6499ec bug 60253: add helper functions to make the constructor formula1-overloading code simpler 7 years ago
  Javen O'Neal ee6b1e741d bug 60253: remove repeated check for ValidationType.ANY 7 years ago
  Javen O'Neal 489f632288 bug 60253: revert XSSFDataValidationConstraint#prettyPrint QUOTE change in r1749129 7 years ago
  Javen O'Neal cdd3a4f0df make cached fields transient 7 years ago