lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / word / WdPaperSize.idl
bloba6b6b1122eddccf1f18e4f34ad1ec94de10a40f9
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 word {
21 constants WdPaperSize {
22 const long wdPaper10x14 = 0;
23 const long wdPaper11x17 = 1;
24 const long wdPaperA3 = 6;
25 const long wdPaperA4 = 7;
26 const long wdPaperA4Small = 8;
27 const long wdPaperA5 = 9;
28 const long wdPaperB4 = 10;
29 const long wdPaperB5 = 11;
30 const long wdPaperCSheet = 12;
31 const long wdPaperCustom = 41;
32 const long wdPaperDSheet = 13;
33 const long wdPaperEnvelope10 = 25;
34 const long wdPaperEnvelope11 = 26;
35 const long wdPaperEnvelope12 = 27;
36 const long wdPaperEnvelope14 = 28;
37 const long wdPaperEnvelope9 = 24;
38 const long wdPaperEnvelopeB4 = 29;
39 const long wdPaperEnvelopeB5 = 30;
40 const long wdPaperEnvelopeB6 = 31;
41 const long wdPaperEnvelopeC3 = 32;
42 const long wdPaperEnvelopeC4 = 33;
43 const long wdPaperEnvelopeC5 = 34;
44 const long wdPaperEnvelopeC6 = 35;
45 const long wdPaperEnvelopeC65 = 36;
46 const long wdPaperEnvelopeDL = 37;
47 const long wdPaperEnvelopeItaly = 38;
48 const long wdPaperEnvelopeMonarch = 39;
49 const long wdPaperEnvelopePersonal = 40;
50 const long wdPaperESheet = 14;
51 const long wdPaperExecutive = 5;
52 const long wdPaperFanfoldLegalGerman = 15;
53 const long wdPaperFanfoldStdGerman = 16;
54 const long wdPaperFanfoldUS = 17;
55 const long wdPaperFolio = 18;
56 const long wdPaperLedger = 19;
57 const long wdPaperLegal = 4;
58 const long wdPaperLetter = 2;
59 const long wdPaperLetterSmall = 3;
60 const long wdPaperNote = 20;
61 const long wdPaperQuarto = 21;
62 const long wdPaperStatement = 22;
63 const long wdPaperTabloid = 23;
65 }; }; };
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */