Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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 28 milliseconds