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

« back to all changes in this revision

Viewing changes to ooo-build/scratch/offapi-vba/Excel/XlPaperSize.idl

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