Searched refs:aMyServiceName (Results 1 – 1 of 1) sorted by relevance
547 String aMyServiceName = new String( "com.sun.star.chart.BarDiagram" ); in testChartType() local552 if( aServices[ i ].equals( aMyServiceName )) in testChartType()558 assure( "getAvailableServiceNames did not return " + aMyServiceName, bServiceFound ); in testChartType()563 XDiagram.class, xFact.createInstance( aMyServiceName )); in testChartType()564 assure( aMyServiceName + " could not be created", xDia != null ); in testChartType()804 String aMyServiceName = new String( "com.sun.star.chart.StockDiagram" ); in testStockProperties() local806 XDiagram.class, xFact.createInstance( aMyServiceName )); in testStockProperties()807 assure( aMyServiceName + " could not be created", xDia != null ); in testStockProperties()
Completed in 18 milliseconds