1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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 WdInformation
{
22 const long wdActiveEndAdjustedPageNumber
= 1;
23 const long wdActiveEndPageNumber
= 3;
24 const long wdActiveEndSectionNumber
= 2;
25 const long wdAtEndOfRowMarker
= 31;
26 const long wdCapsLock
= 21;
27 const long wdEndOfRangeColumnNumber
= 17;
28 const long wdEndOfRangeRowNumber
= 14;
29 const long wdFirstCharacterColumnNumber
= 9;
30 const long wdFirstCharacterLineNumber
= 10;
31 const long wdFrameIsSelected
= 11;
32 const long wdHeaderFooterType
= 33;
33 const long wdHorizontalPositionRelativeToPage
= 5;
34 const long wdHorizontalPositionRelativeToTextBoundary
= 7;
35 const long wdInClipboard
= 38;
36 const long wdInCommentPane
= 26;
37 const long wdInEndnote
= 36;
38 const long wdInFootnote
= 35;
39 const long wdInFootnoteEndnotePane
= 25;
40 const long wdInHeaderFooter
= 28;
41 const long wdInMasterDocument
= 34;
42 const long wdInWordMail
= 37;
43 const long wdMaximumNumberOfColumns
= 18;
44 const long wdMaximumNumberOfRows
= 15;
45 const long wdNumberOfPagesInDocument
= 4;
46 const long wdNumLock
= 22;
47 const long wdOverType
= 23;
48 const long wdReferenceOfType
= 32;
49 const long wdRevisionMarking
= 24;
50 const long wdSelectionMode
= 20;
51 const long wdStartOfRangeColumnNumber
= 16;
52 const long wdStartOfRangeRowNumber
= 13;
53 const long wdVerticalPositionRelativeToPage
= 6;
54 const long wdVerticalPositionRelativeToTextBoundary
= 8;
55 const long wdWithInTable
= 12;
56 const long wdZoomPercentage
= 19;
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */