Andre Poenitz wrote:

> There's a ParIterator->inset() and a ParIterator->index() nowadays.
>
> inset->tabular.cell_info_of_cell(index).inset  might do what you want.

Ah! But I have to cast to a tabular. Would be exceptionally ugly code (tm)
Is tabular the only one suffering this? Humm... I think I'll drop the thing
for better core times.

>> We would need something like inset::getInset(int), similar to
>> inset::getText(int). If I'm not mistaken, the insettext in tabular
>> cells cannot be accessed from outside *at all* right now.
> 
> I think ParIterator::index() might help...

Possible, but I refuse to go that way.

Alfredo


Reply via email to