Home
last modified time | relevance | path

Searched refs:serviceInfo (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DCompHelper.java65 XServiceInfo serviceInfo = UnoRuntime.queryInterface(XServiceInfo.class, dst); in copyProperties()
66 if (serviceInfo != null) { in copyProperties()
67 … error += " (a '" + serviceInfo.getImplementationName() + "' implementation)"; in copyProperties()
/aoo42x/main/extensions/qa/integration/extensions/
H A DServicesHandler.java189 …XServiceInfo serviceInfo = (XServiceInfo)UnoRuntime.queryInterface( XServiceInfo.class, _component… in inspect() local
190 if ( serviceInfo != null ) in inspect()
191 m_supportedServices = serviceInfo.getSupportedServiceNames(); in inspect()
/aoo42x/main/pyuno/source/module/
H A Dpyuno.cxx97 Reference< XServiceInfo > serviceInfo( r, UNO_QUERY); in val2str() local
99 if( serviceInfo.is() ) in val2str()
102 buf.append(serviceInfo->getImplementationName() ); in val2str()
104 Sequence< OUString > seq = serviceInfo->getSupportedServiceNames(); in val2str()

Completed in 25 milliseconds