Lines Matching refs:xComp
274 XComponent xComp = (XComponent)UnoRuntime.queryInterface( in cleanup() local
276 if (xComp != null) in cleanup()
277 xComp.dispose(); in cleanup()
278 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
280 if (xComp != null) in cleanup()
281 xComp.dispose(); in cleanup()
282 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
284 if (xComp != null) in cleanup()
285 xComp.dispose(); in cleanup()
287 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
289 if (xComp != null) { in cleanup()
292 xComp.dispose(); in cleanup()