Searched refs:xClonedNameAccess (Results 1 – 3 of 3) sorted by relevance
128 …XNameAccess xClonedNameAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xClone… in test() local129 if ( xClonedNameAccess == null ) in test()138 if ( xClonedNameAccess.hasElements() ) in test()148 xClonedNameAccess = null; in test()
130 …XNameAccess xClonedNameAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xClone… in test() local131 if ( xClonedNameAccess == null ) in test()140 if ( xClonedNameAccess.hasElements() ) in test()150 xClonedNameAccess = null; in test()
146 …XNameAccess xClonedNameAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xClone… in test() local147 if ( xClonedNameAccess == null ) in test()159 if ( xClonedNameAccess.hasElements() ) in test()169 xClonedNameAccess = null; in test()
Completed in 20 milliseconds