1832 Commits (190af5a8d99cce076d927c1c638fcd9a5c9265d2)
 

Author SHA1 Message Date
  Nick Burch 190af5a8d9 Update the groupId to org.apache.poi, as per mavern guidelines 17 years ago
  Yegor Kozlov fd5fb56ff8 cleaning the code before release 17 years ago
  Yegor Kozlov e8fa463978 fixed misc bugs in the hslf how-to doc 17 years ago
  Yegor Kozlov b970d27b0f applied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroup 17 years ago
  Yegor Kozlov bc57bba7d9 testcases for bugs 38266 and 40738 17 years ago
  Yegor Kozlov bcd2a8c8f1 applied the patch submitted in Bug 41223: Simple image extraction for HSSFWorkbook 17 years ago
  Yegor Kozlov 78caeba658 use POILogger instead of System.err in hslf records. If users want verbose output they should explicitly enable it through -Dorg.apache.poi.util.POILogger option. P.S. I think this should be done through the whole HSLF, i.e. no direct calls of System.out and Sysrtem.err 17 years ago
  Yegor Kozlov ca300e53ed Fix for bug 41946: remember if the complex part of an array property is empty and write back the original empty data 17 years ago
  Nick Burch ed06515fae It seems that some PPT files only have linkAtom + linkDetailsA for their ExHyperlink, and miss the linkDetailsB. For those files, do the right thing 17 years ago
  Nick Burch 0a3756d28d Add in a clean step before compile in dist 17 years ago
  Yegor Kozlov 2380196562 convert from pixels (96dpi) to points(72dpi) when setting picture anchor 17 years ago
  Nick Burch ee8125f348 Apply Trejkax's fix from bug #41653, and do a whole load of tests for the HWPF picture stuff. Includes a stub test for the problem identified in bug #41898 17 years ago
  Nick Burch 3ad3a22fd5 Don't NPE if we have a reference to a note, where there's no core record to go with that note's RefID. Instead, just log it, and pretend the note wasn't there. 17 years ago
  Yegor Kozlov 12dfa56565 fixed bug 41384: Array index wrong in record creation 17 years ago
  Yegor Kozlov 5112fb2cc8 fixed bug 41761: NPE when serializing a workbook with empty rows 17 years ago
  Yegor Kozlov c08c5658ba excluded rich text and outlines from POI 2.5 limitations 17 years ago
  Yegor Kozlov bdf4ab73d0 improved work with cell comments 17 years ago
  Andrew C. Oliver da9a6807d6 fix amateur hour coding mistake 17 years ago
  Andrew C. Oliver ffd6b3f8a0 http://issues.apache.org/bugzilla/show_bug.cgi?id=40548 17 years ago
  Andrew C. Oliver 71e5ccf8e2 Allow user defined named ranges. Calling super doesn't seem to break anything and throwing the 17 years ago
  Nick Burch 3c9d557f30 If the username length in the CurrentUserAtom is clearly wrong, treat it as if there was no username, rather than giving an ArrayIndexOutOfBoundsException 17 years ago
  Yegor Kozlov e5e1edb065 not autofit for formula cells 17 years ago
  Yegor Kozlov c48613da0a support for auto-sizing worksheet columns 17 years ago
  Yegor Kozlov 579c07e3bf changing attributes of existing cell comments is reflected after save 17 years ago
  Rainer Klute 5fdbf91301 Make this compile for me. 17 years ago
  Mark Thomas 86c190f630 Add svn properties 17 years ago
  Mark Thomas e3c32160f4 Remove copyright since it is now in NOTICE file and add XML declaration 17 years ago
  Nick Burch 7c4a4dc347 Add ExObjList support 17 years ago
  Nick Burch 5850fe049c Add ExHyperlink tests against a real file 17 years ago
  Nick Burch d3615a44d3 Add support for ExHyperlink and ExHyperlinkAtom 17 years ago
  Nick Burch aff4c74c81 Support InteractiveInfo, the parent of InteractiveInfoAtom 17 years ago
  Nick Burch ec1a527cf4 Initial, basic support for InteractiveInfoAtom 17 years ago
  Andrew C. Oliver bf16b973d4 added a single space in an irrelevant place 17 years ago
  Nick Burch b5e7f6e030 Tweak comments and variable names, to make the wacky colour stuff as BGR not RGB clearer 17 years ago
  Avik Sengupta 31d7d9d7b4 testcases for still unfixed bugs 17 years ago
  Avik Sengupta 59b21811f3 Testcases for bugs. Thanks Yegor 17 years ago
  Mark Thomas ee6cffd91d Add standard licence header for src/documentation/content directory 17 years ago
  Mark Thomas bf7eb7b941 Add standard licence header for src/documentation/skins directory 17 years ago
  Mark Thomas 34d3f2cec8 Add standard licence header for src/types directory 17 years ago
  Mark Thomas da40af4650 Add standard licence header for src/testcases directory 17 years ago
  Mark Thomas 7abd94ba5c Add standard licence header for src/resources directory 17 years ago
  Mark Thomas fc87c61f0d Add standard licence header for src/records directory 17 years ago
  Mark Thomas b6d6cac8d1 Add standard licence header for src/java directory 17 years ago
  Mark Thomas d8216c6915 Add standard licence header for src/examples directory 17 years ago
  Mark Thomas 84f5ae94af Add standard licence header for contrib directory 17 years ago
  Rainer Klute cd2b33c7e8 License comment fixed. 17 years ago
  Nick Burch 5c518687f5 Refactor the TextPropCollection and TextProp classes into their own model package. Some of the logic in StyleTextPropAtom should probably be refactored out too, but that's still to do 17 years ago
  Nick Burch 808ac3d6c7 Fix for bug #41357, by moving byte array creation until after we've decided that we have a valid picture 17 years ago
  Nick Burch bf11deb51d Update the order of the TextProps, as it seems not to be based quite on the mask order. Fix from Yegor, from bug #40143 17 years ago
  Mark Thomas b4a7369296 git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496331 13f79535-47bb-0310-9956-ffa450edef68 17 years ago