diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-03-09 15:54:16 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-03-10 14:04:34 +0900 |
commit | 2e293978d80c5113ea37f4c7f4b18ee01f2022e1 (patch) | |
tree | e47b464bfff039141f0cb359b3d46ad38fdd50dc /officecfg | |
parent | 422fdeccd88a89461271bd6d87774a4c5015ba60 (diff) |
add option to disable animations, use in dashed border overlay
There are use cases when it is useful to disable animations (using
LO in remote display when the bandwidth is limited). This adds an
option that will allow to disable all animations. Currently only
animation when copying cells in Calc (dashed border overlay) uses
this option.
Change-Id: Ia8cd3783140428e921c3151c2f462d3862440edd
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index d496c851baff..6b010d7dd118 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -866,6 +866,18 @@ </info> <value>false</value> </prop> + <prop oor:name="AnimationsEnabled" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Defines if the user interface animations (like "walking ant" + animation when copying a cell in Calc) is enabled or disabled. + Disabling animations makes a lot of sense on remote connections + (VNC), where animations increase the (always limited) amount of + bandwidth needed. + </desc> + <label>Defines if the user interface animations are disabled.</label> + </info> + <value>true</value> + </prop> </group> <group oor:name="InternalMSExport"> <info> |