diff options
author | Björn Milcke <bm@openoffice.org> | 2001-10-30 13:53:54 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-10-30 13:53:54 +0000 |
commit | bd8f85159e572cca58831bf5cc0a39e504b8a5a3 (patch) | |
tree | 0cb215c057d02ff7b62b219d5013e7b1922fe9d9 /xmloff/dtd/chart.mod | |
parent | 54ced4ab83b4ffe8e75acdd5fa9bd390e14ca5ad (diff) |
#93797# support property fo:direction (ttb|ltr) for titles and axes
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r-- | xmloff/dtd/chart.mod | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod index 74cd0c51c77f..a1862c6d5b32 100644 --- a/xmloff/dtd/chart.mod +++ b/xmloff/dtd/chart.mod @@ -1,5 +1,5 @@ <!-- - $Id: chart.mod,v 1.24 2001-07-24 11:23:13 cl Exp $ + $Id: chart.mod,v 1.25 2001-10-30 14:53:54 bm Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -91,7 +91,9 @@ chart:symbol %integer; "-1" chart:vertical %boolean; "false" chart:lines-used %nonNegativeInteger; "0" - chart:connect-bars %boolean; "false"> + chart:connect-bars %boolean; "false" + chart:spline-order %nonNegativeInteger; "2" + chart:spline-resolution %nonNegativeInteger; "20"> <!-- Main/Sub Title --> <!-- the cell-address attribute is currently not supported for titles --> @@ -186,7 +188,8 @@ chart:overlap %integer; #IMPLIED text:line-break %boolean; "true" chart:display-label %boolean; "true" - chart:label-arrangement (side-by-side|stagger-even|stagger-odd) "side-by-side" + chart:label-arrangement (side-by-side|stagger-even|stagger-odd) "side-by-side" + chart:text-overlap %boolean; "false" chart:visible %boolean; "true" chart:link-data-style-to-source %boolean; "true" > @@ -246,7 +249,9 @@ <!-- general text properties --> -<!ATTLIST style:properties text:rotation-angle %integer; "0" > +<!ATTLIST style:properties + text:rotation-angle %integer; "0" + fo:direction (ltr|ttb) #IMPLIED > <!-- symbol properties --> |