You are correct. I just double checked. That happened to me before where I had to go back and recount the damn things. grrrrrrr...
Ryan ----- Original Message ----- From: "Andrew C. Oliver" <[EMAIL PROTECTED]> To: "POI Development" <[EMAIL PROTECTED]> Sent: Saturday, March 23, 2002 9:09 PM Subject: offsets in File information block. (to Ryan) > Hey Ryan, > > Are you sure about the offsets for > > > field_114_DOP_offset = LittleEndian.getInt(mainDocument, 0x192); > field_115_DOP_size = LittleEndian.getInt(mainDocument, 0x196); > field_118_textPieceTable_offset = > LittleEndian.getInt(mainDocument, 0x1a2); > > field_199_list_format_offset = LittleEndian.getInt(mainDocument, > 0x2e2); > field_200_list_format_size = LittleEndian.getInt(mainDocument, > 0x2e6); > field_201_list_format_override_offset = > LittleEndian.getInt(mainDocument, 0x2ea); > field_202_list_format_override_size= > LittleEndian.getInt(mainDocument, 0x2ee); > > By my calculation field 114 is only offset 0x18a... Am I off or are you? > > -Andy > -- > http://www.superlinksoftware.com > http://jakarta.apache.org/poi - port of Excel/Word/OLE 2 Compound > Document > format to java > http://developer.java.sun.com/developer/bugParade/bugs/4487555.html > - fix java generics! > The avalanche has already started. It is too late for the pebbles to > vote. > -Ambassador Kosh >
