diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-10-14 15:05:19 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2019-10-15 00:52:28 +0200 |
commit | f0443fa4438aa98bce48bfd53dc6a687737687b6 (patch) | |
tree | 51901fc9bb534be806240dc2881b95443ba16b05 /officecfg | |
parent | f1020c61e950b0ccca06d56df676a366907c0db2 (diff) |
Add option to prevent graphic swap out
Change-Id: Icbfc21b219cd4ba582e798e5deda6ef7c81a2009
Reviewed-on: https://gerrit.libreoffice.org/80773
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 0fd0786a77a9..0c6b90fea58d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1524,6 +1524,14 @@ </info> <value>600</value> </prop> + <prop oor:name="GraphicSwappingEnabled" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Whether graphics will be swapped to disk when `GraphicMemoryLimit` + is reached. Disable at your own risk.</desc> + <label>Graphic Swapping Enabled</label> + </info> + <value>true</value> + </prop> <prop oor:name="GraphicMemoryLimit" oor:type="xs:int" oor:nillable="false"> <info> <desc>Specifies the allowed cumulated memory that the |