summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/Solver.idl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-05 14:50:35 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-05 14:50:35 +0000
commit4ce2b86238c52fc3fdf2c2a7b2ac55d96a2d34e3 (patch)
treea8e629cc47e5a2c41d0c872680fa5540afa3b5cc /offapi/com/sun/star/sheet/Solver.idl
parent8e7964895b527af967ef7094070478080fe4fe57 (diff)
INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED
2007/12/18 20:50:25 nn 1.1.2.2: #i8808# solver messages 2007/12/05 17:59:17 nn 1.1.2.1: #i8808 solver API
Diffstat (limited to 'offapi/com/sun/star/sheet/Solver.idl')
-rw-r--r--offapi/com/sun/star/sheet/Solver.idl58
1 files changed, 58 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/Solver.idl b/offapi/com/sun/star/sheet/Solver.idl
new file mode 100644
index 000000000000..42c693b4fbfc
--- /dev/null
+++ b/offapi/com/sun/star/sheet/Solver.idl
@@ -0,0 +1,58 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: Solver.idl,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: ihi $ $Date: 2008-02-05 15:50:35 $
+ *
+ * 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_sheet_Solver_idl__
+#define __com_sun_star_sheet_Solver_idl__
+
+#ifndef __com_sun_star_sheet_XSolver_idl__
+#include <com/sun/star/sheet/XSolver.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** A solver for a model that is defined by spreadsheet cells.
+ */
+service Solver: XSolver;
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+