1083 Commits (16ac6b107e8f5deae70c391be3fbc5d02d751fd0)

Author SHA1 Message Date
  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
  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
  Dominik Stadler 33c4268b2e Remove unnecessary casts 9 years ago
  Dominik Stadler 1e340fbce8 Bug 53453: Apply patch to add methods to set margins in sections of HWPF documents 9 years ago
  Andreas Beeker 460678e607 Test and fix for bug #46441 9 years ago
  Andreas Beeker 2b83ab670a Bug 56240 - Handle PP97_DUALSTORAGE streams 9 years ago
  Andreas Beeker 0456faaa44 Bug 47261 - SlideShow.removeSlide makes PPT corrupted 9 years ago
  Andreas Beeker f27ced46fb Bug 54541 - Add support for cropped images in Slide.draw() 9 years ago
  Dominik Stadler 17e62a85fa Start adding some coverage of more Scratchpad-classes 9 years ago
  Andreas Beeker b91e480006 Charset.forName() for known encodings makes catching UnknownEncodingException obsolete 9 years ago
  Andreas Beeker ee2ccafd0b Unified access to escher opt record 9 years ago
  Andreas Beeker 0839a097e3 - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 9 years ago
  Andreas Beeker 39dbbe9c41 #57272 - deadlock on corrupted PPT file 9 years ago
  Dominik Stadler 19aa234f37 Typo and remove unnecessary casts 9 years ago
  Andreas Beeker c828d44a84 house keeping - fixes for sonarqube blockers 9 years ago
  Andreas Beeker 56051c3e44 merge with trunk 9 years ago
  Andreas Beeker 314b9f60de Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with replacements from j.u.Arrays 9 years ago
  Nick Burch 4eb322bae7 Fix bug 54725 - HWPF where no parent style CHP exists, use an empty 10 years ago
  Nick Burch 736cd9cf49 For places where an ordered collection is created and used within the context of a single thread, and there are no thread safety concerns, use ArrayList not Vector. See bug #54838 10 years ago
  Dominik Stadler 427d733469 Add missing @Overrides, reformat some files, increase coverage slightly, 10 years ago
  Nick Burch aa3a7ef63d Based on reading of the new file format docs, start to tweak how fixed length vs variable length / multi-valued properties are handled 10 years ago
  Nick Burch eb5866370a Outlook sometimes stores a codepage of ANSI when it means 1252, detect and alias, fixes bug #53983 10 years ago
  Nick Burch 4c0697dea5 Implement a few more MAPI property types 10 years ago
  Nick Burch fb45a814d4 Fix inconsistent indents 10 years ago
  Andreas Beeker f566b57be0 Some encryption fixes: 10 years ago
  Nick Burch 3c3e164a50 Rather than having lots of classes all create their own XML DocumentBuilderFactory instance, push that logic to a helper which sets all the right defaults 10 years ago
  Cédric Walter a242fea697 performance issue: removed instantiation of new String object by copying an existing string. 10 years ago
  Cédric Walter e684262ca6 performance issue logging calls are expensive because of the objects created when assembling the log messages. Using the check() method of the logging sub-system can prevent object creation 10 years ago
  Nick Burch db9ad3990d Avoid an IndexOutOfBoundsException if there are no property nodes when searching for the start index, return -1 instead 10 years ago
  Nick Burch 80caa1ddcf When looking for text run related records after a TextHeaderAtom, provide a cleaner way to skip ones we don't care about, and a cleaner way to find the StyleTextPropAtom. Should fix #56260 10 years ago
  Nick Burch 6adffa0c03 Implement MasterTextPropAtom, which provides the indents for a run of text, needed for #56260 10 years ago
  Nick Burch 544d8bae08 #56260 Partial fix for a slide with a TextHeaderAtom but no other atoms related to it, which is followed by another TextHeaderAtom straight away 10 years ago
  Nick Burch c3653544bb More helpful visio v5 exception, see bug #56171 10 years ago
  Andreas Beeker 6c24cb7020 The junit test failed with the original test-file (CDT_Data_Retention-PPT.ppt), so another check was necessary 10 years ago
  Andreas Beeker 146eadef69 Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextProp9Atom : java.lang.ArrayIndexOutOfBoundsException: 56" 10 years ago