7031 Commits (115b5fa0c65b30eee57584be99d0a3af73458230)
 

Author SHA1 Message Date
  Dominik Stadler 115b5fa0c6 Regression analysis: the additional testing of cloning sheets showed a 8 years ago
  Dominik Stadler 23be95a474 Ignore a failure during cloning if we exceed file-format limits 8 years ago
  Dominik Stadler 4308b2e398 bug 58996: Don't try to unset fill color if it is not set to avoid invalid access inside the Xml structures 8 years ago
  Nick Burch 6f46cd95be Fix #57034 on SXSSF, and add a common unit test to show it was already fixed on the others + is now fixed for SXSSF 8 years ago
  Nick Burch f597a1717c Allow common tests to do auto-sizing even on SXSSF 8 years ago
  Andreas Beeker b2d6b7c51a Add example for adding videos 8 years ago
  Andreas Beeker f2a8846bd4 XSLF - fixed NPE when adding pictures with existing non-picture media files (e.g. movies) 8 years ago
  Dominik Stadler ad696c04cb Remove file from expected failures after changes for bug 56880 8 years ago
  Tim Allison 991c5d0a00 Bug 56880 - switch exception to logged warning that non-extended pascal strings are not supported. Full fix would add parsing for these strings. 8 years ago
  Javen O'Neal d1e2c186ec remove deprecated (2009) HSSFComment#setColumn(short). int version is available. 8 years ago
  Javen O'Neal 996c2d53ab HSSFComment: note a final field 8 years ago
  Javen O'Neal 4c82305d3d fix O(n^2) runtime unnecessarily recreating an array inside a for-loop 8 years ago
  Javen O'Neal f7a27ae67a bug 58885: fix javadocs 8 years ago
  Javen O'Neal 0281af7928 bug 58885: performance regression on XSSFSheet.addMergedRegion(CellRangeAddress). Add an unsafe version of addMergedRegion that doesn't check for overlapping merged regions 8 years ago
  Dominik Stadler 7622fde4b7 Adjust test to pass forbidden-apis-check 8 years ago
  Dominik Stadler 3705ceeb57 Make OldExcelExtractor Closeable to be able to free up resources if getText() was not called 8 years ago
  Dominik Stadler f781606865 Add curvesapi-jar when running Findbugs 8 years ago
  Nick Burch a39ea07479 Bump xmlsec version in the Eclipse project file too 8 years ago
  Dominik Stadler 805e8f1e91 add an ignored test for bug 58804 8 years ago
  Andreas Beeker 33ba593407 Raised xmlsec version to 2.0.6 8 years ago
  Andreas Beeker b585430cab #41047 - Support hyperlinks in HSLF shapes and textruns 8 years ago
  Dominik Stadler 52140e65a9 Update copyright-year to 2016 8 years ago
  Dominik Stadler 727e6354f0 Rename test-source file to actual class name to avoid constant recompilations on 'compile-main' 8 years ago
  Dominik Stadler bec5395d3e Include curvesapi-jar in distribution 8 years ago
  Dominik Stadler 8a2ce9d9df Fix possible NPE found with msg-file from CommonCrawl 8 years ago
  Dominik Stadler 5fd6d81f7d Fix possible NullPointerException with invalid/unsupported image types 8 years ago
  Javen O'Neal 313cce7d77 make SXSSFWorkbook member variables private 8 years ago
  Javen O'Neal b06744cece whitespace 8 years ago
  Javen O'Neal f0da444c32 fix questionable List.remove(int) in SXSSFITestDataProvider 8 years ago
  Andreas Beeker 118f7f283b BugFix: wrong hyperlink record added - used child instead of parent record 8 years ago
  Javen O'Neal 384c1bc7b6 add @Override annotations to ITestDataProviders 8 years ago
  Javen O'Neal fca4f0d0cb bug 58879: add SpreadsheetVersion to Workbook interface 8 years ago
  Javen O'Neal 3ca81a1529 svn propset svn:eol-style native 8 years ago
  Andreas Beeker 56f42f0bda Fix NPE when calling HSLFTextRun.setHorizontalCentered() 8 years ago
  Andreas Beeker 50d98918d9 #56004 - Support for WMF rendering 8 years ago
  Dominik Stadler 0ba83f7683 Regression in version 3.14-beta1: three or four-part formats with locale id cause exceptions when formatting instead of falling back to other formatting 8 years ago
  Dominik Stadler dc5f2700a3 Fix a NullPointerException that occurs with some PPTs now but did not in POI 3.13 8 years ago
  Dominik Stadler bd25521857 Eclipse warnings, helper unit-test, improve information provided in Exceptions, do not swallow inner stacktraces, ... 8 years ago
  David North 11bee1ebf9 Generalised API for adding ignored errors, e.g. number stored as text. 8 years ago
  Dominik Stadler f1db033d6d Bug 58829: Remove some useages of printStackTrace() and some other minor cleanups 8 years ago
  Dominik Stadler 97ee147644 Rework test to not catch exception, junit does a good job of handling unexpected exceptions itself, StringBuffer replacing, code duplication 8 years ago
  Nick Burch 20d07cdcdb Javadoc fix 8 years ago
  Nick Burch 11a38182f5 #58847 Getters/setters/removers for the additional well-known document summary information properties from Office 12 8 years ago
  Andreas Beeker 7150bcd358 Javadocs fixes 8 years ago
  Andreas Beeker 05cec9b251 #57796 - Support hyperlink extraction when rendering slides 8 years ago
  Nick Burch f069c83071 More Office 12 DSI property IDs, getters/setters to follow 8 years ago
  Nick Burch 3d9b15e0b4 Bump up the max DSI property ID, and list a few Office 12 well known IDs 8 years ago
  Andreas Beeker c47f676397 #54916 - POI does not always read all the slides in pptx files 8 years ago
  Andreas Beeker 0582072856 add other printStackTrace methods to forbidden-apis-check 8 years ago
  Andreas Beeker b15b18bae7 replace Throwable.printStackTrace() with POILogger calls - Todo: other printStrackTrace(...) calls 8 years ago