summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 13:57:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 13:57:38 +0000
commit0acbd61d91756fe51b4f961ec1e37fb8e830da8c (patch)
tree3cf371828bfbd01c3686195555a37ee759951a94 /offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl
parentdcc97fb4b51e7aeed751b1e1d28a8c2fcf1688f7 (diff)
INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
2005/10/11 12:07:30 bm 1.1.2.2: license header change 2005/05/09 09:44:29 bm 1.1.2.1: API moved here from chart2 project
Diffstat (limited to 'offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl')
-rw-r--r--offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl67
1 files changed, 67 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl b/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl
new file mode 100644
index 000000000000..774c88a85ba6
--- /dev/null
+++ b/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl
@@ -0,0 +1,67 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: StandardDiagramCreationParameters.idl,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: vg $ $Date: 2007-05-22 14:57:38 $
+ *
+ * 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_chart_StandardDiagramCreationParameters_idl
+#define com_sun_star_chart_StandardDiagramCreationParameters_idl
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+module com
+{
+module sun
+{
+module star
+{
+module chart2
+{
+
+/** parameters that may be passed to
+ <member>XChartTypeTemplate::createDiagramByDataSource</member>.
+ */
+service StandardDiagramCreationParameters
+{
+ /** States whether the first <type>XLabeledDataSequence</type> in
+ a data-source is used as categories.
+ */
+ [optional, property] boolean HasCategories;
+};
+
+} ; // chart2
+} ; // com
+} ; // sun
+} ; // star
+
+#endif