7736 Commits (73217cecaec4b61a0d41892076fbca58e9f34ad6)
 

Author SHA1 Message Date
  Dominik Stadler 73217cecae Add a test to check for a NullPointerException in XSLFTableCell 8 years ago
  Dominik Stadler 45fc872dde Bug 59861: Adjust testcase, it works now for me. Also combine the two TestProper classes into one 8 years ago
  Javen O'Neal af10f7c1ee JDK8 javadocs fixes 8 years ago
  Javen O'Neal f7fa4f4384 replace for-loop over index with for-each loop 8 years ago
  Javen O'Neal 1c0a2bd670 annotate purpose of each PROPER() function test case, add a few more test cases, identify some problems with ß handling 8 years ago
  Javen O'Neal 40f1013f63 JDK8 javadocs 8 years ago
  Dominik Stadler 726dc7a578 Function PROPER: Don't use a regular expression syntax that is not available on Android. Actually the use of regular expression in this case was overkill, slow and even incorrect in corner cases, the function can be done without regex easily and runs a bit faster anyway (microBench is down from 4sec to 2s) 8 years ago
  Javen O'Neal dee56fc6c0 bug 59858: describe why VBA macro reading failed 8 years ago
  Javen O'Neal 416641d986 bug 59858: add disabled unit test for bug 59858; file from Brooke 8 years ago
  David North f54d435c83 "cannot not" presumably means "cannot" 8 years ago
  Dominik Stadler 11004d4fb8 Fix name of new OLE2ScratchpadExtractorFactory 8 years ago
  Nick Burch 1bbba4e39a Remove un-used imports 8 years ago
  Nick Burch c74010fcae Last bit of reflection - get back to the full OOXML-enabled factory if we can 8 years ago
  Nick Burch ce564f39dc Exceptions 8 years ago
  Nick Burch ef2af2d53d Start moving logic over into the main and scratchpad jars for OLE2 8 years ago
  Nick Burch a5f19ab07f Pull Scratchpad Extractor logic to own class 8 years ago
  Nick Burch f50a96f9f4 Start to pull out some of the OLE2 logic, so we can then split some Scratchpad parts out 8 years ago
  Nick Burch 39bd51fbe4 Notes on use 8 years ago
  Javen O'Neal e8ff5dc84e add BaseTestCellUtil unit tests to cover setting cell style properties with an invalid value and using both valid Short and Enum values 8 years ago
  Javen O'Neal b5eced282d bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignment enums 8 years ago
  Javen O'Neal 96a24aad62 bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with HorizontalAlignment and VerticalAlignment enums 8 years ago
  Javen O'Neal 9ceb4f12e4 javadoc fixes 8 years ago
  Javen O'Neal 17e195301a bug 59264: Unify interface for setting cell border line styles using BorderStyle enum instead of short code 8 years ago
  Javen O'Neal a43a344d16 Add comments describing Outlook .msg DirectoryNode names 8 years ago
  Javen O'Neal 103116bff9 move string literals out to array that can be for-looped over 8 years ago
  Andreas Beeker 848f056369 javadocs fixes (jdk8) 8 years ago
  Javen O'Neal aac75f3f3c add 2^x to POWER2 comments 8 years ago
  Javen O'Neal ab9ecf9373 bug 52949,59830: move module storage and decompressing into a standalone function 8 years ago
  Javen O'Neal c220067619 bug 52949,59830: move module storage and decompressing into a standalone function 8 years ago
  Javen O'Neal 50e4a82230 bug 59830: attach context to any IOException (likely a result of reaching EOF on input stream) 8 years ago
  Javen O'Neal 33b7b9ed38 remove Internal UnhandledDataStructure.copyOfRange because function is available in JDK 1.6+ and we no longer support JDK 1.5 8 years ago
  Javen O'Neal d9918d5d63 close streams if an exception is throw 8 years ago
  Javen O'Neal 1f76abf1b6 bug 59830: add context to why no more bytes could be read from input stream 8 years ago
  Javen O'Neal ed7dc7e8fa bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum 8 years ago
  Javen O'Neal 5ba19635a7 bug 55555: set fill pattern, foreground color, and background color order correctly to follow HSSFCellStyle's order requirement; patch from Qualtagh. This closes #33 on Github 8 years ago
  Javen O'Neal aa87a0597b bug 56154: rename setLastModifiedBy to setLastModifiedByUser 8 years ago
  Javen O'Neal 5c82332f02 bug 56154: add @since annotations to getLastModifiedBy and setLastModifiedBy methods 8 years ago
  Javen O'Neal 9e383edf35 bug 56154: get and set last modified by user property; patch from Danil Lopatin 8 years ago
  Javen O'Neal f8fcefcd13 convert OPC Compliance unit tests to junit4 8 years ago
  Javen O'Neal 9354393a9a whitespace and +svn:eol-style=native 8 years ago
  Javen O'Neal 34742417f5 AllOpenXML4JInternalTests no longer needed in AllOpenXML4JTests suite because it was upgraded to junit4 8 years ago
  Javen O'Neal a359a8eb25 fix regular expression example 8 years ago
  Javen O'Neal edf158d248 bug 59826: ant script to apply patch.tar.gz files from bugzilla 8 years ago
  Javen O'Neal f387fec202 add crude unit test for ZipPackagePropertiesMarshaller 8 years ago
  Javen O'Neal 26b710d670 convert to junit4 8 years ago
  Javen O'Neal 06e170fffc whitespace and +svn:eol-style=native 8 years ago
  Javen O'Neal 79c5a9f021 add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 8 years ago
  Javen O'Neal 417868e70c add crude line-coverage tests for setDebugEvaluationOutputForNextEval and setIgnoreMissingWorkbooks 8 years ago
  Javen O'Neal da9e9bad18 add getters for setIgnoreMissingWorkbooks and setDebugEvaluationOutputForNextEval; add internal decorator; getSupportedFunctionNames and getNotSupportedFunctionNames should return unmodifiable collections 8 years ago
  Javen O'Neal 01fe05a972 whitespace (3sp to 4sp) 8 years ago