| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make a start on some example code to use MissingRecordAwareHSSFListener for t... | Nick Burch | 2007-06-17 | 2 | -1/+220 |
* | encode unicode chars in HSLF unit tests | Yegor Kozlov | 2007-06-01 | 2 | -7/+7 |
* | HSLF: readonly support for hyperlinks | Yegor Kozlov | 2007-05-30 | 19 | -85/+873 |
* | fixed bug 38256: RuntimeException: Couldn't instantiate the class for type wi... | Yegor Kozlov | 2007-05-29 | 3 | -3/+63 |
* | support for text bullets | Yegor Kozlov | 2007-05-28 | 9 | -51/+319 |
* | fixed bug 42520: NPE in Picture.getPictureData() and bug 42524: NPE in Shape... | Yegor Kozlov | 2007-05-26 | 8 | -16/+117 |
* | fixed bug 42486: Failure parsing a seemingly valid PPT. Some of the assertio... | Yegor Kozlov | 2007-05-25 | 3 | -23/+29 |
* | added support for TitleMaster object | Yegor Kozlov | 2007-05-25 | 18 | -374/+617 |
* | fixed bug 42484: NullPointerException from ShapeGroup.getAnchor() | Yegor Kozlov | 2007-05-24 | 2 | -0/+41 |
* | fixed bug 42485: All TextBoxes inside ShapeGroups have null TextRuns | Yegor Kozlov | 2007-05-24 | 3 | -4/+27 |
* | throw HSLFException instead of RuntimeException | Yegor Kozlov | 2007-05-24 | 13 | -63/+119 |
* | return null instead of throwing exception when slide master is not found | Yegor Kozlov | 2007-05-24 | 1 | -1/+1 |
* | applied patches from bug 42474: (1) Incorrect matching of notes to slides and... | Yegor Kozlov | 2007-05-24 | 6 | -30/+97 |
* | Initial version of a Missing Record Aware shim on HSSFListener. Includes limi... | Nick Burch | 2007-05-18 | 6 | -0/+733 |
* | If the apparent location of the current user atom is past the end of the data... | Nick Burch | 2007-05-18 | 1 | -0/+6 |
* | cleaning the code before release | Yegor Kozlov | 2007-04-18 | 2 | -10/+3 |
* | use POILogger instead of System.err in hslf records. If users want verbose ou... | Yegor Kozlov | 2007-04-12 | 6 | -9/+23 |
* | It seems that some PPT files only have linkAtom + linkDetailsA for their ExHy... | Nick Burch | 2007-04-03 | 1 | -6/+19 |
* | convert from pixels (96dpi) to points(72dpi) when setting picture anchor | Yegor Kozlov | 2007-03-30 | 1 | -1/+1 |
* | Apply Trejkax's fix from bug #41653, and do a whole load of tests for the HWP... | Nick Burch | 2007-03-29 | 3 | -5/+163 |
* | Don't NPE if we have a reference to a note, where there's no core record to g... | Nick Burch | 2007-03-29 | 3 | -13/+45 |
* | fixed bug 41384: Array index wrong in record creation | Yegor Kozlov | 2007-03-21 | 3 | -1/+54 |
* | If the username length in the CurrentUserAtom is clearly wrong, treat it as i... | Nick Burch | 2007-03-01 | 1 | -2/+13 |
* | Make this compile for me. | Rainer Klute | 2007-01-30 | 1 | -1/+1 |
* | Add ExObjList support | Nick Burch | 2007-01-17 | 8 | -7/+430 |
* | Add ExHyperlink tests against a real file | Nick Burch | 2007-01-17 | 2 | -2/+46 |
* | Add support for ExHyperlink and ExHyperlinkAtom | Nick Burch | 2007-01-17 | 7 | -3/+474 |
* | Support InteractiveInfo, the parent of InteractiveInfoAtom | Nick Burch | 2007-01-17 | 3 | -1/+185 |
* | Initial, basic support for InteractiveInfoAtom | Nick Burch | 2007-01-17 | 4 | -1/+278 |
* | Tweak comments and variable names, to make the wacky colour stuff as BGR not ... | Nick Burch | 2007-01-16 | 1 | -4/+6 |
* | Refactor the TextPropCollection and TextProp classes into their own model pac... | Nick Burch | 2007-01-15 | 15 | -380/+503 |
* | Fix for bug #41357, by moving byte array creation until after we've decided t... | Nick Burch | 2007-01-15 | 3 | -5/+55 |
* | Update the order of the TextProps, as it seems not to be based quite on the m... | Nick Burch | 2007-01-15 | 2 | -10/+73 |
* | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496331 13f7953... | Mark Thomas | 2007-01-15 | 10 | -0/+160 |
* | Add standard licence header | Mark Thomas | 2007-01-15 | 336 | -9/+5360 |
* | Throw an exception if a picture claims to have a negative amount of data. Sho... | Nick Burch | 2007-01-12 | 1 | -0/+8 |
* | Handle the fact that StyleTextPropAtom needs to work with a text length that'... | Nick Burch | 2007-01-11 | 3 | -6/+20 |
* | Update with new knowledge of how this all works, from bug #41176 | Nick Burch | 2007-01-09 | 1 | -33/+16 |
* | Applied copy2license script to the files that were converted by dos2unix. ant... | Henri Yandell | 2006-12-22 | 33 | -165/+198 |
* | Applying dos2unix on some of the Java files. The copy2license script isn't pi... | Henri Yandell | 2006-12-22 | 37 | -5758/+5758 |
* | Applying the copy2license.pl script (with tiny modification to allow for more... | Henri Yandell | 2006-12-22 | 276 | -1380/+1656 |
* | Try to work with files that don't have a master SlideListWithText, but go str... | Nick Burch | 2006-12-14 | 1 | -6/+42 |
* | If we have a picture of type 0, don't even bother trying to create a PictureD... | Nick Burch | 2006-12-14 | 3 | -14/+37 |
* | Support compressed pictures properly, from bug #41032 | Nick Burch | 2006-11-29 | 6 | -23/+144 |
* | Update from Yegor in bug 41046 - support background shapes and fills | Nick Burch | 2006-11-28 | 7 | -0/+555 |
* | Ditch a few calls to System.out, in favour of calls to POILogger | Nick Burch | 2006-11-28 | 2 | -6/+20 |
* | Fix for bug 41015 - add in another paragraph property | Nick Burch | 2006-11-28 | 3 | -1/+34 |
* | superclass for logical functions | Amol S. Deshmukh | 2006-11-26 | 1 | -0/+31 |
* | updated to include additional tests for IF() | Amol S. Deshmukh | 2006-11-26 | 1 | -1/+1 |
* | initial version | Amol S. Deshmukh | 2006-11-26 | 7 | -18/+305 |