Home
last modified time | relevance | path

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

/aoo42x/main/chart2/qa/
H A DTestCaseOldAPI.java547 String aMyServiceName = new String( "com.sun.star.chart.BarDiagram" ); in testChartType() local
552 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() local
806 XDiagram.class, xFact.createInstance( aMyServiceName )); in testStockProperties()
807 assure( aMyServiceName + " could not be created", xDia != null ); in testStockProperties()

Completed in 35 milliseconds