patch for kword 8th June 2003:
This (somewhat large) patch removes the m_cells list from
class KWTableFrameSet. Most table operations have been
rewritten or modified to work with the new data structure,
m_rowArray.
m_cells.diff
If you have the dcoppython bindings installed, these python
scripts can be run to test some of the basic table ops:
row operations test script
column operations test script
Here is a kword file that has a table that can be used with the
test scripts:
kword file
Limitations:
Joining and splitting cells works in most cases, but not all. This
will be remedied.
Not tested with multi-page tables, and almost certainly won't
work in these cases.
Some other rough edges :-)
patches for kword 4-5-2003 :
patch1: (make Cell members
private)
patch2: (fix table row/column
selection bug)
patch3: (get rid of
compilation warnings from kwtabletemplateselector.cc)