Bug 44254 - Correct reading of records UncalcedRecord, DVALRecord and ErrPtg
Summary: Correct reading of records UncalcedRecord, DVALRecord and ErrPtg
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-FINAL
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 16:43 UTC by Olivier Leprince
Modified: 2008-01-24 08:05 UTC (History)
0 users



Attachments
Patch file that modify the 3 records (5.88 KB, patch)
2008-01-16 16:44 UTC, Olivier Leprince
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Leprince 2008-01-16 16:43:30 UTC
UncalcedRecord must read 2 bytes

DVALRecord : existing field_unknown of 10 bytes is in fact
 - 2 bytes for Options of the DVAL (field_1_options)
 - 4 bytes for Horizontal position of the dialog (field_2_horiz_pos)
 - 4 bytes for Vertical position of the dialog (field_3_vert_pos)

ErrPtg : wrong size 7 but should be 2
Comment 1 Olivier Leprince 2008-01-16 16:44:40 UTC
Created attachment 21399 [details]
Patch file that modify the 3 records
Comment 2 Nick Burch 2008-01-24 08:05:38 UTC
Thanks for this, applied to svn