Update git submodules
[LibreOffice.git] / sw / sdi / switems.sdi
blobe0dd9ee1b259b1143e047b047df29f065accc4f3
1 /*
2  * This file is part of the LibreOffice project.
3  *
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/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
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 .
17  */
19 item String SwNumRuleItem;
20 item BOOL SwRegisterItem;
22 struct SwLineNumber
24     BOOL    CountLines          MID_LINENUMBER_COUNT;
25     INT32   StartValue          MID_LINENUMBER_STARTVALUE;
27 item SwLineNumber SwFormatLineNumber;
29 struct INetFormat
31     String      URL             MID_URL_URL;
32     String      Target          MID_URL_TARGET;
33     String      Name            MID_URL_HYPERLINKNAME;
34     String      VisitedFormat   MID_URL_VISITED_FMT;
35     String      UnvisitedFormat MID_URL_UNVISITED_FMT;
37 item INetFormat SwFormatINetFormat;
39 struct Drop
41     INT16   Lines       MID_DROPCAP_LINES;
42     INT16   Count       MID_DROPCAP_COUNT;
43     INT16   Distance    MID_DROPCAP_DISTANCE;
44     BOOL    WholeWord   MID_DROPCAP_WHOLE_WORD;
45 //    String  Style       MID_DROPCAP_CHAR_STYLE_NAME;
47 item Drop SwFormatDrop;
49 struct Envelope
51     String   AddrText       MID_ENV_ADDR_TEXT;
52     BOOL     Send           MID_ENV_SEND;
53     String   SendText       MID_SEND_TEXT;
54     INT32    AddrFromLeft   MID_ENV_ADDR_FROM_LEFT;
55     INT32    AddrFromTop    MID_ENV_ADDR_FROM_TOP;
56     INT32    SendFromLeft   MID_ENV_SEND_FROM_LEFT;
57     INT32    SendFromTop    MID_ENV_SEND_FROM_TOP;
58     INT32    Width          MID_ENV_WIDTH;
59     INT32    Height         MID_ENV_HEIGHT;
60     INT16    Align          MID_ENV_ALIGN;
61     BOOL     PrintFromAbove MID_ENV_PRINT_FROM_ABOVE;
62     INT32    ShiftRight     MID_ENV_SHIFT_RIGHT;
63     INT32    ShiftDown      MID_ENV_SHIFT_DOWN;
65 item Envelope SwEnvItem;
67 struct ViewLayout
69     INT16   Columns         MID_VIEWLAYOUT_COLUMNS;
70     BOOL    BookMode        MID_VIEWLAYOUT_BOOKMODE;
72 item ViewLayout SvxViewLayoutItem;