Bug 51305 - Add sprmTCellPaddingDefault support; Update Table Cell Descriptor, make it non-from-file;
Summary: Add sprmTCellPaddingDefault support; Update Table Cell Descriptor, make it no...
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HWPF (show other bugs)
Version: 3.8-dev
Hardware: PC Windows Vista
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-31 20:19 UTC by Sergey Vladimirov
Modified: 2011-06-06 12:44 UTC (History)
0 users



Attachments
patch (29.36 KB, text/plain)
2011-05-31 20:19 UTC, Sergey Vladimirov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Vladimirov 2011-05-31 20:19:22 UTC
Created attachment 27099 [details]
patch

Table Cell Descriptor isn't loading from file, but it happens to occure as SPRM operand. Because of this serialization is moved from TCAbstractType (autogenerated) to TableCellDescriptor class.

new wCellPadding* and ftsCellPadding* properties were added to TCAbstractType and loading of those properties - to TableSprmUncompressor.
Comment 1 Yegor Kozlov 2011-06-06 12:44:09 UTC
Applied in r1132616

Thanks,
Yegor