Re: [LOK] Rendering spreadsheets, threaded rendering

2020-03-09 Thread Miklos Vajna
Hi Alexander,

On Fri, Mar 06, 2020 at 09:19:04AM +, Alexander Komakhin 
 wrote:
> I'm developing document viewer for corporate mobile OS Aurora. It's
> Linux based(kernel 3.10.49), gcc is 4.9.4, LO 6.1.6.3
> 
> Using paintPartTile to render separate lists of XLS document draws an
> area of empty cells near the content itself, can I somehow tell LO to
> "ensure only data visible"? Also, rendering such big area takes a lot
> of time (using mobile device).

See core.git 91a3f58ec3ac7998688cab665322d26d5aa3b015 for a way to get
this behavior, I guess that still works.

> Btw, are functions paint*Tile reentrant? Can I call them from separate
> threads?

I think you can call these functions from multiple threads, given that
internally they all take the solar mutex at their start. So no harm, but
you won't get any speedup, either.

Regards,

Miklos


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[LOK] Rendering spreadsheets, threaded rendering

2020-03-06 Thread Alexander Komakhin
Hi,

I'm developing document viewer for corporate mobile OS Aurora. It's
Linux based(kernel 3.10.49), gcc is 4.9.4, LO 6.1.6.3

Using paintPartTile to render separate lists of XLS document draws an
area of empty cells near the content itself, can I somehow tell LO to
"ensure only data visible"? Also, rendering such big area takes a lot
of time (using mobile device).

Btw, are functions paint*Tile reentrant? Can I call them from separate
threads?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice