diff options
author | Armin Le Grand <alg@apache.org> | 2012-12-13 08:47:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-13 10:37:03 +0100 |
commit | 67608078a857fc128efc6bf4172f9ce4384d25c7 (patch) | |
tree | b35538ea67ffdf00a83d1a8de17df3b96e2be537 /officecfg | |
parent | de435e745ad8c32640342675103a48383a84b5a9 (diff) |
Resolves: #i121463# Enhanced handle visualization..
and some fixes in that region
(cherry picked from commit 2ece2411aa1ab78e6aec269d08d8a9b526390939)
Conflicts:
default_images/svx/res/cropmarkers.png
default_images/svx/res/cropmarkers2.png
default_images/svx/res/cropmarkersACC.png
default_images/svx/res/markers.png
default_images/svx/res/markers2.png
default_images/svx/res/markersACC.png
officecfg/registry/schema/org/openoffice/Office/Calc.xcs
officecfg/registry/schema/org/openoffice/Office/Draw.xcs
officecfg/registry/schema/org/openoffice/Office/Impress.xcs
officecfg/registry/schema/org/openoffice/Office/Writer.xcs
officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
sc/source/core/tool/viewopti.cxx
sd/source/ui/app/optsitem.cxx
svx/inc/svx/svdhdl.hxx
svx/source/svdraw/svdhdl.cxx
svx/source/svdraw/svdstr.src
sw/source/ui/config/viewopt.cxx
sw/source/ui/docvw/edtwin.cxx
Change-Id: I4094c2ca18a3c29e8e24a15ddeb040808ce4605d
Diffstat (limited to 'officecfg')
3 files changed, 10 insertions, 10 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 463b6e431d26..8ee1809fe38c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -320,7 +320,7 @@ <!-- OldLocation: Soffice.cfg --> <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines --> <info> - <desc>Specifies whether control points are displayed as simple squares without 3D effect.</desc> + <desc>Specifies whether control points are displayed simple or enhanced.</desc> <label>Simple control points</label> </info> <value>false</value> @@ -333,7 +333,7 @@ <desc>Specifies whether control points are displayed as larger than the default size.</desc> <label>Large control points</label> </info> - <value>false</value> + <value>true</value> </prop> </group> <group oor:name="Window"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index fad816c2c7e7..93034ef5101e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1233,20 +1233,20 @@ <!-- OldLocation: Soffice.cfg --> <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines --> <info> - <desc>Displays the control points as simple squares without a 3D effect.</desc> + <desc>Specifies whether control points are displayed simple or enhanced.</desc> <label>Simple control points</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="LargeControlPoint" oor:type="xs:boolean"> <!-- OldPath: Writer/Layout/Lines --> <!-- OldLocation: Soffice.cfg --> <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines --> <info> - <desc>Displays larger control points.</desc> + <desc>Specifies whether control points are displayed as larger than the default size.</desc> <label>Large control points</label> </info> - <value>false</value> + <value>true</value> </prop> </group> <group oor:name="Window"> diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs index ea3eeb14c8cf..aa3db40925b7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs @@ -192,20 +192,20 @@ <!-- OldLocation: Soffice.cfg --> <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines --> <info> - <desc>Displays the control points as simple squares without a 3D effect.</desc> + <desc>Specifies whether control points are displayed simple or enhanced.</desc> <label>Simple control points</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="LargeControlPoint" oor:type="xs:boolean"> <!-- OldPath: HTML_Editor/Layout/Lines --> <!-- OldLocation: Soffice.cfg --> <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines --> <info> - <desc>Displays larger control points.</desc> + <desc>Specifies whether control points are displayed as larger than the default size.</desc> <label>Large control points</label> </info> - <value>false</value> + <value>true</value> </prop> </group> <group oor:name="Window"> |