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