office-gobmx/svtools
Caolán McNamara a2304f62e9 weld writer page style dialog and SvxBorderBackgroundDlg
writer, format page is complete

Change-Id: I09f6e4354461c4374cdb0d0e0754dfee35415b45
Reviewed-on: https://gerrit.libreoffice.org/60058
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-09-07 14:42:31 +02:00
..
inc weld SvxBorderTabPage 2018-09-05 13:36:35 +02:00
langsupport Add missing sal/log.hxx headers 2018-08-02 10:39:00 +02:00
qa XHTML import: <br></br> is one line break 2018-08-29 08:37:10 +02:00
source weld writer page style dialog and SvxBorderBackgroundDlg 2018-09-07 14:42:31 +02:00
uiconfig/ui weld writer page style dialog and SvxBorderBackgroundDlg 2018-09-07 14:42:31 +02:00
util
AllLangMoTarget_svt.mk
CppunitTest_svtools_dialogs_test.mk
CppunitTest_svtools_graphic.mk
CppunitTest_svtools_html.mk
Executable_langsupport.mk
JunitTest_svtools_unoapi.mk
Library_svt.mk
Makefile
Module_svtools.mk
README
UIConfig_svt.mk weld SvxBorderTabPage 2018-09-05 13:36:35 +02:00

Tools on top of VCL. Common dialogs, file and print dialogs, wizards, vcl filters, lots of helper code.


== Image swapping ==

LO has two kind of swapout mechanisms:

1) Size based auto swapping: when the size of all graphic objects reaches a configurable limit (20 MB by default)
then some of the graphics are saved to the local file system and freed in the memory.
Configure: Tools -> Options -> Memory -> GraphicsCache -> Use for LibreOffice

2) Time based auto swapping: after an image is swapped in / loaded a timer starts and when the timer (1 min by default)
has a time out this image is swapped out ( sometimes this time out is ignored when the image is in use ).
Configure: Tools -> Options -> Memory -> GraphicsCache -> Remove from memory after

Both swapping are done by GraphicObject and GraphicManager.