Lines Matching refs:property

68     [property] FillStyle FillStyle;
71 /** If the property <member>FillStyle</member> is set to <const>
74 [property] com::sun::star::util::Color FillColor;
79 <p>This property is only valid if the property <member>FillStyle
82 [property] short FillTransparence;
90 [property] string FillTransparenceGradientName;
96 [optional, property] com::sun::star::awt::Gradient FillTransparenceGradient;
99 /** If the property <member>FillStyle</member> is set to <const>
103 [property] string FillGradientName;
106 /** If the property <member>FillStyle</member> is set to <const>
109 [optional, property] com::sun::star::awt::Gradient FillGradient;
112 /** If the property <member>FillStyle</member> is set to <const>
116 [property] string FillHatchName;
119 /** If the property <member>FillStyle</member> is set to <const>
122 [optional, property] Hatch FillHatch;
128 [property] boolean FillBackground;
131 /** If the property <memebr>FillStyle</member> is set to <const>
135 [property] string FillBitmapName;
138 /** If the property <member>FillStyle</member> is set to <const>
141 [optional, property] com::sun::star::awt::XBitmap FillBitmap;
144 /** If the property <member>FillStyle</member> is set to <const>
147 [optional, property] string FillBitmapURL;
154 [property] short FillBitmapPositionOffsetX;
161 [property] short FillBitmapPositionOffsetY;
167 [property] short FillBitmapOffsetX;
173 [property] short FillBitmapOffsetY;
179 [property] RectanglePoint FillBitmapRectanglePoint;
189 [property] boolean FillBitmapLogicalSize;
194 <p>Depending on the property <member>FillBitmapLogicalSize</member>,
197 [property] long FillBitmapSizeX;
202 <p>Depending on the property <member>FillBitmapLogicalSize</member>,
205 [property] long FillBitmapSizeY;
210 <p>This property corresponds to the properties <member>
213 <p>If set to <const>BitmapMode::REPEAT</const>, the property
214 FillBitmapStretch is set to <FALSE/>, and the property FillBitmapTile
217 <p>If set to <const>BitmapMode::STRETCH</const>, the property
218 FillBitmapStretch is set to <TRUE/>, and the property FillBitmapTile
224 [property] BitmapMode FillBitmapMode;
229 <p>This property should not be used anymore and is included here for
230 completeness. The <member>FillBitmapMode</member> property can be used
233 <p>If set to <TRUE/>, the value of the FillBitmapMode property changes
235 the property <member>FillBitmapTile</member> is <TRUE/> too.</p>
237 <p>If set to <FALSE/>, the value of the FillBitmapMode property
240 <member>FillBitmapTile</member> property.</p>
242 [optional, property] boolean FillBitmapStretch;
247 <p>This property should not be used anymore and is included here for
248 completeness. The <member>FillBitmapMode</member> property can be used
251 <p>If set to <TRUE/>, the value of the FillBitmapMode property changes
253 the property <member>FillBitmapStretch</member> is <TRUE/> too.</p>
255 <p>If set to <FALSE/>, the value of the FillBitmapMode property
258 <member>FillBitmapStretch</member> property.</p>
260 [optional, property] boolean FillBitmapTile;