Lines Matching refs:xFact
541 XMultiServiceFactory xFact = (XMultiServiceFactory) UnoRuntime.queryInterface( in testChartType() local
543 assure( "document is no factory", xFact != null ); in testChartType()
548 String aServices[] = xFact.getAvailableServiceNames(); in testChartType()
563 XDiagram.class, xFact.createInstance( aMyServiceName )); in testChartType()
625 XMultiServiceFactory xFact = (XMultiServiceFactory) UnoRuntime.queryInterface( in testDataSeriesAndPoints() local
627 assure( "document is no factory", xFact != null ); in testDataSeriesAndPoints()
643 xFact.createInstance( "com.sun.star.drawing.GradientTable" )); in testDataSeriesAndPoints()
685 xFact.createInstance( "com.sun.star.drawing.HatchTable" )); in testDataSeriesAndPoints()
800 XMultiServiceFactory xFact = (XMultiServiceFactory) UnoRuntime.queryInterface( in testStockProperties() local
802 assure( "document is no factory", xFact != null ); in testStockProperties()
806 XDiagram.class, xFact.createInstance( aMyServiceName )); in testStockProperties()
846 XMultiServiceFactory xFact = (XMultiServiceFactory) UnoRuntime.queryInterface( in testFactory() local
848 assure( "document is no factory", xFact != null ); in testFactory()
850 Object aTestTable = xFact.createInstance( "com.sun.star.drawing.GradientTable" ); in testFactory()
996 private XComponentContext getComponentContext( XMultiServiceFactory xFact ) in getComponentContext() argument
1001 XPropertySet.class, xFact ); in getComponentContext()