summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/XAxisZSupplier.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/chart/XAxisZSupplier.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/chart/XAxisZSupplier.idl')
-rw-r--r--offapi/com/sun/star/chart/XAxisZSupplier.idl40
1 files changed, 24 insertions, 16 deletions
diff --git a/offapi/com/sun/star/chart/XAxisZSupplier.idl b/offapi/com/sun/star/chart/XAxisZSupplier.idl
index 523b9f85541a..399fd329c999 100644
--- a/offapi/com/sun/star/chart/XAxisZSupplier.idl
+++ b/offapi/com/sun/star/chart/XAxisZSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAxisZSupplier.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:16 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:02:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,48 +80,50 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::chart::XAxisZSupplier
-/** gives access to the z-axis of a chart.@see XChartDocument
+/** gives access to the <i>z</i>-axis of a chart.
+
+ @see XDiagram
*/
interface XAxisZSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::chart::XAxisZSupplier::getZAxisTitle
/** @returns
- the properties of the shape of the z-axis title.
+ the <i>z</i>-axis title shape.
- @see ChartTitle
+ @see ChartTitle
*/
com::sun::star::drawing::XShape getZAxisTitle();
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::chart::XAxisZSupplier::getZMainGrid
/** @returns
- the properties of the main grid of the z-axis of the diagram.
+ the properties of the main grid (major grid) of the
+ <i>z</i>-axis of the diagram.
- @see ChartGrid
+ @see ChartGrid
*/
com::sun::star::beans::XPropertySet getZMainGrid();
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::chart::XAxisZSupplier::getZHelpGrid
/** @returns
- the properties of the help grid of the z-axis of the diagram.
+ the properties of the help grid (minor grid) of the
+ <i>z</i>-axis of the diagram.
- @see ChartGrid
+ @see ChartGrid
*/
com::sun::star::beans::XPropertySet getZHelpGrid();
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::chart::XAxisZSupplier::getZAxis
/** @returns
- the properties of the z-axis of the diagram.
+ the properties of the <i>z</i>-axis of the diagram.
+
+ <p>The returned property set contains scaling properties as
+ well as formatting properties.</p>
- @see ChartAxis
+ @see ChartAxis
*/
com::sun::star::beans::XPropertySet getZAxis();
@@ -134,6 +136,12 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5.16.1 2002/01/28 17:02:24 bm
+ #96984# IDL Review
+
+ Revision 1.5 2001/03/16 16:41:16 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/12/21 08:35:01 mi
@see interface/service/... ident -> @see ident - for new docu generator