Searched refs:serviceInfo (Results 1 – 3 of 3) sorted by relevance
65 XServiceInfo serviceInfo = UnoRuntime.queryInterface(XServiceInfo.class, dst); in copyProperties()66 if (serviceInfo != null) { in copyProperties()67 … error += " (a '" + serviceInfo.getImplementationName() + "' implementation)"; in copyProperties()
189 …XServiceInfo serviceInfo = (XServiceInfo)UnoRuntime.queryInterface( XServiceInfo.class, _component… in inspect() local190 if ( serviceInfo != null ) in inspect()191 m_supportedServices = serviceInfo.getSupportedServiceNames(); in inspect()
97 Reference< XServiceInfo > serviceInfo( r, UNO_QUERY); in val2str() local99 if( serviceInfo.is() ) in val2str()102 buf.append(serviceInfo->getImplementationName() ); in val2str()104 Sequence< OUString > seq = serviceInfo->getSupportedServiceNames(); in val2str()
Completed in 25 milliseconds