Home
last modified time | relevance | path

Searched refs:XTest (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/stoc/test/excomp/
H A Dexcomp2.cxx60 , public XTest
111 static_cast< XTest * >( this ) ); in queryInterface()
133 ::getCppuType( (const Reference< XTest > *)0 ) ); in getTypes()
206 XTest *pXTest = (XTest*) new ExampleComponent2Impl(rSMgr); in ExampleComponent2_CreateInstance()
H A Dexcomp1.cxx54 class ExampleComponent1Impl : public WeakImplHelper2< XTest, XServiceInfo >
136 XTest *pXTest = (XTest*) new ExampleComponent1Impl(rSMgr); in ExampleComponent1_CreateInstance()
H A Dexcomp.cxx111 …Reference< XTest > xTest1( xSMgr->createInstance(OUString::createFromAscii("example.ExampleCompone… in SAL_IMPLEMENT_MAIN()
114 …Reference< XTest > xTest2( xSMgr->createInstance(OUString::createFromAscii("example.ExampleCompone… in SAL_IMPLEMENT_MAIN()
H A Dmakefile.mk108 ALLIDLFILES:= example$/XTest.idl example$/ExampleComponent1.idl example$/ExampleComponent2.idl
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DStopMessageDispatcherTest.java58 XTest test = UnoRuntime.queryInterface( in run()
59 XTest.class, getBridge(context).getInstance("Test")); in run()
92 return new XTest() { in getInstance()
98 public interface XTest extends XInterface { interface in StopMessageDispatcherTest
H A DBug110892_Test.java67 XTest test = UnoRuntime.queryInterface( in run()
68 XTest.class, getBridge(context).getInstance("Test")); in run()
91 return new XTest() { in getInstance()
115 public interface XTest extends XInterface {
H A DBug108825_Test.java60 XTest test = UnoRuntime.queryInterface( in run()
61 XTest.class, getBridge(context).getInstance("Test")); in run()
112 return new XTest() { in getInstance()
144 public interface XTest extends XInterface {
H A DMethodIdTest.java59 XTest t = UnoRuntime.queryInterface( in run()
60 XTest.class, getBridge(context).getInstance("Test")); in run()
67 return new XTest() { in getInstance()
203 public interface XTest extends XInterface {
/trunk/main/ure/source/uretest/
H A Dtypes.idl31 interface XTest {
35 service CppTest: XTest;
37 service JavaTest: XTest;
H A DTester.java30 import test.types.XTest;
38 private static void testService(XTest test, String name) { in testService()
H A DJavaTest.java31 import test.types.XTest;
33 public final class JavaTest implements XTest {
H A Dcppmain.cc85 ::css::uno::Reference< test::types::XTest > const & test,
218 ::css::uno::Reference< test::types::XTest > const & test, in test()
H A Dcpptest.cc49 class Service: public cppu::WeakImplHelper1< test::types::XTest > {
/trunk/main/cli_ure/qa/climaker/
H A Dtypes.idl55 interface XTest {
285 XTest iTest;
309 service S1: XTest {
470 service S2: XTest;
472 service S3 { interface XTest; };
474 singleton S4: XTest;
H A Dclimaker.cs581 XTest xTest = S1.create1(c); in testS1()
880 XTest xTest = S1.create6(c, in testS1()
1027 XTest obj = S4.get(c); in testSingletons()
1037 XTest obj = S4.get(c); in testSingletons()
1051 Type typeXTest = typeof(unoidl.test.cliure.climaker.XTest); in testAttributes()
1212 XTest obj = S1.create1(c); in testInterface()
1225 Type aType = typeof(XTest); in testInterface()
1226 Any aAny = new Any(typeof(XTest), obj); in testInterface()
H A Dtestobjects.cs38 class Component:uno.util.WeakComponentBase, XTest
/trunk/main/bridges/test/java_uno/acquire/
H A DTestAcquire.java67 XTest test = UnoRuntime.queryInterface( in execClient()
68 XTest.class, UnoUrlResolver.create(context).resolve(url)); in execClient()
197 return new XTest() { in getInstance()
H A Dtestacquire.cxx191 css::lang::XServiceInfo, css::lang::XMain, test::javauno::acquire::XTest >
359 css::uno::Reference< XTest > test( in run()
H A Dtypes.idl32 interface XTest: com::sun::star::uno::XInterface
/trunk/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/
H A Dtypes.idl45 interface XTest {
192 service S1: XTest {
303 service S2: XTest;
305 service S3 { interface XTest; };
374 singleton S4: XTest;
/trunk/main/stoc/test/excomp/example/
H A DExampleComponent2.idl26 #include <example/XTest.idl>
33 interface XTest;
H A DExampleComponent1.idl26 #include <example/XTest.idl>
33 interface XTest;
H A DXTest.idl35 interface XTest : com::sun::star::uno::XInterface
/trunk/main/udkapi/com/sun/star/test/
H A DXTest.idl47 published interface XTest: com::sun::star::uno::XInterface
140 <member>XTest::addTestListener()</member>.
/trunk/main/codemaker/test/cppumaker/
H A Dtypes.idl43 interface XTest {
95 service S1: XTest {
185 service S2: XTest;
187 service S3 { interface XTest; };

12