https://bz.apache.org/bugzilla/show_bug.cgi?id=56380
--- Comment #9 from Dominik Stadler <[email protected]> --- Here some notes from the spec: * The id is stored in NoteRecord [2.4.179], which in this case contains a NoteSh [2.5.186] ** idObj (2 bytes): An ObjId that specifies the Obj record that specifies the comment text. *** id (2 bytes): An unsigned integer that specifies the value of the cmo.id field of an Obj in the same drawing. A value of 0 specifies that this ObjId does not reference an Obj. * The id is also stored in the CommonObjectDataSubRecord ** The spec seems to have this at FtCmo [2.5.143] *** id (2 bytes): An unsigned integer that specifies the identifier of this object. This object identifier is used by other types to refer to this object. The value of id MUST be unique among all Obj records within the Chart Sheet Substream ABNF, Macro Sheet Substream ABNF and Worksheet Substream ABNF. * Additionally ODRAW has OfficeArtFDGG [2.2.47] ** spidMax (4 bytes): An MSOSPID structure, as defined in section 2.1.2, specifying the current maximum shape identifier that is used in any drawing. This value MUST be less than 0x03FFD7FF. The only place that I could find that is limited to 1024 is the FileIdCluster(), but there are additional ones added when the last one gets to 1024, so I don't see any limitation of 1024 mandated by the spec and would therefore conclude that we can get rid of this. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
