diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-02 10:54:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-02 10:54:56 +0000 |
commit | 61e82152f26a140616bd00ee06f452beab8c9583 (patch) | |
tree | 078f46db1a394f6d1fab8dd8f660437c2444367b /offapi/com/sun | |
parent | a07d04898fe30495280258e25da1126601bc9421 (diff) |
INTEGRATION: CWS chart27 (1.20.86); FILE MERGED
2008/06/24 13:40:15 iha 1.20.86.1: #i90504# Minor interval marks are not saved and loeaded correctly
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/chart/ChartAxis.idl | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl index ebf8d3ec3..6a698e8a4 100644 --- a/offapi/com/sun/star/chart/ChartAxis.idl +++ b/offapi/com/sun/star/chart/ChartAxis.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ChartAxis.idl,v $ - * $Revision: 1.20 $ + * $Revision: 1.21 $ * * This file is part of OpenOffice.org. * @@ -110,12 +110,22 @@ published service ChartAxis //------------------------------------------------------------------------- - /** Contains the distance between the help tick marks. - */ + /** @deprecated + User property StepHelpCount instead + Contains the distance between the help tick marks. + */ [optional, property] double StepHelp; //------------------------------------------------------------------------- + /** + Contains the number of help intervals within a main interval. E.g. a StepHelpCount of 5 divides + the main interval into 5 pieces and thus producces 4 help tick marks. + */ + [optional, property] long StepHelpCount; + + //------------------------------------------------------------------------- + /** The maximium value of the axis scale is calculated by the chart if this property is <TRUE/>. */ @@ -143,7 +153,7 @@ published service ChartAxis //------------------------------------------------------------------------- - /** The distance between the help tick marks is calculated by the + /** The number of help intervals within a main interval is calculated by the chart if this property is <TRUE/>. */ [optional, property] boolean AutoStepHelp; |