No description
23a2d2261e
Writer has only one part for rendering purposes (0). With the new API that includes the part number in the INVALIDATE_TILES event, the part number must be 0, otherwise, there will not be anything to render. Unfortunately Core issues part number == page number, which we overwrite with 0 in Online. Change-Id: I842fdd2f50021334dcd3fa47c0b1c9df34d8c5e1 Reviewed-on: https://gerrit.libreoffice.org/29605 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.