Searched refs:xChildAccess (Results 1 – 7 of 7) sorted by relevance
230 XNameReplace xChildAccess = null; in getOrInsertGroup() local234 xChildAccess = (XNameReplace) UnoRuntime.queryInterface( in getOrInsertGroup()240 if (xChildAccess == null) { in getOrInsertGroup()248 xChildAccess = (XNameReplace) in getOrInsertGroup()252 return xChildAccess; in getOrInsertGroup()
207 …XNameAccess xChildAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xResultSubS… in test()208 if ( xChildAccess == null ) in test()214 if ( !( xChildAccess.hasByName( "SubStream2" ) && xChildAccess.hasByName( "BigSubStream2" ) ) in test()
136 uno::Reference<container::XNameAccess > xChildAccess(xIface, uno::UNO_QUERY_THROW); in readLdapConfiguration() local138 if (!getLdapStringParam(xChildAccess, kServer, definition->mServer)) in readLdapConfiguration()140 if (!getLdapStringParam(xChildAccess, kBaseDN, definition->mBaseDN)) in readLdapConfiguration()144 xChildAccess->getByName(kPort) >>= definition->mPort ; in readLdapConfiguration()
185 …XNameAccess xChildAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xResultSubS… in test()186 if ( xChildAccess == null ) in test()192 if ( !xChildAccess.hasByName( "SubStream2" ) in test()
209 …XNameAccess xChildAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xResultSubS… in test()210 if ( xChildAccess == null ) in test()216 if ( !xChildAccess.hasByName( "SubStream2" ) in test()
455 XNameAccess xChildAccess = in browseElementRecursively() local459 String[] aElementNames = xChildAccess.getElementNames(); in browseElementRecursively()464 Object aChild = xChildAccess.getByName( aElementNames[i] ); in browseElementRecursively()
1621 uno::Reference< ucb::XContentAccess > xChildAccess( in globalTransfer_() local1624 if ( !xChildAccess.is() ) in globalTransfer_()1663 = xChildAccess->queryContent(); in globalTransfer_()
Completed in 51 milliseconds