Lines Matching refs:xComp
278 XComponent xComp = (XComponent)UnoRuntime.queryInterface( in cleanup() local
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()
286 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
288 if (xComp != null) in cleanup()
289 xComp.dispose(); in cleanup()
291 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
293 if (xComp != null) { in cleanup()
296 xComp.dispose(); in cleanup()