summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs26
1 files changed, 26 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index b59764ce6f91..409e7d1f0f98 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -5463,6 +5463,32 @@
</info>
<value>—–</value>
</prop>
+ <prop oor:name="ShowStandardizedPageCount" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>configures if standardized page count should be displayed on the Word Count window</desc>
+ <label>Show Standardized Page Count</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="StandardizedPageSize" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>configures how many characters is considered one standardized page</desc>
+ <label>Characters Per Standardized Page</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100000">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>1800</value>
+ </prop>
</group>
<group oor:name="Navigator">
<info>