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