https://bugs.documentfoundation.org/show_bug.cgi?id=103963

--- Comment #5 from Jean-Tiare LE BIGOT <[email protected]> ---
I h've commited a tentative hack/fix to
https://gerrit.libreoffice.org/#/c/30942/. I'm really not proud of it...

It should use the formula parser instead of this ugly hack but it's not
possible in that function and changing it to accept more parameters would break
the API (inheritance...). And it's only available in calc anyway, which is not
using this code path either.

Moreover, whenever you start to take data into account that you previously
ignored (the offset in this specific commit), you start to see some bugs that
were previously hidden. For instance, the second graph in the doc you attached
loads fine except that... there are now 11 empty leading cells as requested by
the file. Word is smart enough to trim that at draw time. I did not find where
to do this.

I'm out of luck... Trying to do well. Break even more :(

I'm definitively not an expert regarding LO code base. Could you point me
through ways to improve this ? Especially on how to trim the leading cells ?
I'm starting to wonder if we should not revert all this mess...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to