xoitems.sdi (db240f72) xoitems.sdi (d5370dc8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 128 unchanged lines hidden (view full) ---

137{
138 SVX_LINESTYLE_NONE,
139 SVX_LINESTYLE_SOLID,
140 SVX_LINESTYLE_DASH
141};
142
143item SvxLineStyle XLineStyleItem;
144
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 128 unchanged lines hidden (view full) ---

137{
138 SVX_LINESTYLE_NONE,
139 SVX_LINESTYLE_SOLID,
140 SVX_LINESTYLE_DASH
141};
142
143item SvxLineStyle XLineStyleItem;
144
145enum SvxLineJoint
146{
147 // com::sun::star::drawing::LineJoint
148 SVX_LINEJOINT_NONE, // no rounding
149 SVX_LINEJOINT_MIDDLE, // calc middle value between joints
150 SVX_LINEJOINT_BEVEL, // join edges with line
151 SVX_LINEJOINT_MITER, // extend till cut
152 SVX_LINEJOINT_ROUND // create arc
153};
154
155item SvxLineJoint XLineJointItem;
156
157enum SvxLineCap
158{
159 // com::sun::star::drawing::LineCap
160 SVX_LINECAP_BUTT,
161 SVX_LINECAP_ROUND,
162 SVX_LINECAP_SQUARE
163};
164
165item SvxLineCap XLineCapItem;
166
145item INT32 XLineWidthItem;
146item INT32 XFormTextStyleItem;
147item INT32 XFormTextAdjustItem;
148
149item INT32 XFormTextDistanceItem; // SfxInt32Item
150item INT32 XFormTextStartItem; // SfxInt32Item
151item BOOL XFormTextMirrorItem; // SfxBoolItem
152
153item INT32 XFormTextStdFormItem; // SfxEnumItem
154item BOOL XFormTextHideFormItem; // SfxBoolItem
155item BOOL XFormTextOutlineItem; // SfxBoolItem
156item INT32 XFormTextShadowItem; // SfxEnumItem
157item INT32 XFormTextShadowColorItem; // XColorItem
158item INT32 XFormTextShadowXValItem; // SfxMetricItem/SfxInt32Item
159item INT32 XFormTextShadowYValItem; // SfxMetricItem/SfxInt32Item
167item INT32 XLineWidthItem;
168item INT32 XFormTextStyleItem;
169item INT32 XFormTextAdjustItem;
170
171item INT32 XFormTextDistanceItem; // SfxInt32Item
172item INT32 XFormTextStartItem; // SfxInt32Item
173item BOOL XFormTextMirrorItem; // SfxBoolItem
174
175item INT32 XFormTextStdFormItem; // SfxEnumItem
176item BOOL XFormTextHideFormItem; // SfxBoolItem
177item BOOL XFormTextOutlineItem; // SfxBoolItem
178item INT32 XFormTextShadowItem; // SfxEnumItem
179item INT32 XFormTextShadowColorItem; // XColorItem
180item INT32 XFormTextShadowXValItem; // SfxMetricItem/SfxInt32Item
181item INT32 XFormTextShadowYValItem; // SfxMetricItem/SfxInt32Item
182
183item XFillGradient XFillFloatTransparenceItem; // XFillGradient
184
185struct AffineMatrix2D
186{
187// com::sun::star::geometry::AffineMatrix2D
188// found no way to define doubles in *.sdi, so commenting out for now
189
190 float m00 MID_AFFINEMATRIX2D_M00;
191 float m01 MID_AFFINEMATRIX2D_M01;
192 float m02 MID_AFFINEMATRIX2D_M02;
193 float m10 MID_AFFINEMATRIX2D_M10;
194 float m11 MID_AFFINEMATRIX2D_M11;
195 float m12 MID_AFFINEMATRIX2D_M12;
196};
197item AffineMatrix2D AffineMatrixItem;
198
199// eof