Lines Matching refs:xContext
166 private final XMultiServiceFactory getSMgr( XComponentContext xContext ) in getSMgr() argument
168 if (xContext != null) in getSMgr()
171 XMultiServiceFactory.class, xContext.getServiceManager() ); in getSMgr()
182 XComponentContext xContext ) in createInstanceWithContext() argument
189 args = new Object [] { xContext, _xRegistryKey, new Object[ 0 ] }; in createInstanceWithContext()
192 args = new Object [] { xContext, _xRegistryKey }; in createInstanceWithContext()
195 args = new Object [] { xContext, new Object[ 0 ] }; in createInstanceWithContext()
198 args = new Object [] { xContext }; in createInstanceWithContext()
201 args = new Object [] { getSMgr( xContext ), _xRegistryKey, new Object[ 0 ] }; in createInstanceWithContext()
204 args = new Object [] { getSMgr( xContext ), _xRegistryKey }; in createInstanceWithContext()
207 args = new Object [] { getSMgr( xContext ), new Object[ 0 ] }; in createInstanceWithContext()
210 args = new Object [] { getSMgr( xContext ) }; in createInstanceWithContext()
248 Object rArguments[], XComponentContext xContext ) in createInstanceWithArgumentsAndContext() argument
257 args = new Object [] { xContext, _xRegistryKey, rArguments }; in createInstanceWithArgumentsAndContext()
261 args = new Object [] { xContext, _xRegistryKey }; in createInstanceWithArgumentsAndContext()
264 args = new Object [] { xContext, rArguments }; in createInstanceWithArgumentsAndContext()
268 args = new Object [] { xContext }; in createInstanceWithArgumentsAndContext()
271 args = new Object [] { getSMgr( xContext ), _xRegistryKey, rArguments }; in createInstanceWithArgumentsAndContext()
275 args = new Object [] { getSMgr( xContext ), _xRegistryKey }; in createInstanceWithArgumentsAndContext()
278 args = new Object [] { getSMgr( xContext ), rArguments }; in createInstanceWithArgumentsAndContext()
282 args = new Object [] { getSMgr( xContext ) }; in createInstanceWithArgumentsAndContext()