Lines Matching refs:Context
37 public class Context: ucss.uno.XComponentContext class
46 public Context(test_kind k, params object[] args) in Context() method in Context
78 public Factory(Context.test_kind k, params object[] args) { in Factory()
80 if (k == Context.test_kind.TEST_EXCEPTION) in Factory()
86 unoidl.com.sun.star.uno.XComponentContext Context) { in createInstanceWithArgumentsAndContext() argument
89 return new Component(Context, Arguments); in createInstanceWithArgumentsAndContext()
100 unoidl.com.sun.star.uno.XComponentContext Context) { in createInstanceWithContext() argument
103 return new Component(Context); in createInstanceWithContext()
471 S1.create1(new Context(Context.test_kind.TEST_EXCEPTION, excRuntime)); in testS1()
474 && e.Context == obj); in testS1()
479 Context c = new Context(Context.test_kind.TEST_EXCEPTION, excException); in testS1()
485 l.assure(e.Message.IndexOf(excException.Message) != -1 && e.Context == c); in testS1()
495 S1.create2(new Context(Context.test_kind.TEST_EXCEPTION, excRuntime)); in testS1()
498 && e.Context == obj); in testS1()
504 S1.create2(new Context(Context.test_kind.TEST_EXCEPTION, excIllegalAccess)); in testS1()
507 && e.Context == obj); in testS1()
513 S1.create2(new Context(Context.test_kind.TEST_EXCEPTION, excException)); in testS1()
516 && e.Context == obj); in testS1()
526 S1.create3(new Context(Context.test_kind.TEST_EXCEPTION, excDeployment), in testS1()
530 && e.Context == obj); in testS1()
536 S1.create3(new Context(Context.test_kind.TEST_EXCEPTION, excIllegalAccess), in testS1()
540 && e.Context == obj); in testS1()
545 c = new Context(Context.test_kind.TEST_EXCEPTION, excInvalidListener); in testS1()
550 && e.Context == c); in testS1()
558 S1.create2(new Context(Context.test_kind.NO_FACTORY)); in testS1()
569 S1.create2(new Context(Context.test_kind.CREATION_FAILED)); in testS1()
579 c = new Context(Context.test_kind.NORMAL); in testS1()
809 c = new Context(Context.test_kind.NORMAL); in testS1()
1025 Context c = new Context(Context.test_kind.NORMAL); in testSingletons()
1035 c = new Context(Context.test_kind.CREATION_FAILED); in testSingletons()
1211 Context c = new Context(Context.test_kind.NORMAL); in testInterface()