Lines Matching refs:aDiaProp

152 		XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface(  in testAreaBordersProperties()  local
154 aDiaProp.setPropertyValue("LineStyle", LineStyle.DASH); in testAreaBordersProperties()
155 aDiaProp.setPropertyValue("LineColor", 0x00ff00); in testAreaBordersProperties()
160 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testAreaBordersProperties()
164 aDiaProp.getPropertyValue("LineStyle")); in testAreaBordersProperties()
166 aDiaProp.getPropertyValue("LineColor")); in testAreaBordersProperties()
178 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testAreaFillProperties() local
180 aDiaProp.setPropertyValue("FillStyle", FillStyle.GRADIENT); in testAreaFillProperties()
181 aDiaProp.setPropertyValue("FillGradientName", "Radial red/yellow"); in testAreaFillProperties()
185 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testAreaFillProperties()
189 aDiaProp.getPropertyValue("FillStyle")); in testAreaFillProperties()
191 aDiaProp.getPropertyValue("FillGradientName")); in testAreaFillProperties()
203 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testAreaTransparencyProperties() local
205 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testAreaTransparencyProperties()
206 aDiaProp.setPropertyValue("FillColor", 0xffff00); in testAreaTransparencyProperties()
207 aDiaProp.setPropertyValue("FillTransparence", 50); in testAreaTransparencyProperties()
211 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testAreaTransparencyProperties()
215 aDiaProp.getPropertyValue("FillTransparence")); in testAreaTransparencyProperties()
228 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendBorderProperties() local
230 aDiaProp.setPropertyValue("LineStyle", LineStyle.DASH); in testLegendBorderProperties()
231 aDiaProp.setPropertyValue("LineColor", 0x00ff00); in testLegendBorderProperties()
235 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendBorderProperties()
239 aDiaProp.getPropertyValue("LineStyle")); in testLegendBorderProperties()
241 aDiaProp.getPropertyValue("LineColor")); in testLegendBorderProperties()
253 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendFillAndTransparence() local
255 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testLegendFillAndTransparence()
256 aDiaProp.setPropertyValue("FillColor", 0xffff00); in testLegendFillAndTransparence()
257 aDiaProp.setPropertyValue("FillTransparence", 50); in testLegendFillAndTransparence()
261 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendFillAndTransparence()
266 aDiaProp.getPropertyValue("FillTransparence")); in testLegendFillAndTransparence()
278 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendCharFont() local
280 aDiaProp.setPropertyValue("CharFontName", "Arial"); in testLegendCharFont()
281 aDiaProp.setPropertyValue("CharWeight", FontWeight.BOLD); in testLegendCharFont()
285 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendCharFont()
289 aDiaProp.getPropertyValue("CharFontName")); in testLegendCharFont()
291 aDiaProp.getPropertyValue("CharWeight")); in testLegendCharFont()
303 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendCharFontEffects() local
305 aDiaProp.setPropertyValue("CharColor", 0xffff00); in testLegendCharFontEffects()
306 aDiaProp.setPropertyValue("CharUnderline", FontUnderline.DOUBLE); in testLegendCharFontEffects()
307 aDiaProp.setPropertyValue("CharUnderlineColor", 0xffff00); in testLegendCharFontEffects()
308 aDiaProp.setPropertyValue("CharRelief", FontRelief.ENGRAVED); in testLegendCharFontEffects()
313 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendCharFontEffects()
317 aDiaProp.getPropertyValue("CharColor")); in testLegendCharFontEffects()
320 aDiaProp.getPropertyValue("CharUnderline")); in testLegendCharFontEffects()
322 aDiaProp.getPropertyValue("CharUnderlineColor")); in testLegendCharFontEffects()
324 aDiaProp.getPropertyValue("CharRelief")); in testLegendCharFontEffects()
336 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testLegendposition() local
338 aDiaProp.setPropertyValue("Alignment", ChartLegendPosition.LEFT); in testLegendposition()
343 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testLegendposition()
347 aDiaProp.getPropertyValue("Alignment")); in testLegendposition()
360 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testTitleAndSubTitle() local
362 aDiaProp.setPropertyValue("String", "TestTitle"); in testTitleAndSubTitle()
369 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testTitleAndSubTitle()
374 aDiaProp.getPropertyValue("String")); in testTitleAndSubTitle()
378 aDiaProp.setPropertyValue("String", "AnotherTestTitle"); in testTitleAndSubTitle()
397 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testTitleAndSubTitle()
402 aDiaProp.getPropertyValue("String")); in testTitleAndSubTitle()
416 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testDataLabel() local
419 aDiaProp.setPropertyValue("DataCaption", ChartDataCaption.VALUE); in testDataLabel()
424 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testDataLabel()
430 aDiaProp.getPropertyValue("DataCaption")); in testDataLabel()
447 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testGridLine() local
449 aDiaProp.setPropertyValue("LineColor", 0xffff00); in testGridLine()
457 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testGridLine()
460 aDiaProp.getPropertyValue("LineColor")); in testGridLine()
472 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testWall() local
474 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testWall()
475 aDiaProp.setPropertyValue("FillColor", 0xffff00); in testWall()
480 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testWall()
483 aDiaProp.getPropertyValue("FillColor")); in testWall()