~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-xlrangeautoformat-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
--- /dev/null   
 
2
+++ offapi/org/openoffice/vba/Excel/XlRangeAutoFormat.idl       
 
3
@@ -0,0 +1,53 @@
 
4
+#ifndef __org_openoffice_vba_Excel_XlRangeAutoFormat_idl__
 
5
+#define __org_openoffice_vba_Excel_XlRangeAutoFormat_idl__
 
6
+module org  { module openoffice { module vba { module Excel {
 
7
+
 
8
+constants XlRangeAutoFormat
 
9
+{
 
10
+        const short xlRangeAutoFormat3DEffects1 = 13;
 
11
+        const short xlRangeAutoFormat3DEffects2 = 14;
 
12
+        const short xlRangeAutoFormatAccounting1 = 4;
 
13
+        const short xlRangeAutoFormatAccounting2 = 5;
 
14
+        const short xlRangeAutoFormatAccounting3 = 6;
 
15
+        const short xlRangeAutoFormatAccounting4 = 17; //(&H11)
 
16
+        const short xlRangeAutoFormatClassic1 = 1;
 
17
+        const short xlRangeAutoFormatClassic2 = 2;
 
18
+        const short xlRangeAutoFormatClassic3 = 3;
 
19
+        const short xlRangeAutoFormatClassicPivotTable = 31; //(&H1F)
 
20
+        const short xlRangeAutoFormatColor1 = 7; 
 
21
+        const short xlRangeAutoFormatColor2 = 8; 
 
22
+        const short xlRangeAutoFormatColor3 = 9; 
 
23
+        const short xlRangeAutoFormatList1 = 10; 
 
24
+        const short xlRangeAutoFormatList2 = 11; 
 
25
+        const short xlRangeAutoFormatList3 = 12; 
 
26
+        const short xlRangeAutoFormatLocalFormat1 = 15; 
 
27
+        const short xlRangeAutoFormatLocalFormat2 = 16; //(&H10)
 
28
+        const short xlRangeAutoFormatLocalFormat3 = 19; //(&H13)
 
29
+        const short xlRangeAutoFormatLocalFormat4 = 20; //(&H14) 
 
30
+        const long  xlRangeAutoFormatNone = -4142; //(&HFFFFEFD2)
 
31
+        const short xlRangeAutoFormatPTNone = 42; //(&H2A)
 
32
+        const short xlRangeAutoFormatReport1 = 21; //(&H15)
 
33
+        const short xlRangeAutoFormatReport10 = 30; //(&H24)
 
34
+        const short xlRangeAutoFormatReport2 = 22; //(&H16)
 
35
+        const short xlRangeAutoFormatReport3 = 23; //(&H17)
 
36
+        const short xlRangeAutoFormatReport4 = 24; //(&H18)
 
37
+        const short xlRangeAutoFormatReport5 = 25; //(&H19)
 
38
+        const short xlRangeAutoFormatReport6 = 26; //(&H20)
 
39
+        const short xlRangeAutoFormatReport7 = 27; //(&H21)
 
40
+        const short xlRangeAutoFormatReport8 = 28; //(&H22)
 
41
+        const short xlRangeAutoFormatReport9 = 29; //(&H23)
 
42
+        const short xlRangeAutoFormatSimple = -4154; //(&HFFFFEFC6)
 
43
+        const short xlRangeAutoFormatTable1 = 32; //(&H20)
 
44
+        const short xlRangeAutoFormatTable10 = 41; //(&H29)
 
45
+        const short xlRangeAutoFormatTable2 = 33; //(&H21)
 
46
+        const short xlRangeAutoFormatTable3 = 34; //(&H22)
 
47
+        const short xlRangeAutoFormatTable4 = 35; //(&H23)
 
48
+        const short xlRangeAutoFormatTable5 = 36; //(&H24)
 
49
+        const short xlRangeAutoFormatTable6 = 37; //(&H25)
 
50
+        const short xlRangeAutoFormatTable7 = 38; //(&H26)
 
51
+        const short xlRangeAutoFormatTable8 = 39; //(&H27)
 
52
+        const short xlRangeAutoFormatTable9 = 40; //(&H28)
 
53
+
 
54
+};
 
55
+}; }; }; };
 
56
+#endif