Lines Matching refs:AnyConverter

45 import com.sun.star.uno.AnyConverter;
159 assure( "Property HasMainTitle", AnyConverter.toBoolean( in testTitle()
175 … float fNewHeight = AnyConverter.toFloat( xTitleProp.getPropertyValue( "CharHeight" ) ); in testTitle()
178 String aNewTitle = AnyConverter.toString( xTitleProp.getPropertyValue( "String" ) ); in testTitle()
209 assure( "Property HasSubTitle", AnyConverter.toBoolean( in testSubTitle()
227 int nNewColor = AnyConverter.toInt( xTitleProp.getPropertyValue( "CharColor" ) ); in testSubTitle()
230 … float fNewWeight = AnyConverter.toFloat( xTitleProp.getPropertyValue( "CharWeight" ) ); in testSubTitle()
233 … float fNewHeight = AnyConverter.toFloat( xTitleProp.getPropertyValue( "CharHeight" ) ); in testSubTitle()
264 int nNewColor = AnyConverter.toInt( xProp.getPropertyValue( "FillColor" ) ); in testDiagram()
278 boolean bNewFirstYAxisText = AnyConverter.toBoolean( in testDiagram()
300 boolean bNewSecYAxisValue = AnyConverter.toBoolean( in testDiagram()
372 assure( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()
373 fMax1 = AnyConverter.toDouble( oMax ); in testAxis()
379 assure( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()
380 fMax2 = AnyConverter.toDouble( oMax ); in testAxis()
388 … assure( "AutoMax is on", ! AnyConverter.toBoolean( xProp.getPropertyValue( "AutoMax" )) ); in testAxis()
392 AnyConverter.toDouble( xProp.getPropertyValue( "Max" )), in testAxis()
396 … assure( "AutoMin is off", AnyConverter.toBoolean( xProp.getPropertyValue( "AutoMin" )) ); in testAxis()
401 AnyConverter.toDouble( xProp.getPropertyValue( "Origin" )), in testAxis()
404 … assure( "AutoOrigin is off", AnyConverter.toBoolean( xProp.getPropertyValue( "AutoOrigin" )) ); in testAxis()
406 assure( "No Origin set", AnyConverter.isDouble( oOrigin )); in testAxis()
407 log.println( "Origin retrieved: " + AnyConverter.toDouble( oOrigin )); in testAxis()
411 AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis()
414 ! AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis()
419 AnyConverter.toInt( xProp.getPropertyValue( "LineColor" )) == nNewColor ); in testAxis()
423AnyConverter.toFloat( xProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testAxis()
428AnyConverter.toInt( xProp.getPropertyValue( "TextRotation" )) == nNewTextRotation ); in testAxis()
433 AnyConverter.toDouble( xProp.getPropertyValue( "StepMain" )) == fStepMain ); in testAxis()
441 AnyConverter.toDouble( xProp.getPropertyValue( "StepHelp" )) == fStepHelp ); in testAxis()
444 assure( "Property DisplayLabels", ! AnyConverter.toBoolean( in testAxis()
470 AnyConverter.toObject( in testLegend()
477AnyConverter.toFloat( xLegendProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testLegend()
527 int nNewColor = AnyConverter.toInt( xArea.getPropertyValue( "FillColor" ) ); in testArea()
574 AnyConverter.toBoolean( in testChartType()
579 ! AnyConverter.toBoolean( in testChartType()
584 AnyConverter.toBoolean( in testChartType()
633 int nNewColor = AnyConverter.toInt( xProp.getPropertyValue( "FillColor" ) ); in testDataSeriesAndPoints()
661 … String aNewGradientName = AnyConverter.toString( xProp.getPropertyValue( "FillGradientName" )); in testDataSeriesAndPoints()
663 Gradient aNewGradient = (Gradient) AnyConverter.toObject( in testDataSeriesAndPoints()
698 … String aNewHatchName = AnyConverter.toString( xProp.getPropertyValue( "FillHatchName" )); in testDataSeriesAndPoints()
700 Hatch aNewHatch = (Hatch) AnyConverter.toObject( in testDataSeriesAndPoints()
707 … assure( "FillBackground", AnyConverter.toBoolean( xProp.getPropertyValue( "FillBackground" )) ); in testDataSeriesAndPoints()
729 … assure( "No MeanValue", AnyConverter.toBoolean( xProp.getPropertyValue( "MeanValue" )) ); in testStatistics()
750 AnyConverter.toObject( in setStockData_Type4()
816 assure( "Has Volume", AnyConverter.toBoolean( xDiaProp.getPropertyValue( "Volume" ))); in testStockProperties()
819 assure( "Has UpDown", AnyConverter.toBoolean( xDiaProp.getPropertyValue( "UpDown" ))); in testStockProperties()
830 int nNewColor = AnyConverter.toInt( xMinMaxProp.getPropertyValue( "LineColor" ) ); in testStockProperties()
887 AnyConverter.toObject( in testData()
1006 AnyConverter.toObject( in getComponentContext()