1cb75cbcb8
Document broker needs to know when the save request is sent and when the save finished. It uses these parameters to avoid shutting down document, in the document broker main polling loop, if save is already going on. But direct .uno:Save commands issued from loleaflet precludes document broker to keep track of it - in this case a .uno:Save command issued from loleaflet followed by closing the session will prevent saving the document to storage, if document is huge enough and LO core takes a bit of time to save it. A save wrapper command, 'save', ensures that document broker is aware of all such save requests (_saveRequestTime member variable) and doesn't close the document until we completely save it (to storage and other cleanups). Change-Id: I5ec73d45adff23b2e7543e93dfd0624a5e5af46d |
||
---|---|---|
.. | ||
admin | ||
bootstrap | ||
cursors | ||
images | ||
l10n | ||
toolbar | ||
errormessages.js | ||
leaflet.css | ||
loading.html | ||
loleaflet-help.html | ||
loleaflet.css | ||
loleaflet.html | ||
menubar.css | ||
partsPreviewControl.css | ||
scrollBar.css | ||
searchControl.css | ||
selectionMarkers.css | ||
spreadsheet.css | ||
toolbar.css |