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

« back to all changes in this revision

Viewing changes to ooo-build/patches/vba/offapi-org-openoffice-vba-excel-xlautofilltype-idl.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-04-27 19:29:22 UTC
  • Revision ID: james.westby@ubuntu.com-20060427192922-2dburxv3b63f8v0u
Tags: 2.0.2-2ubuntu5
* Copy of the openoffice.org source.
  - debian/control.in: Change source name.
  - debian/changelog: Change source name.
  - debian/control: Regenerate control file.
* Add kurdish translations exported from Rosetta (2006-04-18).
* Workaround bad message strings in recently included GSI files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- /dev/null   
2
2
+++ offapi/org/openoffice/vba/Excel/XlAutoFillType.idl  
3
 
@@ -0,0 +1,22 @@
 
3
@@ -0,0 +1,20 @@
4
4
+#ifndef __org_openoffice_vba_Excel_XlAutoFillType_idl__
5
5
+#define __org_openoffice_vba_Excel_XlAutoFillType_idl__
6
 
+module org  { module openoffice { module vba { module Excel { 
 
6
+module org  { module openoffice { module vba { module Excel {
7
7
+
8
8
+constants XlAutoFillType
9
9
+{
10
 
+const long xlFillCopy = 1;
11
 
+const long xlFillDays = 5;
12
 
+const long xlFillDefault = 0;
13
 
+const long xlFillFormats = 3;
14
 
+const long xlFillMonths = 7;
15
 
+const long xlFillSeries = 2;
16
 
+const long xlFillValues = 4;
17
 
+const long xlFillWeekdays = 6;
18
 
+const long xlFillYears = 8;
19
 
+const long xlGrowthTrend = 10;
20
 
+const long xlLinearTrend = 9;
21
 
+
 
10
+        const short xlFillCopy = 1;
 
11
+        const short xlFillDays = 5;
 
12
+        const short xlFillDefault = 0;
 
13
+        const short xlFillFormats = 3;
 
14
+        const short xlFillMonths = 7;
 
15
+        const short xlFillSeries = 2;
 
16
+        const short xlFillValues = 4;
 
17
+        const short xlFillWeekdays = 6;
 
18
+        const short xlFillYears = 8;
 
19
+        const short xlGrowthTrend = 10;
 
20
+        const short xlLinearTrend = 9;
22
21
+};
23
22
+}; }; }; };
24
 
+
25
23
+#endif