| /trunk/main/stoc/test/excomp/ |
| H A D | excomp2.cxx | 60 , 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 D | excomp1.cxx | 54 class ExampleComponent1Impl : public WeakImplHelper2< XTest, XServiceInfo > 136 XTest *pXTest = (XTest*) new ExampleComponent1Impl(rSMgr); in ExampleComponent1_CreateInstance()
|
| H A D | excomp.cxx | 111 …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 D | makefile.mk | 108 ALLIDLFILES:= example$/XTest.idl example$/ExampleComponent1.idl example$/ExampleComponent2.idl
|
| /trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | StopMessageDispatcherTest.java | 58 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 D | Bug110892_Test.java | 67 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 D | Bug108825_Test.java | 60 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 D | MethodIdTest.java | 59 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 D | types.idl | 31 interface XTest { 35 service CppTest: XTest; 37 service JavaTest: XTest;
|
| H A D | Tester.java | 30 import test.types.XTest; 38 private static void testService(XTest test, String name) { in testService()
|
| H A D | JavaTest.java | 31 import test.types.XTest; 33 public final class JavaTest implements XTest {
|
| H A D | cppmain.cc | 85 ::css::uno::Reference< test::types::XTest > const & test, 218 ::css::uno::Reference< test::types::XTest > const & test, in test()
|
| H A D | cpptest.cc | 49 class Service: public cppu::WeakImplHelper1< test::types::XTest > {
|
| /trunk/main/cli_ure/qa/climaker/ |
| H A D | types.idl | 55 interface XTest { 285 XTest iTest; 309 service S1: XTest { 470 service S2: XTest; 472 service S3 { interface XTest; }; 474 singleton S4: XTest;
|
| H A D | climaker.cs | 581 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 D | testobjects.cs | 38 class Component:uno.util.WeakComponentBase, XTest
|
| /trunk/main/bridges/test/java_uno/acquire/ |
| H A D | TestAcquire.java | 67 XTest test = UnoRuntime.queryInterface( in execClient() 68 XTest.class, UnoUrlResolver.create(context).resolve(url)); in execClient() 197 return new XTest() { in getInstance()
|
| H A D | testacquire.cxx | 191 css::lang::XServiceInfo, css::lang::XMain, test::javauno::acquire::XTest > 359 css::uno::Reference< XTest > test( in run()
|
| H A D | types.idl | 32 interface XTest: com::sun::star::uno::XInterface
|
| /trunk/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/ |
| H A D | types.idl | 45 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 D | ExampleComponent2.idl | 26 #include <example/XTest.idl> 33 interface XTest;
|
| H A D | ExampleComponent1.idl | 26 #include <example/XTest.idl> 33 interface XTest;
|
| H A D | XTest.idl | 35 interface XTest : com::sun::star::uno::XInterface
|
| /trunk/main/udkapi/com/sun/star/test/ |
| H A D | XTest.idl | 47 published interface XTest: com::sun::star::uno::XInterface 140 <member>XTest::addTestListener()</member>.
|
| /trunk/main/codemaker/test/cppumaker/ |
| H A D | types.idl | 43 interface XTest { 95 service S1: XTest { 185 service S2: XTest; 187 service S3 { interface XTest; };
|