~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-xlpapersize-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/XlPaperSize.idl     
 
3
@@ -0,0 +1,50 @@
 
4
+#ifndef __org_openoffice_vba_Excel_XlPaperSize_idl__
 
5
+#define __org_openoffice_vba_Excel_XlPaperSize_idl__
 
6
+module org  { module openoffice { module vba { module Excel {
 
7
+
 
8
+constants XlPaperSize
 
9
+{
 
10
+        const short xlPaper10x14 = 16; //(&H10)
 
11
+        const short xlPaper11x17 = 17; //(&H11)
 
12
+        const short xlPaperA3 = 8;
 
13
+        const short xlPaperA4Small = 9;
 
14
+        const short xlPaperA5 = 10;
 
15
+        const short xlPaperB4 = 12;
 
16
+        const short xlPaperB5 = 13;
 
17
+        const short xlPaperCsheet = 24; //(&H18)
 
18
+        const short xlPaperDsheet = 25; //(&H19)
 
19
+        const short xlPaperEnvelope10 = 20; //(&H14)
 
20
+        const short xlPaperEnvelope11 = 21; //(&H15)
 
21
+        const short xlPaperEnvelope12 = 22; //(&H16)
 
22
+        const short xlPaperEnvelope14 = 23; //(&H17)
 
23
+        const short xlPaperEnvelope9 = 19; //(&H13)
 
24
+        const short xlPaperEnvelopeB4 = 33; //(&H21)
 
25
+        const short xlPaperEnvelopeB5 = 34; //(&H22)
 
26
+        const short xlPaperEnvelopeB6 = 35; //(&H23)
 
27
+        const short xlPaperEnvelopeC3 = 29; //(&H1D)
 
28
+        const short xlPaperEnvelopeC4 = 30; //(&H1E)
 
29
+        const short xlPaperEnvelopeC5 = 28; //(&H1C)
 
30
+        const short xlPaperEnvelopeC6 = 31; //(&H1F)
 
31
+        const short xlPaperEnvelopeC65 = 32; //(&H20)
 
32
+        const short xlPaperEnvelopeDL = 27; //(&H1B)
 
33
+        const short xlPaperEnvelopeItaly = 36; //(&H24)
 
34
+        const short xlPaperEnvelopeMonarch = 37; //(&H25)
 
35
+        const short xlPaperEnvelopePersonal = 38; //(&H26)
 
36
+        const short xlPaperEsheet = 26; //(&H1A)
 
37
+        const short xlPaperExective = 7;
 
38
+        const short xlPaperFanfoldLegalGerman = 41; //(&H29)
 
39
+        const short xlPaperFanfoldStdGerman = 40; //(&H28)
 
40
+        const short xlPaperFanfoldUS = 39; //(&H27)
 
41
+        const short xlPaperFolio = 14;
 
42
+        const short xlPaperLedger = 4;
 
43
+        const short xlPaperLegal = 5;
 
44
+        const short xlPaperLetter = 1;
 
45
+        const short xlPaperLetterSmall = 2;
 
46
+        const short xlPaperNote = 18; //(&H12)
 
47
+        const short xlPaperQuarto = 15;
 
48
+        const short xlPaperStatement = 6;
 
49
+        const short xlPaperTabloid = 3;
 
50
+        const short xlPaperUser = 256; //(&H100)
 
51
+};
 
52
+}; }; }; };
 
53
+#endif