Searched refs:xClos (Results 1 – 2 of 2) sorted by relevance
908 XCloseable xClos = UnoRuntime.queryInterface(XCloseable.class, i_comp); in close() local909 if (xClos != null) in close()911 xClos.close(true); in close()
4070 XCloseable xClos = (XCloseable) UnoRuntime.queryInterface( in close() local4072 if (xClos != null) xClos.close(true); in close()
Completed in 37 milliseconds