7780 Commit (194057bd1b3568e9003e1e077bb7f5b2b87e524e)
 

Autore SHA1 Messaggio Data
  Dominik Stadler 194057bd1b Add commented reproducer for bug 57603 8 anni fa
  Javen O'Neal 7d7b67fef6 only calculate getTextHeight if it will be used 8 anni fa
  Javen O'Neal d2053bb4f2 reduce statement complexity in drawContent, also has fewer FLOPS 8 anni fa
  Javen O'Neal c965f02c60 if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel 8 anni fa
  Javen O'Neal bf53115645 bug 57919: add performance note to javadocs about using BufferedOutputStreams on Document.write(OutputStream) if underlying resource is high latency 8 anni fa
  Javen O'Neal 6763ecb9b9 make instance variables final where possible 8 anni fa
  Nick Burch 9376bdf27f #57919 Provide an initial in-place write method for HSSFWorkbook 8 anni fa
  Javen O'Neal 6e7bba8cac bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage for HSLFSlideShow 8 anni fa
  Javen O'Neal 04de72e872 bug 59170: remove deprecated TableSprmUncompressor#uncompressTAP(byte[] grpprl, int offset) method 8 anni fa
  Javen O'Neal 52838316b4 bug 59170: fix compile error from r1753052 when removing deprecated TAP_TYPE constant 8 anni fa
  Javen O'Neal 941daf4cac bug 58190: add unit tests for XMLSlideShow#addPicture and XMLSlideShow#findPicture 8 anni fa
  Javen O'Neal 5d0b2fa59f bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enum 8 anni fa
  Javen O'Neal b0b38d2c11 bug 59264,59833,59837: upgrade deprecated methods in examples and testcases 8 anni fa
  Javen O'Neal b85400423d bug 59264,59833,59837: upgrade deprecated methods in examples and testcases 8 anni fa
  Javen O'Neal 5b3a1ad4ce close workbook to avoid resource leak 8 anni fa
  Javen O'Neal d19f614366 bug 59170: remove deprecated constants, make private variables final, whitespace 8 anni fa
  Javen O'Neal 09681e86ab HexDump.writeHex is similar to Long#toHexString. Consider consolidating. 8 anni fa
  Javen O'Neal 5357c92827 log on unsupported Sprm operation, save operand to variable to reduce duplicated code 8 anni fa
  Javen O'Neal 3c871bf966 whitespace (tabs to spaces) 8 anni fa
  Javen O'Neal ed0cceaf5d HWPF SectionProperties implements Cloneable 8 anni fa
  Javen O'Neal 9b0efc4a97 bug 58802: javadoc fix 8 anni fa
  Javen O'Neal a0ba3f5924 bug 59873: javadoc fix 8 anni fa
  Javen O'Neal a69c8fca51 bug 59873: javadoc fix 8 anni fa
  Javen O'Neal e9d5694574 bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 8 anni fa
  Javen O'Neal ed944416da bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 8 anni fa
  Dominik Stadler 2cddaa1319 Bug 58802: HWPF: Allow reading of footnote and endnote properties 8 anni fa
  Dominik Stadler 3805d00888 Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupts bspos value in WorkbookRecordList 8 anni fa
  Javen O'Neal 9816a7ccd8 bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enum 8 anni fa
  Javen O'Neal fe46099398 whitespace 8 anni fa
  Javen O'Neal c44b7ab7a2 whitespace (tabs to spaces) 8 anni fa
  Javen O'Neal b19c1253ee add cause to exceptions, log exceptions that are caught and suppressed 8 anni fa
  Javen O'Neal 8fc36c7367 whitespace 8 anni fa
  Javen O'Neal 9e5c4d9c9a javadocs fix 8 anni fa
  Javen O'Neal 202dfbf92e make private maps final 8 anni fa
  Javen O'Neal 0de74b143e add @Override annotations to CreationHelper classes 8 anni fa
  Javen O'Neal c0ee980ac7 throw exception if hyperlink is invalid type when validating hyperlink 8 anni fa
  Javen O'Neal 55bc4619d5 bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress) 8 anni fa
  Javen O'Neal 6803dc89e0 bug 59775: correctly create XSSFHyperlinks when target is a URL containing a hash mark; patch contributed by Guillermo Alvarez 8 anni fa
  Javen O'Neal 9f45341c9c bug 59775: fix cell address index error 8 anni fa
  Javen O'Neal dcf43f75bd bug 59872: add Sheet.getHyperlink(CellAddress) 8 anni fa
  Andreas Beeker 1589ae176a use real TempFile 8 anni fa
  Andreas Beeker 9c4bbc59a4 #59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource) 8 anni fa
  Dominik Stadler 2348794109 Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region 8 anni fa
  Dominik Stadler 9c3ab2d1b3 Bug 59733: Narrow down testcase some more, after the first shift, removing the first row is sufficient to trigger the problem 8 anni fa
  Dominik Stadler 73217cecae Add a test to check for a NullPointerException in XSLFTableCell 8 anni fa
  Dominik Stadler 45fc872dde Bug 59861: Adjust testcase, it works now for me. Also combine the two TestProper classes into one 8 anni fa
  Javen O'Neal af10f7c1ee JDK8 javadocs fixes 8 anni fa
  Javen O'Neal f7fa4f4384 replace for-loop over index with for-each loop 8 anni fa
  Javen O'Neal 1c0a2bd670 annotate purpose of each PROPER() function test case, add a few more test cases, identify some problems with ß handling 8 anni fa
  Javen O'Neal 40f1013f63 JDK8 javadocs 8 anni fa