6118 Commits (5fc4bd3f48fdc923069423c238ab67e0e004f72f)
 

Author SHA1 Message Date
  Dominik Stadler 1cf8152d14 Start adding some coverage of more Scratchpad-classes 9 years ago
  Dominik Stadler 5173eca9ea Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 years ago
  Dominik Stadler 54fd49b39f Exclude javadoc-jars in findbugs run 9 years ago
  Andreas Beeker 4bed984c0f Charset.forName() for known encodings makes catching UnknownEncodingException obsolete 9 years ago
  Dominik Stadler ae8391b926 One more change in file-pattern to actually exclude .svn files 9 years ago
  Dominik Stadler 65ca8293d5 Exclude .svn sub-dirs as it seems Apache Jenkins still runs with Subversion <=1.6 9 years ago
  Dominik Stadler b1e4a93f4d Add jars from compile-lib to findbugs target 9 years ago
  Andreas Beeker 47fe5b9651 Unified access to escher opt record 9 years ago
  Dominik Stadler 0c580c8f45 Add a test-suite which performs integration/stress tests which load and handle all stored test files in various ways. 9 years ago
  Nick Burch 5ce675f345 Fix inconsistent whitespace/indents 9 years ago
  Dominik Stadler c7044b77aa Add javadoc to CellRange.getReferenceText() 9 years ago
  Andreas Beeker 202aa8177f - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 9 years ago
  Dominik Stadler ed60f5cb08 Add comment 9 years ago
  Dominik Stadler 95c9b9991a Fix testcases which were not executed before, use tempfile, cleanup, ... 9 years ago
  Dominik Stadler 7ee9ce8388 Fix two Eclipse warnings 9 years ago
  Dominik Stadler 83f5683c50 Bug 57373: Fix get/setFirstVisibleTab() for XSSFWorkbook 9 years ago
  Dominik Stadler 1db7f3bd3b Bug 57362: Properly initialize chart axis when loading a workbook which already contains a chart. 9 years ago
  Dominik Stadler f622530806 Remove iterating over the number of runs for certain XSSFRichTextString operations. If I didn't overlook something, they can directly access the array element anyway. Seems this was some leftover copy/paste stuff. 9 years ago
  Dominik Stadler 76b750b420 Bug 56511: Add missing sample-file 9 years ago
  Dominik Stadler 03f846c695 Bug 56511: Add a null-check to ensure that the run actually has a font to not cause a NullPointerException but rather return null as documented 9 years ago
  Dominik Stadler 645d2083bf Bug 56550: Defer the initialization of the _classes to when it is actually needed to allow IBM JDK to at least load the class 9 years ago
  Dominik Stadler a7ba500280 Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals to not have another syncpoint here. Again only very little data is kept, so no memory bloat should happen because of this. 9 years ago
  Dominik Stadler 43ee4e08ca Add missing license header to newly added file 9 years ago
  Dominik Stadler 0b6867d1d5 Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK and the last column in a row is empty 9 years ago
  Dominik Stadler 181de5f6e5 Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true 9 years ago
  Dominik Stadler a98c9daa01 Some Eclipse warnings 9 years ago
  Dominik Stadler 2d07fa94af Add reproducer for Bug 57165, no fix yet, though... 9 years ago
  Dominik Stadler 0fdfac62c9 Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeSheet() for both HSSF and XSSF 9 years ago
  Dominik Stadler 76af8804d5 Bug 57231: Add missing ArrayRecord.clone() 9 years ago
  Dominik Stadler 12353bca7f Bug 57236: Add reproducer, although I am not sure if we should and how to fix this... 9 years ago
  Nick Burch c975b754d1 Expose the version information from OldExcelExtractor 9 years ago
  Nick Burch 90998b0410 Typo fix 9 years ago
  Dominik Stadler 69ed305eff Eclipse warnings 9 years ago
  Dominik Stadler 8e89cbca3a Add a test for spreadsheet/49219.xls which previously failed with NullPointerException because we did not handle serializing ExternalNameRecords without actual data 9 years ago
  Dominik Stadler 213aa1559b Adjust typos in Javadoc 9 years ago
  Nick Burch 3a72ec0aec Patch from Kamil Linek from bug #57071 - 3+ XSSF column label names for pivot tables 9 years ago
  Nick Burch 942f8044d9 Patch from Kamil Linek from bug #57063 - XSSF custom column label names for pivot tables 9 years ago
  Dominik Stadler 68bb54e06a Bug 57254: XWPF: Correctly build internal list of styles when styles are added 9 years ago
  Dominik Stadler 66de3ced8b Remove unused members, 9 years ago
  Dominik Stadler fb9295ffb9 Bug 57312: Add check for null value of underline w:val 9 years ago
  Nick Burch e27afd1332 Fix warnings and inconsistent indents 9 years ago
  Dominik Stadler 6168a7999c Bug 57355: Fix test-compilation casued by moving the code to the base-test-class 9 years ago
  Dominik Stadler 51308cd422 Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lines in XSSFSheet.getColumnWidthInPixels() 9 years ago
  Nick Burch 93372f4468 Prep for release 9 years ago
  Nick Burch c832b0ed4a Prep for release 9 years ago
  Andreas Beeker 181d135fb9 Added link to test cases for the workarounds 9 years ago
  Andreas Beeker 1460fd33b2 Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it 9 years ago
  Andreas Beeker dbfabda346 close decrypted stream - test for #57296 9 years ago
  Andreas Beeker f3e4795275 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdList 9 years ago
  Andreas Beeker 21d2bc3cff #57272 - deadlock on corrupted PPT file 9 years ago