summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* Make a start on some example code to use MissingRecordAwareHSSFListener for t...Nick Burch2007-06-172-1/+220
* encode unicode chars in HSLF unit testsYegor Kozlov2007-06-012-7/+7
* HSLF: readonly support for hyperlinksYegor Kozlov2007-05-3019-85/+873
* fixed bug 38256: RuntimeException: Couldn't instantiate the class for type wi...Yegor Kozlov2007-05-293-3/+63
* support for text bulletsYegor Kozlov2007-05-289-51/+319
* fixed bug 42520: NPE in Picture.getPictureData() and bug 42524: NPE in Shape...Yegor Kozlov2007-05-268-16/+117
* fixed bug 42486: Failure parsing a seemingly valid PPT. Some of the assertio...Yegor Kozlov2007-05-253-23/+29
* added support for TitleMaster objectYegor Kozlov2007-05-2518-374/+617
* fixed bug 42484: NullPointerException from ShapeGroup.getAnchor()Yegor Kozlov2007-05-242-0/+41
* fixed bug 42485: All TextBoxes inside ShapeGroups have null TextRunsYegor Kozlov2007-05-243-4/+27
* throw HSLFException instead of RuntimeExceptionYegor Kozlov2007-05-2413-63/+119
* return null instead of throwing exception when slide master is not foundYegor Kozlov2007-05-241-1/+1
* applied patches from bug 42474: (1) Incorrect matching of notes to slides and...Yegor Kozlov2007-05-246-30/+97
* Initial version of a Missing Record Aware shim on HSSFListener. Includes limi...Nick Burch2007-05-186-0/+733
* If the apparent location of the current user atom is past the end of the data...Nick Burch2007-05-181-0/+6
* cleaning the code before releaseYegor Kozlov2007-04-182-10/+3
* use POILogger instead of System.err in hslf records. If users want verbose ou...Yegor Kozlov2007-04-126-9/+23
* It seems that some PPT files only have linkAtom + linkDetailsA for their ExHy...Nick Burch2007-04-031-6/+19
* convert from pixels (96dpi) to points(72dpi) when setting picture anchorYegor Kozlov2007-03-301-1/+1
* Apply Trejkax's fix from bug #41653, and do a whole load of tests for the HWP...Nick Burch2007-03-293-5/+163
* Don't NPE if we have a reference to a note, where there's no core record to g...Nick Burch2007-03-293-13/+45
* fixed bug 41384: Array index wrong in record creationYegor Kozlov2007-03-213-1/+54
* If the username length in the CurrentUserAtom is clearly wrong, treat it as i...Nick Burch2007-03-011-2/+13
* Make this compile for me.Rainer Klute2007-01-301-1/+1
* Add ExObjList supportNick Burch2007-01-178-7/+430
* Add ExHyperlink tests against a real fileNick Burch2007-01-172-2/+46
* Add support for ExHyperlink and ExHyperlinkAtomNick Burch2007-01-177-3/+474
* Support InteractiveInfo, the parent of InteractiveInfoAtomNick Burch2007-01-173-1/+185
* Initial, basic support for InteractiveInfoAtomNick Burch2007-01-174-1/+278
* Tweak comments and variable names, to make the wacky colour stuff as BGR not ...Nick Burch2007-01-161-4/+6
* Refactor the TextPropCollection and TextProp classes into their own model pac...Nick Burch2007-01-1515-380/+503
* Fix for bug #41357, by moving byte array creation until after we've decided t...Nick Burch2007-01-153-5/+55
* Update the order of the TextProps, as it seems not to be based quite on the m...Nick Burch2007-01-152-10/+73
* git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496331 13f7953...Mark Thomas2007-01-1510-0/+160
* Add standard licence headerMark Thomas2007-01-15336-9/+5360
* Throw an exception if a picture claims to have a negative amount of data. Sho...Nick Burch2007-01-121-0/+8
* Handle the fact that StyleTextPropAtom needs to work with a text length that'...Nick Burch2007-01-113-6/+20
* Update with new knowledge of how this all works, from bug #41176Nick Burch2007-01-091-33/+16
* Applied copy2license script to the files that were converted by dos2unix. ant...Henri Yandell2006-12-2233-165/+198
* Applying dos2unix on some of the Java files. The copy2license script isn't pi...Henri Yandell2006-12-2237-5758/+5758
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-22276-1380/+1656
* Try to work with files that don't have a master SlideListWithText, but go str...Nick Burch2006-12-141-6/+42
* If we have a picture of type 0, don't even bother trying to create a PictureD...Nick Burch2006-12-143-14/+37
* Support compressed pictures properly, from bug #41032Nick Burch2006-11-296-23/+144
* Update from Yegor in bug 41046 - support background shapes and fillsNick Burch2006-11-287-0/+555
* Ditch a few calls to System.out, in favour of calls to POILoggerNick Burch2006-11-282-6/+20
* Fix for bug 41015 - add in another paragraph propertyNick Burch2006-11-283-1/+34
* superclass for logical functionsAmol S. Deshmukh2006-11-261-0/+31
* updated to include additional tests for IF()Amol S. Deshmukh2006-11-261-1/+1
* initial versionAmol S. Deshmukh2006-11-267-18/+305