Searched refs:aMyServiceName (Results 1 – 1 of 1) sorted by relevance
523 String aMyServiceName = new String( "com.sun.star.chart.BarDiagram" ); in testChartType() local528 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() local782 XDiagram.class, xFact.createInstance( aMyServiceName )); in testStockProperties()783 assertTrue( aMyServiceName + " could not be created", xDia != null ); in testStockProperties()