Re: [api-dev] height/width of table cells in a complex XTextTable

2007-10-15 Thread ianmcr
Unfortunately for our project we need to parse the writer doc via the the OO C++ SDK. The problem is that accessing the properties of complex tables (with merged/split cells) via the API is not straightforward. I need to obtain the height, width, column span and row span of each split/merged cel

Re: [api-dev] height/width of table cells in a complex XTextTable

2007-10-12 Thread Fernand Vanrie
ianmcr wrote: Thanks for the link. However, I need to parse the XTextTable directly via the API (ie.without saving an odt file etc). As I understand it Writer2Latex converts the contents of the odt. Is this correct? no when used as exportfilter it works from within a writerdoc Fernand Va

Re: [api-dev] height/width of table cells in a complex XTextTable

2007-10-12 Thread ianmcr
Thanks for the link. However, I need to parse the XTextTable directly via the API (ie.without saving an odt file etc). As I understand it Writer2Latex converts the contents of the odt. Is this correct? Fernand Vanrie wrote: > > ianmcr wrote: >> I'm continuing to work on an export module for

Re: [api-dev] height/width of table cells in a complex XTextTable

2007-10-11 Thread Fernand Vanrie
ianmcr wrote: I'm continuing to work on an export module for generating accessible html. We currently generate the correct html for simple tables - (ignoring cell properties such as width/height etc). So each input table must have a regular structure without merged/split cells. We now need to ha

[api-dev] height/width of table cells in a complex XTextTable

2007-10-11 Thread ianmcr
I'm continuing to work on an export module for generating accessible html. We currently generate the correct html for simple tables - (ignoring cell properties such as width/height etc). So each input table must have a regular structure without merged/split cells. We now need to handle complex ta