From: Adriano d. S. F. <adr...@gm...> - 2009-11-16 00:24:46
|
Ann W. Harrison wrote: > Adriano dos Santos Fernandes wrote: > >> But seems minimal, in very localized places, and should not impact the performance in general. > > How are you going to represent the values and associate them > with the fields? Just curious. > Formats current are represented by a list of Ods::Descriptor. Count of fields is blobLength / sizeof(Ods::Descriptor). I now want to encode it as follow: numberOfFields: USHORT list of Ods::Descriptor numberOfFieldsWithDefault: USHORT list of (<fieldId: USHORT><Ods::Descriptor><data: dsc_length bytes>) Default values are read by MET_format and written by DFW/make_format. EVL_field "clever" logic is replaced by the new logic that catch defaults from the format. Adriano |