summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/RegressionCurve.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 13:56:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 13:56:41 +0000
commitd87204f416ef20116c1baa3b589c808f47a9282e (patch)
treec66a1baedfc5b1dc4ba33197cd570c02515934ce /offapi/com/sun/star/chart2/RegressionCurve.idl
parentd8001eed069308b5fb97f48229de45193116bab2 (diff)
INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
2005/12/21 21:37:35 iha 1.1.2.4: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/30 09:32:49 bm 1.1.2.3: include service PropertySet rather than XPropertySet only 2005/10/11 12:07:27 bm 1.1.2.2: license header change 2005/05/09 09:42:34 bm 1.1.2.1: API moved here from chart2 project
Diffstat (limited to 'offapi/com/sun/star/chart2/RegressionCurve.idl')
-rw-r--r--offapi/com/sun/star/chart2/RegressionCurve.idl77
1 files changed, 77 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/RegressionCurve.idl b/offapi/com/sun/star/chart2/RegressionCurve.idl
new file mode 100644
index 000000000..1f5149b38
--- /dev/null
+++ b/offapi/com/sun/star/chart2/RegressionCurve.idl
@@ -0,0 +1,77 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: RegressionCurve.idl,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: vg $ $Date: 2007-05-22 14:56:41 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+#ifndef com_sun_star_chart2_RegressionCurve_idl
+#define com_sun_star_chart2_RegressionCurve_idl
+
+#include <com/sun/star/beans/PropertySet.idl>
+#include <com/sun/star/drawing/LineProperties.idl>
+#include <com/sun/star/chart2/XRegressionCurve.idl>
+#include <com/sun/star/lang/XServiceName.idl>
+
+module com
+{
+module sun
+{
+module star
+{
+module chart2
+{
+
+/**
+ */
+service RegressionCurve
+{
+ /**
+ */
+ service ::com::sun::star::beans::PropertySet;
+ /**
+ */
+ service ::com::sun::star::drawing::LineProperties;
+
+ /**
+ */
+ interface XRegressionCurve;
+
+ /**
+ */
+ interface ::com::sun::star::lang::XServiceName;
+};
+
+} ; // chart2
+} ; // com
+} ; // sun
+} ; // star
+
+#endif