bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlPaperSize.idl
bloba80bbaa023147af66b3308c7ef0ee49ca98ace50
1 /*
2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 module ooo { module vba { module excel {
20 constants XlPaperSize {
21 const long xlPaper10x14 = 16;
22 const long xlPaper11x17 = 17;
23 const long xlPaperA3 = 8;
24 const long xlPaperA4 = 9;
25 const long xlPaperA4Small = 10;
26 const long xlPaperA5 = 11;
27 const long xlPaperB4 = 12;
28 const long xlPaperB5 = 13;
29 const long xlPaperCsheet = 24;
30 const long xlPaperDsheet = 25;
31 const long xlPaperEnvelope10 = 20;
32 const long xlPaperEnvelope11 = 21;
33 const long xlPaperEnvelope12 = 22;
34 const long xlPaperEnvelope14 = 23;
35 const long xlPaperEnvelope9 = 19;
36 const long xlPaperEnvelopeB4 = 33;
37 const long xlPaperEnvelopeB5 = 34;
38 const long xlPaperEnvelopeB6 = 35;
39 const long xlPaperEnvelopeC3 = 29;
40 const long xlPaperEnvelopeC4 = 30;
41 const long xlPaperEnvelopeC5 = 28;
42 const long xlPaperEnvelopeC6 = 31;
43 const long xlPaperEnvelopeC65 = 32;
44 const long xlPaperEnvelopeDL = 27;
45 const long xlPaperEnvelopeItaly = 36;
46 const long xlPaperEnvelopeMonarch = 37;
47 const long xlPaperEnvelopePersonal = 38;
48 const long xlPaperEsheet = 26;
49 const long xlPaperExecutive = 7;
50 const long xlPaperFanfoldLegalGerman = 41;
51 const long xlPaperFanfoldStdGerman = 40;
52 const long xlPaperFanfoldUS = 39;
53 const long xlPaperFolio = 14;
54 const long xlPaperLedger = 4;
55 const long xlPaperLegal = 5;
56 const long xlPaperLetter = 1;
57 const long xlPaperLetterSmall = 2;
58 const long xlPaperNote = 18;
59 const long xlPaperQuarto = 15;
60 const long xlPaperStatement = 6;
61 const long xlPaperTabloid = 3;
62 const long xlPaperUser = 256;
64 }; }; };