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. k LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/DrawCommandDispatch.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-02-06 22:31:43 +0100
committerJan Holesovsky <kendy@suse.cz>2013-02-06 22:31:43 +0100
commit8636a6d557772e6d566d59151b5ba559993faf0b (patch)
tree4dc9390364734187eceb80b413552abacb675648 /chart2/source/controller/main/DrawCommandDispatch.cxx
parent53b715fc8afcd1f901d4a3e061255bec73f52668 (diff)