diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 13:54:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 13:54:52 +0000 |
commit | d2d6b0e25f326f219121dafb91bea92e59c5b8cc (patch) | |
tree | e6150dfb1429d29de6318430ada76f1d1b0b7cf0 /offapi | |
parent | c08b1feded19bfd085e7c959ba382ec27a9175ab (diff) |
INTEGRATION: CWS dr60 (1.3.120); FILE MERGED
2008/03/07 17:41:13 dr 1.3.120.1: #i85166# missing properties/docs
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/Diagram.idl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart2/Diagram.idl b/offapi/com/sun/star/chart2/Diagram.idl index 0cb482507325..b8ad0b202e57 100644 --- a/offapi/com/sun/star/chart2/Diagram.idl +++ b/offapi/com/sun/star/chart2/Diagram.idl @@ -4,9 +4,9 @@ * * $RCSfile: Diagram.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2007-10-22 16:40:46 $ + * last change: $Author: vg $ $Date: 2008-03-18 14:54:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,6 +100,12 @@ service Diagram only one axis, this property has no effect.</p> */ [optional, property] boolean GroupBarsPerAxis; + + [optional, property] boolean RightAngledAxes; + + /** Starting angle in degrees for pie charts and doughnut charts. + */ + [optional, property] long StartingAngle; }; } ; // chart2 |