291 Commits (ee39ef2d73c8782a103c1758dde954bc7de6de0b)

Author SHA1 Message Date
  Evgeniy Berlog 1021f99832 added file for tests(check commit rights) 12 years ago
  Yegor Kozlov 5de1aec65e initial support for reading shapes, see patch from June 8 in Bugzilla 53372 12 years ago
  Yegor Kozlov d3f4e26985 Bugzilla 53010, patch from June 3: improved support for Continue records in drawing blocks 12 years ago
  Yegor Kozlov 9108ca6471 Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in drawing blocks 12 years ago
  Nick Burch 0ac6f0fd5a Patch from Josh Holthaus from bug #53165 - HWPF support for fetching the description (alt text) of a picture 12 years ago
  Yegor Kozlov 6fc404c4a6 Bugzilla 53101: fixed evaluation of SUM over cell range > 255 12 years ago
  Yegor Kozlov 083c1368b3 Bugzilla 49529 - avoid exception when cloning sheets with no drawing records and initialized drawing patriarch 12 years ago
  Maxim Valyanskiy 6facec409f unit test for #52991 (unexpected end of ZLIB input stream) 12 years ago
  Yegor Kozlov 1434c766a3 bugzilla 52818 - Added implementation for RANK() 12 years ago
  Yegor Kozlov 8ba7b2c6fb corrected name of test file for Bugzilla 51710 12 years ago
  Yegor Kozlov cee330b145 bugzilla 52244 - use correct text attributes when presentation has multiple TxMasterStyleAtoms of the same type 12 years ago
  Yegor Kozlov 49dd4c3e69 follow-on to r1294595 12 years ago
  Yegor Kozlov c20420591c bugzilla 52057 - updated formula test framework to be aware of recently added Functions 12 years ago
  Yegor Kozlov a03a39fd54 Bugzilla 51790: fixed reading shared formulas in XSSF 12 years ago
  Yegor Kozlov 89e6f4ffc2 Bugzilla 52716 - tolerate hyperlinks that have neither location nor relation 12 years ago
  Yegor Kozlov df61625757 Bugzilla 52599 - avoid duplicate text when rendering slides in HSLF 12 years ago
  Yegor Kozlov fcd8ed18e4 test file that belongs to r1292247 12 years ago
  Yegor Kozlov 3d2839bd7a fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 12 years ago
  Nick Burch 9aed717d95 Disabled unit tests for bug #48703 12 years ago
  Yegor Kozlov 97afbf7087 Bugzilla 52576: support changing external file references in HSSFWorkbook 12 years ago
  Nick Burch ed64b30101 Unit test from Maciej for bug #51498 12 years ago
  Yegor Kozlov 683ef158a1 Bugzilla 52527: avoid exception when matching shared formula records in HSSF 12 years ago
  Yegor Kozlov 2e2559d80a bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
  Nick Burch c2ef05e163 Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Office produced ones do have 2 Core Properties, despite the specification explicitly forbidding this 12 years ago
  Yegor Kozlov bc7f63906d Added implementation for SUMIFS(), see Bugzilla 52462 12 years ago
  Nick Burch 477ae958e3 Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix some indenting) 12 years ago
  Nick Burch 1a4bf34cb5 Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle times without seconds 12 years ago
  Yegor Kozlov ac6c00b6df Bugzilla 52348: Avoid exception when creating cell style in a workbook that has an empty xf table 12 years ago
  Yegor Kozlov c8f9bde8ee removed svn:executable bit from project files 12 years ago
  Nick Burch 693a7ddc09 Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, with test (and fixing indents) 12 years ago
  Nick Burch 9068469566 Test that shows that bug #52288 is already fixed 12 years ago
  Nick Burch aed41195ce Add test file for bug #51873 from Jeremy, and a test that uses it 12 years ago
  Nick Burch 3400cf0d44 Patch from Marcel May from bug #51875 - More XSSF formula new-line support 12 years ago
  Nick Burch bfcf5190eb Restore HWPF support for inline Escher images (stored in Escher rather than direct in a PICFAndOfficeArtData in the main stream), plus add test for this kind of file 12 years ago
  Nick Burch b7f3cd3458 Test visio file that is giving HPSF issues 12 years ago
  Yegor Kozlov 8e6eff67fc more progress with XSLF: made some methods publis as suggested on poi-dev, more tests 12 years ago
  Yegor Kozlov 06916478b3 Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide 12 years ago
  Yegor Kozlov abccf7f303 improved rendering of indented text in XSLF, also improved import content from external slides 12 years ago
  Yegor Kozlov 21b4a0f948 more progress with xlsf: support for gradient and texture fills, backgrounds, improved drawing of preset shapes and many more updates ... 12 years ago
  Sergey Vladimirov ec46537ca0 Fix 47958 - ArrayIndexOutOfBoundsException from PicturesTable.getAllPictures() during Escher tree walk 12 years ago
  Sergey Vladimirov 9883b370e2 fix 51944 - PAPFormattedDiskPage.getPAPX - IndexOutOfBounds 12 years ago
  Sergey Vladimirov 0cf37b664b fix additional issue found in bug 52032, add test files 12 years ago
  Sergey Vladimirov 992fe34dc7 fix 52032 - HWPF - ArrayIndexOutofBoundsException with no stack trace (broken after revision 1178063) 12 years ago
  Yegor Kozlov 6406cfb2d2 more progress with PPTX2PNG: support for gradient and texture fill, also refactored usages of colors in drawingML 12 years ago
  Yegor Kozlov 3c6ce72dda initial support for rendering pptx slides into images with a PPTX2PNG command-line utility 12 years ago
  Nick Burch 0d31a3b8b7 Fix bug #51963 - Correct AreaReference handling of references containing a sheet name which includes a comma 12 years ago
  Sergey Vladimirov 99ee1edb17 always pad properties to 4 bytes 12 years ago
  Sergey Vladimirov c1d65f3c7e picture loading completely rewritten, bugs 51902 and 51890 fixed 12 years ago
  Nick Burch 8de1ce7c6a Tweak the HSLF and XSLF tests for master slide text to cover more (some of which is disabled for now) 12 years ago
  Nick Burch 7b211912e2 Add a disabled test for bug #51850, and tweak the OPC package exceptions to make it easier to spot when a part name is already used 12 years ago