xoitems.sdi (ee093554) xoitems.sdi (1e9c32af)
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
167item INT32 XLineWidthItem;
168item INT32 XFormTextStyleItem;
169item INT32 XFormTextAdjustItem;
170
171item INT32 XFormTextDistanceItem; // SfxInt32Item
172item INT32 XFormTextStartItem; // SfxInt32Item
173item BOOL XFormTextMirrorItem; // SfxBoolItem
174
145item INT32 XLineWidthItem;
146item INT32 XFormTextStyleItem;
147item INT32 XFormTextAdjustItem;
148
149item INT32 XFormTextDistanceItem; // SfxInt32Item
150item INT32 XFormTextStartItem; // SfxInt32Item
151item BOOL XFormTextMirrorItem; // SfxBoolItem
152
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
153item BOOL XFormTextHideFormItem; // SfxBoolItem
154item BOOL XFormTextOutlineItem; // SfxBoolItem
155item INT32 XFormTextShadowItem; // SfxEnumItem
156item INT32 XFormTextShadowColorItem; // XColorItem
157item INT32 XFormTextShadowXValItem; // SfxMetricItem/SfxInt32Item
158item INT32 XFormTextShadowYValItem; // SfxMetricItem/SfxInt32Item
182
183item XFillGradient XFillFloatTransparenceItem; // XFillGradient
184
185// eof