Lines Matching refs:context
76 Reference< XComponentContext > context= bootstrap_InitialComponentContext(xreg); in test1() local
77 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test1()
79 Reference<XInterface> xint1= fac->createInstanceWithContext( sService1, context); in test1()
98 Reference<XComponent> xcomp( context, UNO_QUERY); in test1()
111 Reference< XComponentContext > context= bootstrap_InitialComponentContext(xreg); in test2() local
112 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test2()
114 Reference<XInterface> xint= fac->createInstanceWithContext( sService2, context); in test2()
132 Reference<XComponent> xcomp( context, UNO_QUERY); in test2()
144 Reference< XComponentContext > context= bootstrap_InitialComponentContext(xreg); in test3() local
146 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test3()
148 Reference<XInterface> xint= fac->createInstanceWithContext( sService, context); in test3()
167 Reference<XComponent> xcomp( context, UNO_QUERY); in test3()
200 Reference< XComponentContext > context= bootstrap_InitialComponentContext(xreg); in test4() local
201 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test4()
203 Reference<XInterface> xint= fac->createInstanceWithContext( sService4, context); in test4()
213 Reference<XComponent> xcomp( context, UNO_QUERY); in test4()