lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / word / WdCompatibility.idl
blobfa814ee6e8f532115370f923fc580d8dc8029ee8
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 WdCompatibility {
22 const long wdAlignTablesRowByRow = 39;
23 const long wdApplyBreakingRules = 46;
24 const long wdAutospaceLikeWW7 = 38;
25 const long wdConvMailMergeEsc = 6;
26 const long wdDontAdjustLineHeightInTable = 36;
27 const long wdDontBalanceSingleByteDoubleByteWidth = 16;
28 const long wdDontBreakWrappedTables = 43;
29 const long wdDontSnapTextToGridInTableWithObjects = 44;
30 const long wdDontULTrailSpace = 15;
31 const long wdDontUseAsianBreakRulesInGrid = 48;
32 const long wdDontUseHTMLParagraphAutoSpacing = 35;
33 const long wdDontWrapTextWithPunctuation = 47;
34 const long wdExactOnTop = 28;
35 const long wdExpandShiftReturn = 14;
36 const long wdFootnoteLayoutLikeWW8 = 34;
37 const long wdForgetLastTabAlignment = 37;
38 const long wdGrowAutofit = 50;
39 const long wdLayoutRawTableWidth = 40;
40 const long wdLayoutTableRowsApart = 41;
41 const long wdLeaveBackslashAlone = 13;
42 const long wdLineWrapLikeWord6 = 32;
43 const long wdMWSmallCaps = 22;
44 const long wdNoColumnBalance = 5;
45 const long wdNoExtraLineSpacing = 23;
46 const long wdNoLeading = 20;
47 const long wdNoSpaceForUL = 21;
48 const long wdNoSpaceRaiseLower = 2;
49 const long wdNoTabHangIndent = 1;
50 const long wdOrigWordTableRules = 9;
51 const long wdPrintBodyTextBeforeHeader = 19;
52 const long wdPrintColBlack = 3;
53 const long wdSelectFieldWithFirstOrLastCharacter = 45;
54 const long wdShapeLayoutLikeWW8 = 33;
55 const long wdShowBreaksInFrames = 11;
56 const long wdSpacingInWholePoints = 18;
57 const long wdSubFontBySize = 25;
58 const long wdSuppressBottomSpacing = 29;
59 const long wdSuppressSpBfAfterPgBrk = 7;
60 const long wdSuppressTopSpacing = 8;
61 const long wdSuppressTopSpacingMac5 = 17;
62 const long wdSwapBordersFacingPages = 12;
63 const long wdTransparentMetafiles = 10;
64 const long wdTruncateFontHeight = 24;
65 const long wdUsePrinterMetrics = 26;
66 const long wdUseWord2002TableStyleRules = 49;
67 const long wdUseWord97LineBreakingRules = 42;
68 const long wdWPJustification = 31;
69 const long wdWPSpaceWidth = 30;
70 const long wdWrapTrailSpaces = 4;
71 const long wdWW6BorderRules = 27;
73 }; }; };
75 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */