Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / word / WdInformation.idl
blobc7819d2c2a4f7cbf7de9eba6a60235f85be99ced
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 word {
20 constants WdInformation {
21 const long wdActiveEndAdjustedPageNumber = 1;
22 const long wdActiveEndPageNumber = 3;
23 const long wdActiveEndSectionNumber = 2;
24 const long wdAtEndOfRowMarker = 31;
25 const long wdCapsLock = 21;
26 const long wdEndOfRangeColumnNumber = 17;
27 const long wdEndOfRangeRowNumber = 14;
28 const long wdFirstCharacterColumnNumber = 9;
29 const long wdFirstCharacterLineNumber = 10;
30 const long wdFrameIsSelected = 11;
31 const long wdHeaderFooterType = 33;
32 const long wdHorizontalPositionRelativeToPage = 5;
33 const long wdHorizontalPositionRelativeToTextBoundary = 7;
34 const long wdInClipboard = 38;
35 const long wdInCommentPane = 26;
36 const long wdInEndnote = 36;
37 const long wdInFootnote = 35;
38 const long wdInFootnoteEndnotePane = 25;
39 const long wdInHeaderFooter = 28;
40 const long wdInMasterDocument = 34;
41 const long wdInWordMail = 37;
42 const long wdMaximumNumberOfColumns = 18;
43 const long wdMaximumNumberOfRows = 15;
44 const long wdNumberOfPagesInDocument = 4;
45 const long wdNumLock = 22;
46 const long wdOverType = 23;
47 const long wdReferenceOfType = 32;
48 const long wdRevisionMarking = 24;
49 const long wdSelectionMode = 20;
50 const long wdStartOfRangeColumnNumber = 16;
51 const long wdStartOfRangeRowNumber = 13;
52 const long wdVerticalPositionRelativeToPage = 6;
53 const long wdVerticalPositionRelativeToTextBoundary = 8;
54 const long wdWithInTable = 12;
55 const long wdZoomPercentage = 19;
57 }; }; };