6046 Commits (b00e544e9b28a8c0a1c1ad5eddc473a6fa0285cf)
 

Author SHA1 Message Date
  Andreas Beeker b00e544e9b Fixed TextRun handling and various junit tests 9 years ago
  Andreas Beeker 16ac6b107e Fixed several test drivers or the implementation 9 years ago
  Andreas Beeker 86c7025e06 Fixed some style related corner cases and adapted the tests for it 9 years ago
  Andreas Beeker d49b2b6b51 Creating a new slideshow and manipulating existing ones works again :) 9 years ago
  Andreas Beeker fd637ce0ed A few text handling related fixes 9 years ago
  Andreas Beeker d2e7cd51c3 Commit changes in common_sl - need to update trunk ... 9 years ago
  Andreas Beeker 28d7a023e9 HSLF table and example fixes 9 years ago
  Andreas Beeker bdeec46d6d fixed HSLF text handling 9 years ago
  Andreas Beeker 111a87b7a5 Added Distributed option to TextAlignment 9 years ago
  Andreas Beeker 7127adb1ab committing intermediate results - hslf is mostly migrated to common interface - junit tests partly fail - still a few compile errors - xslf drawing works - hslf drawing is not yet tested 9 years ago
  Andreas Beeker 9a85a2e76b Snapshot commit - still lots of errors, xslf rendering works, started work on hslf 9 years ago
  Andreas Beeker 7afac11f67 committing intermediate results - xslf now compiles - hslf needs to be migrated to common interface - drawing is not yet tested 9 years ago
  Andreas Beeker cb09b997c4 initial commit - still lots of errors, but I need to switch to a clean trunk for releasing and testing 9 years ago
  Andreas Beeker 17fa00b29e common interface and rendering for h/xslf 9 years ago
  Dominik Stadler 24cccd49de Use assertArrayEquals() to try to better show why this test fails in some rare cases currently 9 years ago
  Dominik Stadler ea2374b07e Bug 57459: Add method in SXSSFSheet to directly set row OutLineLevel 9 years ago
  Dominik Stadler ecb2cac6e6 Adjust TestSignatureInfo so junit provides more information if an unexpected exception happens 9 years ago
  Dominik Stadler 5b42301a45 Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random number in unique-strings-count-field 9 years ago
  Dominik Stadler faa8575923 Bug 57479: Typo in HSSFWorkbook javaDocs 9 years ago
  Dominik Stadler d05e0e199c Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... 9 years ago
  Dominik Stadler 18a640a2a9 Add ooxml-sources-jar files to up-to-date check to still recompile if only they are missing 9 years ago
  Nick Burch 56cddecfbe Finish converting ErrorEval to only use the FormulaError constants, and then finish unit test for 57535 9 years ago
  Nick Burch c397f276a0 Prepare FormulaError for both long and short codes 9 years ago
  Nick Burch ff210628cc Add a unit test (disabled) for bug #57535 - "Unknown error type: -60" fetching formula error value 9 years ago
  Nick Burch dbe1ee7be6 Reduce duplication between FormulaError and ErrorConstants 9 years ago
  Nick Burch c42c709c9a XWPF implementation of some common Paragraph methods 9 years ago
  Nick Burch eeb40d677f Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulates 9 years ago
  Nick Burch 5c86e51b65 More common HWPF/XWPF interfaces 9 years ago
  Nick Burch 20349c8ce0 More common XWPF/HWPF character run methods 9 years ago
  Nick Burch b1cb4b0f68 XWPF double strikethrough, and start on a common interface for HWPF and XWPF character runs 9 years ago
  Andreas Beeker 3d97978cee The default for standard encryption cipher algorithm was wrongly set to rc4 9 years ago
  Nick Burch 0bd3a6df26 57482 Handle XSLX files with no shared strings table in read-only mode 9 years ago
  Nick Burch 61e7dc447a Unit test from Isao Kadowaki from bug #57482 9 years ago
  Dominik Stadler 4ccc8fd048 Add a developer-tool to pretty-print the XMLs in an OOXML file. This makes it easier to compare OOXML files produced by different applications with differeing XML formatting. 9 years ago
  Dominik Stadler 8b4308d68a Bug 57468: Avoid possible build-error if lib-directory is not created 9 years ago
  Nick Burch cef16bab94 Have ExtractorFactory open OPCPackages from files in read-only mode by default, since writing should never be needed when extracting text 9 years ago
  Nick Burch bcb02aa4bc For XSSFSheet, add a getDrawingPatriarch() method alongside the existing createDrawingPatriarch() one 9 years ago
  Nick Burch 631fc8f9bc Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage 9 years ago
  Nick Burch ffe2581d6d Another exclude 9 years ago
  Nick Burch 00e6e937f7 Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it 9 years ago
  Nick Burch 26de25b7d3 Test to show that bug #57430 works fine already 9 years ago
  Dominik Stadler 117e591778 Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some smaller problems in the implementation found while adding full unit tests 9 years ago
  Dominik Stadler a6d668c6f2 Fix Eclipse warnings, provide better error message and adjust javadoc slightly 9 years ago
  Dominik Stadler ffdf1ba216 Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec 9 years ago
  Nick Burch ef2ca85280 Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when attempting to set an xml security manager as best we can 9 years ago
  Dominik Stadler f465ee1313 * Add missing close() on streams in ImageUtils.getImageDimension() 9 years ago
  Dominik Stadler 0179875251 Add reproducer for bug 56655 9 years ago
  Dominik Stadler 3f6f9da0ce Add reproducer for bug 57074 9 years ago
  Dominik Stadler c7d0c19328 Add reproducing testcase for Bug 57294 9 years ago
  Dominik Stadler 959fecbb44 Move some tests to the base test class where applicapple 9 years ago