~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- /dev/null	
+++ offapi/org/openoffice/vba/Excel/XlTotalsCalculation.idl	
@@ -0,0 +1,18 @@
+#ifndef __org_openoffice_vba_Excel_XlTotalsCalculation_idl__
+#define __org_openoffice_vba_Excel_XlTotalsCalculation_idl__
+
+module org  { module openoffice { module vba { module Excel {
+constants XlTotalsCalculation
+{
+        const short xlTotalsCalculationAverage = 2;
+        const short xlTotalsCalculationCount = 3;
+        const short xlTotalsCalculationCountNums = 4;
+        const short xlTotalsCalculationCountMax = 6;
+        const short xlTotalsCalculationCountMin = 5;
+        const short xlTotalsCalculationCountNone = 0;
+        const short xlTotalsCalculationCountStdDev = 7;
+        const short xlTotalsCalculationCountSum = 1;
+        const short xlTotalsCalculationCountVar = 8;
+};
+}; }; }; };
+#endif