1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
|
/*************************************************************************
*
* $RCSfile: switems.sdi,v $
*
* $Revision: 1.5 $
*
* last change: $Author: mba $ $Date: 2002-06-14 07:53:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
item String SwNumRuleItem;
item BOOL SwRegisterItem;
struct SwLineNumber
{
BOOL CountLines MID_LINENUMBER_COUNT;
INT32 StartValue MID_LINENUMBER_STARTVALUE;
};
item SwLineNumber SwFmtLineNumber;
/*
enum SwHoriOrient
{
HORI_NONE,
HORI_RIGHT,
HORI_CENTER,
HORI_LEFT,
HORI_INSIDE,
HORI_OUTSIDE,
HORI_FULL
};
enum SwRelationOrient
{
FRAME,
PRTAREA
};
enum SwVertOrient
{
VERT_NONE,
VERT_TOP,
VERT_CENTER,
VERT_BOTTOM,
VERT_LINE_TOP,
VERT_LINE_CENTER,
VERT_LINE_BOTTOM
};
enum SwSurround
{
SURROUND_BEGIN,
SURROUND_THROUGHT,
SURROUND_PARALLEL,
SURROUND_DYNAMIC,
SURROUND_LEFT,
SURROUND_RIGHT,
SURROUND_END
};
struct FmtHoriOrient
{
INT32 XPos MID_HORIORIENT_POSITION;
SwHoriOrient HorzOrientation MID_HORIORIENT_ORIENT;
SwRelationOrient HorzRelation MID_HORIORIENT_RELATION;
BOOL PageToggle MID_HORIORIENT_PAGETOGGLE;
};
item FmtHoriOrient SwFmtHoriOrient;
struct FmtVertOrient
{
INT32 YPos MID_VERTORIENT_POSITION;
SwVertOrient VertOrientation MID_VERTORIENT_ORIENT;
SwRelationOrient VertRelation MID_VERTORIENT_RELATION;
};
item FmtVertOrient SwFmtVertOrient;
struct FmtFrmSize
{
INT32 Width MID_FRMSIZE_WIDTH;
INT32 Height MID_FRMSIZE_HEIGHT;
INT16 WidthPercent MID_FRMSIZE_REL_WIDTH;
INT16 HeightPercent MID_FRMSIZE_REL_HEIGHT;
INT16 SizeType MID_FRMSIZE_SIZE_TYPE;
};
item FmtFrmSize SwFmtFrmSize;
*/
struct Drop
{
BYTE Lines MID_LINES;
BYTE Count MID_CHARS;
INT16 Distance MID_DIST;
BOOL WholeWord MID_DROPCAP_WHOLE_WORD;
};
item Drop SwFmtDrop;
/*
struct SwDocDisplay
{
BOOL ParagraphEnd MID_1;
BOOL Tab MID_2;
BOOL Space MID_3;
BOOL NonbreakingSpace MID_4;
BOOL SoftHyphen MID_5;
BOOL HiddenText MID_6;
BOOL ManualBreak MID_7;
BOOL IndexEntry MID_8;
BOOL FootnoteBackground MID_9;
BOOL Field MID_A;
BOOL Table MID_B;
BOOL Graphic MID_C;
BOOL Drawing MID_D;
BOOL FieldName MID_E;
BOOL Notes MID_F;
BOOL ShowHiddenPara MID_10;
sal_Int32 IndexBackGroundColor MID_11;
}
item SwDocDisplay SwDocDisplayItem;
struct SwElem
{
BOOL HorzScrollbar MID_1;
BOOL VertScrollbar MID_2;
BOOL HorzRuler MID_3;
BOOL VertRuler MID_4;
BOOL TableBounds MID_5;
BOOL Crosshair MID_6;
BOOL Bounds MID_7;
BOOL StatusLine MID_8;
BOOL SolidHandles MID_9;
BOOL SmoothScroll MID_A;
}
item SwElem SwElemItem;
struct SwPrintOpt
{
BOOL PrintGraphic MID_1;
BOOL PrintTable MID_2;
BOOL PrintDrawing MID_3;
BOOL PrintLeftPage MID_4;
BOOL PrintRightPage MID_5;
BOOL PrintControl MID_6;
BOOL PrintReverse MID_7;
BOOL PaperFromSetup MID_8;
String FaxName MID_9;
UINT16 PrintAnnotations MID_A;
BOOL PrintProspect MID_B;
BOOL PrintBackground MID_C;
BOOL PrintBlackFont MID_D;
}
item SwPrintOpt SwAddPrinterItem;
struct SwPageFtnInfo
{
INT32 FtnHeight MID_1;
INT32 FtnPenWidth MID_2;
INT32 FtnTopDistance MID_3;
INT32 FtnBottomDistance MID_4;
INT16 FtnWidth MID_5; // in Prozent
INT16 FtnAdjust MID_6;
INT16 FtnPenStyle MID_7;
};
item SwPageFtnInfo SwPageFtnInfoItem;
struct CropGrf
{
INT32 Left MID_1;
INT32 Right MID_2;
INT32 Top MID_3;
INT32 Bottom MID_4;
};
item CropGrf SwCropGrf;
struct INetFmt
{
String URL MID_1;
String TargetFrame MID_2;
String VisitedFmt MID_3;
String UnvisitedFmt MID_4;
};
item INetFmt SwFmtINetFmt;
struct FmtSurround
{
SwSurround Surround MID_1;
BOOL AnchorOnly MID_3;
BOOL Contour MID_4;
BOOL Outside MID_5
};
item FmtSurround SwFmtSurround;
struct SwShadowCursor
{
BOOL ShadowCursor MID_1;
BYTE ShadowCursorMode MID_2;
INT32 ShadowCursorColor MID_3;
};
item SwShadowCursor SwShadowCursorItem;
*/
|