diff options
author | Tsutomu Uchino <hanya@apache.org> | 2015-01-31 16:55:56 +0000 |
---|---|---|
committer | Tsutomu Uchino <hanya@apache.org> | 2015-01-31 16:55:56 +0000 |
commit | 7fb6496ef1c553b2d186505b18672bb8b984ce9a (patch) | |
tree | 7fe11e76a2b4add93a9f286e47a67756fcc37269 /officecfg | |
parent | 23e16b91ad69a123e795d63f2d4862d94412d582 (diff) |
#i53718# add support of paper size for label document
Notes
Notes:
prefer: 80a72c4cc7edc6b4c0b88d841500617cd733cbf7
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Labels.xcs | 4 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Labels.xcs b/officecfg/registry/schema/org/openoffice/Office/Labels.xcs index 996bdcc66bf1..488640d04275 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Labels.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Labels.xcs @@ -40,10 +40,10 @@ </prop> <prop oor:name="Measure" oor:type="xs:string"> <!--Label: Contains the measurement data of the label contatenated by a colon (;) in the following order: - 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows" while 'C' marks a continuous label and 'S' marks a sheet + 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows;Paper Width;Paper Height" while 'C' marks a continuous label and 'S' marks a sheet --> <info> - <desc>Contains the measurement data of the label concatenated by a colon (;) in the following order: 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows" while 'C' marks a continuous label and 'S' marks a sheet.</desc> + <desc>Contains the measurement data of the label concatenated by a colon (;) in the following order: 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows;Paper Width;Paper Height" while 'C' marks a continuous label and 'S' marks a sheet.</desc> </info> </prop> </group> diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 1610f1898df8..30f25ac34e92 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5026,6 +5026,18 @@ </info> <value>0</value> </prop> + <prop oor:name="PaperWidth" oor:type="xs:int"> + <info> + <desc>Specifies the width of the paper [UNIT=1/100 mm].</desc> + </info> + <value>10000</value> + </prop> + <prop oor:name="PaperHeight" oor:type="xs:int"> + <info> + <desc>Specifies the height of the paper [UNIT=1/100 mm].</desc> + </info> + <value>10000</value> + </prop> </group> <group oor:name="Option"> <info> |