xoitems.sdi (bc14b2c4) xoitems.sdi (ee093554)
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

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

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
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

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

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// double m00 MID_AFFINEMATRIX2D_M00;
191// double m01 MID_AFFINEMATRIX2D_M01;
192// double m02 MID_AFFINEMATRIX2D_M02;
193// double m10 MID_AFFINEMATRIX2D_M10;
194// double m11 MID_AFFINEMATRIX2D_M11;
195// double m12 MID_AFFINEMATRIX2D_M12;
196};
197item AffineMatrix2D AffineMatrixItem;
198
199// eof
185// eof