Home
last modified time | relevance | path

Searched refs:xChildAccess (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/helper/
H A DConfigHelper.java167 XNameReplace xChildAccess = null; in getOrInsertGroup() local
171 xChildAccess = UnoRuntime.queryInterface( in getOrInsertGroup()
177 if (xChildAccess == null) { in getOrInsertGroup()
184 xChildAccess = UnoRuntime.queryInterface(XNameContainer.class,xNewChild); in getOrInsertGroup()
187 return xChildAccess; in getOrInsertGroup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/helper/
H A DConfigHelper.java167 XNameReplace xChildAccess = null; in getOrInsertGroup() local
171 xChildAccess = UnoRuntime.queryInterface( in getOrInsertGroup()
177 if (xChildAccess == null) { in getOrInsertGroup()
184 xChildAccess = UnoRuntime.queryInterface(XNameContainer.class,xNewChild); in getOrInsertGroup()
187 return xChildAccess; in getOrInsertGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/qa/storages/
H A DTest03.java204 …XNameAccess xChildAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xResultSubS… in test()
205 if ( xChildAccess == null ) in test()
211 … if ( !( xChildAccess.hasByName( "SubStream2" ) && xChildAccess.hasByName( "BigSubStream2" ) ) in test()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/qa/storages/
H A DTest03.java204 …XNameAccess xChildAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xResultSubS… in test()
205 if ( xChildAccess == null ) in test()
211 … if ( !( xChildAccess.hasByName( "SubStream2" ) && xChildAccess.hasByName( "BigSubStream2" ) ) in test()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/config/ldap/
H A Dldapuserprofilebe.cxx107 uno::Reference<container::XNameAccess > xChildAccess(xIface, uno::UNO_QUERY_THROW); in readLdapConfiguration() local
109 if (!getLdapStringParam(xChildAccess, "Server", definition->mServer)) in readLdapConfiguration()
111 if (!getLdapStringParam(xChildAccess, "BaseDN", definition->mBaseDN)) in readLdapConfiguration()
115 xChildAccess->getByName("Port") >>= definition->mPort ; in readLdapConfiguration()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/config/ldap/
H A Dldapuserprofilebe.cxx122 uno::Reference<container::XNameAccess > xChildAccess(xIface, uno::UNO_QUERY_THROW); in readLdapConfiguration() local
124 if (!getLdapStringParam(xChildAccess, kServer, definition->mServer)) in readLdapConfiguration()
126 if (!getLdapStringParam(xChildAccess, kBaseDN, definition->mBaseDN)) in readLdapConfiguration()
130 xChildAccess->getByName(kPort) >>= definition->mPort ; in readLdapConfiguration()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Storage/
H A DTest03.java174 … XNameAccess xChildAccess = UnoRuntime.queryInterface( XNameAccess.class, xResultSubStorage ); in test()
175 if ( xChildAccess == null ) in test()
181 if ( !xChildAccess.hasByName( "SubStream2" ) in test()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/Storage/
H A DTest03.java174 … XNameAccess xChildAccess = UnoRuntime.queryInterface( XNameAccess.class, xResultSubStorage ); in test()
175 if ( xChildAccess == null ) in test()
181 if ( !xChildAccess.hasByName( "SubStream2" ) in test()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/qa/ofopxmlstorages/
H A DTest03.java206 …XNameAccess xChildAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xResultSubS… in test()
207 if ( xChildAccess == null ) in test()
213 if ( !xChildAccess.hasByName( "SubStream2" ) in test()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/qa/ofopxmlstorages/
H A DTest03.java206 …XNameAccess xChildAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xResultSubS… in test()
207 if ( xChildAccess == null ) in test()
213 if ( !xChildAccess.hasByName( "SubStream2" ) in test()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java457 XNameAccess xChildAccess = in browseElementRecursively() local
461 String[] aElementNames = xChildAccess.getElementNames(); in browseElementRecursively()
466 Object aChild = xChildAccess.getByName( aElementNames[i] ); in browseElementRecursively()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java457 XNameAccess xChildAccess = in browseElementRecursively() local
461 String[] aElementNames = xChildAccess.getElementNames(); in browseElementRecursively()
466 Object aChild = xChildAccess.getByName( aElementNames[i] ); in browseElementRecursively()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Ducbcmds.cxx1436 uno::Reference< ucb::XContentAccess > xChildAccess( in globalTransfer_() local
1439 if ( !xChildAccess.is() ) in globalTransfer_()
1475 = xChildAccess->queryContent(); in globalTransfer_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A Ducbcmds.cxx1439 uno::Reference< ucb::XContentAccess > xChildAccess( in globalTransfer_() local
1442 if ( !xChildAccess.is() ) in globalTransfer_()
1478 = xChildAccess->queryContent(); in globalTransfer_()