Nick Burch
|
8ff8c4733c
|
Tweak test to match last V11 related change
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549111 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-20 13:58:14 +00:00 |
|
Nick Burch
|
456d639e55
|
Improved support for chunks and chunk streams, plus tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548870 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-19 22:41:33 +00:00 |
|
Nick Burch
|
0df13bee23
|
Make a start on supporting Chunks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548836 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-19 19:55:30 +00:00 |
|
Nick Burch
|
79823fed3e
|
Add a developer helper class, which prints out the stream+pointer structure of a visio file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548525 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 23:00:36 +00:00 |
|
Nick Burch
|
44288ba5e5
|
Convert HDGFDiagram to using the new pointer and stream code, and add tests for it
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548518 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 22:44:56 +00:00 |
|
Nick Burch
|
58a5831942
|
Basic support for a few key kinds of streams, and tests to go with this
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548511 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 22:26:04 +00:00 |
|
Nick Burch
|
ca88624f6f
|
Initial HDGF support for streams, plus tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548476 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 20:24:39 +00:00 |
|
Nick Burch
|
407d10ffd1
|
Initial support for HDGF pointers, along with tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548461 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 19:39:29 +00:00 |
|
Nick Burch
|
2d22286924
|
First stab at hdgf, an implementation of the visio format. Basic support for processing the equivalent of records - pointers and blocks. Now to refactor it into something sane!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548428 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 18:10:57 +00:00 |
|
Nick Burch
|
c22c2e813c
|
Finish off the example use of MissingRecordAwareHSSFListener, which outputs a csv
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548049 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-17 15:54:52 +00:00 |
|
Nick Burch
|
8dc3f008cf
|
Make a start on some example code to use MissingRecordAwareHSSFListener for turning a xls into a csv
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548030 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-17 10:59:48 +00:00 |
|
Yegor Kozlov
|
c5a4a5b891
|
encode unicode chars in HSLF unit tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543411 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-01 07:06:51 +00:00 |
|
Yegor Kozlov
|
49a0737b06
|
HSLF: readonly support for hyperlinks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542804 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-30 11:56:46 +00:00 |
|
Yegor Kozlov
|
aeaf8fe21f
|
fixed bug 38256: RuntimeException: Couldn't instantiate the class for type with id 0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542453 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-29 08:32:56 +00:00 |
|
Yegor Kozlov
|
28b2906621
|
support for text bullets
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542179 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-28 09:45:09 +00:00 |
|
Yegor Kozlov
|
bdd52c732f
|
fixed bug 42520: NPE in Picture.getPictureData() and bug 42524: NPE in Shape.getShapeType(); Also changed the code to write messages to POILogger instead of System.err/System.out
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541867 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-26 07:22:51 +00:00 |
|
Yegor Kozlov
|
09b709f426
|
fixed bug 42486: Failure parsing a seemingly valid PPT. Some of the assertions in ExHyperlink were too strong. Write to log instead of throwing exception
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541632 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-25 13:03:26 +00:00 |
|
Yegor Kozlov
|
3bcdf011d1
|
added support for TitleMaster object
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541622 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-25 12:04:45 +00:00 |
|
Yegor Kozlov
|
581fb11400
|
fixed bug 42484: NullPointerException from ShapeGroup.getAnchor()
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541281 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-24 12:09:34 +00:00 |
|
Yegor Kozlov
|
eb267bb14a
|
fixed bug 42485: All TextBoxes inside ShapeGroups have null TextRuns
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541274 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-24 11:38:36 +00:00 |
|
Yegor Kozlov
|
ddef996756
|
throw HSLFException instead of RuntimeException
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541267 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-24 11:05:24 +00:00 |
|
Yegor Kozlov
|
8d87bbd972
|
return null instead of throwing exception when slide master is not found
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541266 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-24 11:04:22 +00:00 |
|
Yegor Kozlov
|
ba9e3eb545
|
applied patches from bug 42474: (1) Incorrect matching of notes to slides and (2) NPE in RichTextRun.isBold() when the RichTextRun comes from a Notes model object
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541219 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-24 07:52:04 +00:00 |
|
Nick Burch
|
b6fedbefd9
|
Initial version of a Missing Record Aware shim on HSSFListener. Includes limited tests, but not yet any documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539462 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-18 13:27:04 +00:00 |
|
Nick Burch
|
80249d9780
|
If the apparent location of the current user atom is past the end of the data, then the file's clearly corrupt, so throw a better exception
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539453 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-18 13:17:41 +00:00 |
|
Yegor Kozlov
|
5161e63400
|
cleaning the code before release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@530031 13f79535-47bb-0310-9956-ffa450edef68
|
2007-04-18 14:22:55 +00:00 |
|
Yegor Kozlov
|
0d56d5df4a
|
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
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@527820 13f79535-47bb-0310-9956-ffa450edef68
|
2007-04-12 07:40:15 +00:00 |
|
Nick Burch
|
99e3b2389d
|
It seems that some PPT files only have linkAtom + linkDetailsA for their ExHyperlink, and miss the linkDetailsB. For those files, do the right thing
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@525127 13f79535-47bb-0310-9956-ffa450edef68
|
2007-04-03 10:13:20 +00:00 |
|
Yegor Kozlov
|
51840d63ad
|
convert from pixels (96dpi) to points(72dpi) when setting picture anchor
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@524085 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-30 13:48:56 +00:00 |
|
Nick Burch
|
5cf00bc2a6
|
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
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@523777 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-29 17:36:37 +00:00 |
|
Nick Burch
|
5803bf4514
|
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.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@523678 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-29 11:50:50 +00:00 |
|
Yegor Kozlov
|
c57a5a47d0
|
fixed bug 41384: Array index wrong in record creation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520893 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-21 14:04:32 +00:00 |
|
Nick Burch
|
2e4f27d57b
|
If the username length in the CurrentUserAtom is clearly wrong, treat it as if there was no username, rather than giving an ArrayIndexOutOfBoundsException
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@513391 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-01 15:59:56 +00:00 |
|
Rainer Klute
|
6ea2f6804a
|
Make this compile for me.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@501314 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-30 05:49:04 +00:00 |
|
Nick Burch
|
066910f3c0
|
Add ExObjList support
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497107 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-17 18:09:24 +00:00 |
|
Nick Burch
|
1557708b2a
|
Add ExHyperlink tests against a real file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497090 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-17 17:12:26 +00:00 |
|
Nick Burch
|
a2bc714fa3
|
Add support for ExHyperlink and ExHyperlinkAtom
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497079 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-17 16:59:45 +00:00 |
|
Nick Burch
|
255bc5a9c3
|
Support InteractiveInfo, the parent of InteractiveInfoAtom
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497061 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-17 16:17:46 +00:00 |
|
Nick Burch
|
3577d348c3
|
Initial, basic support for InteractiveInfoAtom
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497058 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-17 16:05:26 +00:00 |
|
Nick Burch
|
b892245d39
|
Tweak comments and variable names, to make the wacky colour stuff as BGR not RGB clearer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496782 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-16 17:22:38 +00:00 |
|
Nick Burch
|
16b4ba157a
|
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
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496405 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-15 17:00:41 +00:00 |
|
Nick Burch
|
0d2f337be6
|
Fix for bug #41357, by moving byte array creation until after we've decided that we have a valid picture
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496398 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-15 16:40:03 +00:00 |
|
Nick Burch
|
3b14ab1eb2
|
Update the order of the TextProps, as it seems not to be based quite on the mask order. Fix from Yegor, from bug #40143
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496369 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-15 15:22:39 +00:00 |
|
Mark Emlyn David Thomas
|
dec3b4b591
|
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496331 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-15 14:36:03 +00:00 |
|
Mark Emlyn David Thomas
|
a07ff5e91c
|
Add standard licence header
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496329 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-15 14:27:03 +00:00 |
|
Nick Burch
|
ad857c6fbc
|
Throw an exception if a picture claims to have a negative amount of data. Should avoid problem in bug #41357
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@495578 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-12 14:19:35 +00:00 |
|
Nick Burch
|
ff124420a0
|
Handle the fact that StyleTextPropAtom needs to work with a text length that's one larger than the underlying text it represents. (Fix from Yegor from bug #40143)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@495278 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-11 16:18:30 +00:00 |
|
Nick Burch
|
e7c94a114b
|
Update with new knowledge of how this all works, from bug #41176
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@494519 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-09 18:51:29 +00:00 |
|
Henri Yandell
|
81357fd328
|
Applied copy2license script to the files that were converted by dos2unix. ant jar continues to pass.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489762 13f79535-47bb-0310-9956-ffa450edef68
|
2006-12-22 21:00:02 +00:00 |
|
Henri Yandell
|
094505af85
|
Applying dos2unix on some of the Java files. The copy2license script isn't picking up the dos line endings. Hopefully not a problem for anyone
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489760 13f79535-47bb-0310-9956-ffa450edef68
|
2006-12-22 20:56:04 +00:00 |
|