You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2014/05/28 05:08:55 UTC

[Bug 56570] New: RecordType has repeat by code type 3009

https://issues.apache.org/bugzilla/show_bug.cgi?id=56570

            Bug ID: 56570
           Summary: RecordType has repeat by code type 3009
           Product: POI
           Version: 3.10
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
          Assignee: dev@poi.apache.org
          Reporter: ghost_dayo@sina.com

public static final Type ExObjRefAtom = new Type(3009,null);
    public static final Type OEShapeAtom = new Type(3009,OEShapeAtom.class);

the OEShapeAtom is ShapeAtom with type code 0x0BDB.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 56570] RecordType has repeat by code type 3009

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56570

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
Created attachment 31675
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31675&action=edit
Patch to correct record type

I've just tried changing the record ID to the correct one, but that then breaks
a load of unit tests, so this will need more investigations (probably from
Yegor who did the original OLE embedding support that is affected)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 56570] RecordType has repeat by code type 3009

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56570

--- Comment #2 from manonmoon <gh...@sina.com> ---
I think the id of oeshape atom is 3035 (bdb) ref form 《ms-ppt》.pdf
.And I try to read exobj  success. But I just  try the obj .

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org