diff options
Diffstat (limited to 'officecfg')
5 files changed, 49 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 48faa40b5549..54cd6c148d83 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -55,6 +55,9 @@ <prop oor:name="CTLFont" install:module="ctl"> <value>true</value> </prop> + <prop oor:name="CTLVerticalText" install:module="ctl"> + <value>true</value> + </prop> <prop oor:name="CTLSequenceChecking" install:module="ctlseqcheck"> <value>true</value> </prop> diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index fa25191be2a4..519c8db763ee 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -217,6 +217,15 @@ <value>$(work)</value> </prop> </node> + <node oor:name="DocumentTheme" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/@LIBO_SHARE_FOLDER@/themes" oor:op="fuse"/> + </node> + <prop oor:name="UserPaths" oor:finalized="true"/> + <prop oor:name="WritePath"> + <value>$(userurl)/themes</value> + </prop> + </node> <node oor:name="Classification" oor:op="fuse" oor:mandatory="true"> <prop oor:name="IsSinglePath" oor:finalized="true"> <value>true</value> diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 22e14c4421fe..854b480bc424 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -762,6 +762,13 @@ </constraints> <value>224 226 222 223 6</value> </prop> + <prop oor:name="FavouriteFunctions" oor:type="oor:int-list" oor:nillable="false"> + <info> + <desc>Specifies the favourite functions.</desc> + <label>Favourite Functions</label> + </info> + <value></value> + </prop> <prop oor:name="AutoInput" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools Cell Contents AutoInput --> <info> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index be596df8e308..b457d92e02c9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1583,6 +1583,12 @@ </info> <value>$(insturl)/@LIBO_SHARE_FOLDER@/config/symbol</value> </prop> + <prop oor:name="DocumentTheme" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Specifies the default directory where the document themes files.</desc> + </info> + <value>$(insturl)/@LIBO_SHARE_FOLDER@/themes</value> + </prop> <prop oor:name="Config" oor:type="xs:string" oor:nillable="false"> <info> <desc>Specifies the default directory where the configuration files @@ -5382,12 +5388,17 @@ <value>-1</value> </prop> <prop oor:name="QuerySetInsMode" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools - Options - General --> <info> <desc>Determines whether to query when switching into the overwrite mode.</desc> </info> <value>true</value> </prop> + <prop oor:name="QueryDeleteAllComments" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Determines whether to confirm delete all comments or all by user.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="PerformFileExtCheck" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - General --> <info> @@ -6315,7 +6326,7 @@ </info> <value>true</value> </prop> - <prop oor:name="TextSpaces" oor:type="xs:boolean" oor:nillable="false"> + <prop oor:name="TextSpaces" oor:type="xs:boolean" oor:nillable="false"> <info> <desc> Enables accessibility check of extra spaces for formattings, inside the document @@ -6325,7 +6336,7 @@ </info> <value>true</value> </prop> - <prop oor:name="TextTabs" oor:type="xs:boolean" oor:nillable="false"> + <prop oor:name="TextTabs" oor:type="xs:boolean" oor:nillable="false"> <info> <desc> Enables accessibility check of extra tabs for formattings, inside the document @@ -6335,7 +6346,7 @@ </info> <value>true</value> </prop> - <prop oor:name="TextEmptyNums" oor:type="xs:boolean" oor:nillable="false"> + <prop oor:name="TextEmptyNums" oor:type="xs:boolean" oor:nillable="false"> <info> <desc> Enables accessibility check of empty new line between numberings, inside the document @@ -6645,6 +6656,14 @@ </info> <value>false</value> </prop> + <prop oor:name="CTLVerticalText" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: setup --> + <info> + <desc>Specifies whether vertical text settings are available (true) + or not (false).</desc> + </info> + <value>false</value> + </prop> <prop oor:name="CTLSequenceChecking" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: setup --> <info> diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs index 0cb747cf8cc2..fb9da1bdf4a7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs @@ -339,6 +339,13 @@ </info> <value>false</value> </prop> + <prop oor:name="ShowBoundary" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Indicates whether margins get a virtual frame.</desc> + <label>Show boundary for margins</label> + </info> + <value>true</value> + </prop> </group> <group oor:name="CrossFading"> <info> |