merge the formfield patch from ooo-build
[ooovba.git] / sw / sdi / switems.sdi
blob1e338dacda2a71bac8b9639b9467527316858003
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: switems.sdi,v $
10  * $Revision: 1.13 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 item String SwNumRuleItem;
32 item BOOL SwRegisterItem;
34 struct SwLineNumber
36     BOOL    CountLines          MID_LINENUMBER_COUNT;
37     INT32   StartValue          MID_LINENUMBER_STARTVALUE;
39 item SwLineNumber SwFmtLineNumber;
41 struct INetFmt
43     String      URL             MID_URL_URL;
44     String      Target          MID_URL_TARGET;
45     String      Name            MID_URL_HYPERLINKNAME;
46     String      VisitedFormat   MID_URL_VISITED_FMT;
47     String      UnvisitedFormat MID_URL_UNVISITED_FMT;
49 item INetFmt SwFmtINetFmt;
51 struct Drop
53     INT16   Lines       MID_DROPCAP_LINES;
54     INT16   Count       MID_DROPCAP_COUNT;
55     INT16   Distance    MID_DROPCAP_DISTANCE;
56     BOOL    WholeWord   MID_DROPCAP_WHOLE_WORD;
57 //    String  Style       MID_DROPCAP_CHAR_STYLE_NAME;
59 item Drop SwFmtDrop;
61 struct Envelope
63     String   AddrText       MID_ENV_ADDR_TEXT;
64     BOOL     Send           MID_ENV_SEND;
65     String   SendText       MID_SEND_TEXT;
66     INT32    AddrFromLeft   MID_ENV_ADDR_FROM_LEFT;
67     INT32    AddrFromTop    MID_ENV_ADDR_FROM_TOP;
68     INT32    SendFromLeft   MID_ENV_SEND_FROM_LEFT;
69     INT32    SendFromTop    MID_ENV_SEND_FROM_TOP;
70     INT32    Width          MID_ENV_WIDTH;
71     INT32    Height         MID_ENV_HEIGHT;
72     INT16    Align          MID_ENV_ALIGN;
73     BOOL     PrintFromAbove MID_ENV_PRINT_FROM_ABOVE;
74     INT32    ShiftRight     MID_ENV_SHIFT_RIGHT;
75     INT32    ShiftDown      MID_ENV_SHIFT_DOWN;
77 item Envelope SwEnvItem;
79 struct ViewLayout
81     INT16   Columns         MID_VIEWLAYOUT_COLUMNS;
82     BOOL    BookMode        MID_VIEWLAYOUT_BOOKMODE;
84 item ViewLayout SvxViewLayoutItem;