From 3ed849358bbc4beacb456e3f903b52709d58b1bb Mon Sep 17 00:00:00 2001 From: Michael Hönnig Date: Thu, 3 Oct 2002 12:11:20 +0000 Subject: #94968# IDL reviews merged --- offapi/com/sun/star/sheet/DataResult.idl | 78 ++++++++++++++------------------ 1 file changed, 33 insertions(+), 45 deletions(-) (limited to 'offapi/com/sun/star/sheet/DataResult.idl') diff --git a/offapi/com/sun/star/sheet/DataResult.idl b/offapi/com/sun/star/sheet/DataResult.idl index 26771fe04..41fd2e08a 100644 --- a/offapi/com/sun/star/sheet/DataResult.idl +++ b/offapi/com/sun/star/sheet/DataResult.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataResult.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $ + * last change: $Author: mi $ $Date: 2002-10-03 13:07:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,51 +58,39 @@ * * ************************************************************************/ -#ifndef __com_sun_star_sheet_DataResult_idl__ -#define __com_sun_star_sheet_DataResult_idl__ - - -//============================================================================= - - module com { module sun { module star { module sheet { - -//============================================================================= - -// DocMerge from xml: struct com::sun::star::sheet::DataResult -/** structure describes a result. + +#ifndef __com_sun_star_sheet_DataResult_idl__ +#define __com_sun_star_sheet_DataResult_idl__ + +//============================================================================= + +module com { module sun { module star { module sheet { + +//============================================================================= + +/** contains the result of one element in the data pilot data array. + + @see com::sun::star::sheet::XDataPilotResults */ struct DataResult { - // DocMerge from xml: field com::sun::star::sheet::DataResult::Flags - /** field contains flags. + /** contains boolean flags describing the result. + + @see com::sun::star::sheet::DataResultFlags */ - long Flags; - - //------------------------------------------------------------------------- - - // DocMerge from xml: field com::sun::star::sheet::DataResult::Value - /** field contains the value. + long Flags; + + //------------------------------------------------------------------------- + + /** contains the result value. */ - double Value; - -}; - -//============================================================================= - -}; }; }; }; - -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.1.1.1 2000/09/18 23:35:47 hjs - initial import - - Revision 1.3 2000/09/11 11:52:48 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:45 jsc - new - - -=============================================================================*/ -#endif + double Value; + +}; + +//============================================================================= + +}; }; }; }; + +#endif + -- cgit v1.2.3