From 7fb6496ef1c553b2d186505b18672bb8b984ce9a Mon Sep 17 00:00:00 2001 From: Tsutomu Uchino Date: Sat, 31 Jan 2015 16:55:56 +0000 Subject: #i53718# add support of paper size for label document --- officecfg/registry/schema/org/openoffice/Office/Labels.xcs | 4 ++-- officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'officecfg') 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 @@ - 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. + 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. 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 @@ 0 + + + Specifies the width of the paper [UNIT=1/100 mm]. + + 10000 + + + + Specifies the height of the paper [UNIT=1/100 mm]. + + 10000 + -- cgit