Lines Matching refs:setPropertyValue
172 aDiaProp.setPropertyValue( "Lines", new Boolean( true )); in testDiagram()
176 aDiaProp.setPropertyValue( "LineWidth", new Integer( 50 )); in testDiagram()
193 aSeriesProp.setPropertyValue( "LineColor", new Integer( in testDataRowProperties()
209 … aSeriesProp.setPropertyValue( "SymbolType", new Integer( ChartSymbolType.BITMAPURL )); in testDataRowProperties()
210 aSeriesProp.setPropertyValue( "SymbolBitmapURL", sUrl.toString() ); in testDataRowProperties()
214 … aSeriesProp.setPropertyValue( "SymbolType", new Integer( ChartSymbolType.SYMBOL1 )); in testDataRowProperties()
215 aSeriesProp.setPropertyValue( "SymbolSize", new Size( 250, 250 )); in testDataRowProperties()
256 aPointProp.setPropertyValue( "SymbolType", new Integer( ChartSymbolType.SYMBOL6 )); in testDataPointProperties()
257 aPointProp.setPropertyValue( "SymbolSize", new Size( 600, 600 )); in testDataPointProperties()
260 aPointProp.setPropertyValue( "DataCaption", new Integer( ChartDataCaption.VALUE )); in testDataPointProperties()
261 aPointProp.setPropertyValue( "CharHeight", new Float( 14.0 )); in testDataPointProperties()
262 aPointProp.setPropertyValue( "CharColor", new Integer( 0x993366 )); in testDataPointProperties()
263 aPointProp.setPropertyValue( "CharWeight", new Float( FontWeight.BOLD )); in testDataPointProperties()
282 aArea.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testArea()
283 aArea.setPropertyValue( "FillColor", new Integer( 0xeeeeee )); in testArea()
297 aWall.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testWall()
298 aWall.setPropertyValue( "FillColor", new Integer( 0xcccccc )); in testWall()
310 aDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle()
318 aTitleProp.setPropertyValue( "String", "Random Scatter Chart" ); in testTitle()
319 aTitleProp.setPropertyValue( "CharHeight", new Float(14.0) ); in testTitle()
348 aAxisProp.setPropertyValue( "Max", new Integer( 24 )); in testAxis()
349 aAxisProp.setPropertyValue( "StepMain", new Integer( 3 )); in testAxis()
372 aAxisProp.setPropertyValue( "NumberFormat", new Integer( nNewNumberFormat )); in testAxis()
398 aGridProp.setPropertyValue( "LineColor", new Integer( 0x999999 )); in testGrid()
399 aGridProp.setPropertyValue( "LineStyle", LineStyle.DASH ); in testGrid()
400 aGridProp.setPropertyValue( "LineDash", aDash ); in testGrid()
401 aGridProp.setPropertyValue( "LineWidth", new Integer( 30 )); in testGrid()