diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:35:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:35:04 +0000 |
commit | c490a9f0684dd5cc7efd897afbf70e2f73444f72 (patch) | |
tree | b3245652f36a3cdd779c75d6e8421e0027687e28 /offapi/com/sun/star/chart2 | |
parent | c1cfe0f0683d37f73e1c1a547e1defe373926411 (diff) |
CWS-TOOLING: integrate CWS chart30
Diffstat (limited to 'offapi/com/sun/star/chart2')
-rw-r--r-- | offapi/com/sun/star/chart2/Axis.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/chart2/DataPointProperties.idl | 8 | ||||
-rw-r--r-- | offapi/com/sun/star/chart2/Title.idl | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/offapi/com/sun/star/chart2/Axis.idl b/offapi/com/sun/star/chart2/Axis.idl index 794e6ac1c331..867635284d46 100644 --- a/offapi/com/sun/star/chart2/Axis.idl +++ b/offapi/com/sun/star/chart2/Axis.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Axis.idl,v $ - * $Revision: 1.3 $ + * $Revision: 1.3.94.1 $ * * This file is part of OpenOffice.org. * @@ -109,7 +109,7 @@ service Axis */ [property, maybevoid] long NumberFormat; - [property] ::com::sun::star::awt::Size ReferenceDiagramSize; + [property] ::com::sun::star::awt::Size ReferencePageSize; /** determines what kind of tickmarks should be shown for major ticks. diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl b/offapi/com/sun/star/chart2/DataPointProperties.idl index dbd8bb2f3205..3d4e93fe5457 100644 --- a/offapi/com/sun/star/chart2/DataPointProperties.idl +++ b/offapi/com/sun/star/chart2/DataPointProperties.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DataPointProperties.idl,v $ - * $Revision: 1.6 $ + * $Revision: 1.6.92.1 $ * * This file is part of OpenOffice.org. * @@ -283,14 +283,14 @@ service DataPointProperties */ [optional, property] long LabelPlacement; - /** The size of the diagram at the moment when the font size for + /** The size of the page at the moment when the font size for data labels was set. <p>This size is used to resize text in the view when the size - of the diagram has changed since the font sizes were set + of the page has changed since the font sizes were set (automatic text scaling).</p> */ - [maybevoid, property] com::sun::star::awt::Size ReferenceDiagramSize; + [maybevoid, property] com::sun::star::awt::Size ReferencePageSize; // statistics diff --git a/offapi/com/sun/star/chart2/Title.idl b/offapi/com/sun/star/chart2/Title.idl index cf8422debe24..49d238c03212 100644 --- a/offapi/com/sun/star/chart2/Title.idl +++ b/offapi/com/sun/star/chart2/Title.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Title.idl,v $ - * $Revision: 1.3 $ + * $Revision: 1.3.94.1 $ * * This file is part of OpenOffice.org. * @@ -33,7 +33,6 @@ #include <com/sun/star/style/ParagraphProperties.idl> #include <com/sun/star/layout/LayoutElement.idl> -#include <com/sun/star/chart2/ReferenceSizeProperties.idl> #include <com/sun/star/chart2/XTitle.idl> #include <com/sun/star/beans/PropertySet.idl> |