Home
last modified time | relevance | path

Searched refs:aMyServiceName (Results 1 – 1 of 1) sorted by relevance

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java523 String aMyServiceName = new String( "com.sun.star.chart.BarDiagram" ); in testChartType() local
528 if( aServices[ i ].equals( aMyServiceName )) in testChartType()
534 … assertTrue( "getAvailableServiceNames did not return " + aMyServiceName, bServiceFound ); in testChartType()
539 XDiagram.class, xFact.createInstance( aMyServiceName )); in testChartType()
540 assertTrue( aMyServiceName + " could not be created", xDia != null ); in testChartType()
780 String aMyServiceName = new String( "com.sun.star.chart.StockDiagram" ); in testStockProperties() local
782 XDiagram.class, xFact.createInstance( aMyServiceName )); in testStockProperties()
783 assertTrue( aMyServiceName + " could not be created", xDia != null ); in testStockProperties()