Home
last modified time | relevance | path

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

/aoo41x/main/testtools/source/performance/
H A Dubobject.cxx62 , public XPerformanceTest
87 void * p = (XInterface *)(XPerformanceTest *)this; in queryInterface()
90 if (aType == ::getCppuType( (const Reference< XPerformanceTest > *)0 )) in queryInterface()
92 void * p = (XPerformanceTest *)this; in queryInterface()
93 aRet.setValue( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface()
97 void * p = (XPerformanceTest *)this; in queryInterface()
98 Any aDummy( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface()
200 …virtual Reference< XPerformanceTest > SAL_CALL createObject() throw(::com::sun::star::uno::Runtime… in createObject()
240 return Reference< XInterface >( (XPerformanceTest *)new ServiceImpl( xSMgr ) ); in ServiceImpl_create()
H A Dcli_testobj_performance.cs36 public class PerformanceTestObject : ServiceBase, XPerformanceTest
85 public XPerformanceTest createObject( ) { return new PerformanceTestObject(); } in createObject()
H A Dubtest.cxx573 Reference< XPerformanceTest > xBench( xInstance, UNO_QUERY ); in benchmark()
580 const Type & rKnownType = ::getCppuType( (const Reference< XPerformanceTest > *)0 ); in benchmark()
636 Reference< XPerformanceTest > xBench2( xBench ); in benchmark()
/aoo41x/main/bridges/test/
H A Dtestcomp.cxx116 , public XPerformanceTest
141 void * p = (XInterface *)(XPerformanceTest *)this; in queryInterface()
144 if (aType == ::getCppuType( (const Reference< XPerformanceTest > *)0 )) in queryInterface()
146 void * p = (XPerformanceTest *)this; in queryInterface()
147 aRet.setValue( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface()
151 void * p = (XPerformanceTest *)this; in queryInterface()
152 Any aDummy( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface()
254 …virtual Reference< XPerformanceTest > SAL_CALL createObject() throw(::com::sun::star::uno::Runtime… in createObject()
H A Dtestclient.cxx69 void doPerformanceTest( const Reference < XPerformanceTest > & /* xBench */) in doPerformanceTest() argument
H A Dmakefile.mk76 com.sun.star.test.performance.XPerformanceTest \
/aoo41x/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl82 published interface XPerformanceTest : com::sun::star::uno::XInterface
93 XPerformanceTest createObject();
H A Dmakefile.mk36 XPerformanceTest.idl
/aoo41x/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java32 import com.sun.star.test.performance.XPerformanceTest;
68 …static public class _PerformancTestObject implements XPerformanceTest, XServiceInfo, XTypeProvider…
181 public XPerformanceTest createObject( ) throws com.sun.star.uno.RuntimeException { in createObject()
286 …return new Type[]{new Type(XPerformanceTest.class), new Type(XServiceInfo.class), new Type(XTypePr… in getTypes()

Completed in 65 milliseconds