Searched refs:_xRegistryKey (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/jurt/com/sun/star/comp/loader/ |
H A D | FactoryHelper.java | 79 protected XRegistryKey _xRegistryKey; field in FactoryHelper.Factory 94 _xRegistryKey = xRegistryKey; in Factory() 189 args = new Object [] { xContext, _xRegistryKey, new Object[ 0 ] }; in createInstanceWithContext() 192 args = new Object [] { xContext, _xRegistryKey }; in createInstanceWithContext() 201 args = new Object [] { getSMgr( xContext ), _xRegistryKey, new Object[ 0 ] }; in createInstanceWithContext() 204 args = new Object [] { getSMgr( xContext ), _xRegistryKey }; in createInstanceWithContext() 257 args = new Object [] { xContext, _xRegistryKey, rArguments }; in createInstanceWithArgumentsAndContext() 261 args = new Object [] { xContext, _xRegistryKey }; in createInstanceWithArgumentsAndContext() 271 args = new Object [] { getSMgr( xContext ), _xRegistryKey, rArguments }; in createInstanceWithArgumentsAndContext() 275 args = new Object [] { getSMgr( xContext ), _xRegistryKey }; in createInstanceWithArgumentsAndContext()
|
Completed in 8 milliseconds