7780 Commits (194057bd1b3568e9003e1e077bb7f5b2b87e524e)
 

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