On Tue, 2002-10-29 at 06:57, ArVee - wrote: > My updates for today: > > CREDITS.TXT > * yep. added myself. > > ut_decompress.cpp > * added two curly braces to suppress compiler warning in > win32 release build. > ...\abi\src\af\util\xp\ut_decompress.cpp(178) : > warning C4390: ';' : empty controlled statement found; > is this the intent? > > pd_Document.h > * needed function 'getPieceTable()' was only enabled in debug builds. > > ie_Imp_MsWord_97.h > ie_Imp_MsWord_97.cpp > * bug fixed: empty paragraphs were generated > * bugs fixed in horizontal spans > * column widths now imported. > * vertical spans added > > note: unfortunately the vertical spanning does not always > work. seems to be word-version dependent if WV parses it > correctly or not.
Committed, with just a few minor mods to the open_table function. I really do mean to pass in a wvParseStruct and a PAP* since we'll possibly need that information to determine some of the table styles. Dom
