Lines Matching refs:xServInfo
199 Reference<XServiceInfo> xServInfo( Reference<XServiceInfo>::query(xIFace2) ); in test_SimpleRegistry() local
201 TEST_ENSHURE( xServInfo.is(), "test_SimpleRegistry error2"); in test_SimpleRegistry()
203 …TEST_ENSHURE( xServInfo->getImplementationName().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun… in test_SimpleRegistry()
204 …TEST_ENSHURE( xServInfo->supportsService(OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.regis… in test_SimpleRegistry()
205 …TEST_ENSHURE( xServInfo->getSupportedServiceNames().getLength() == 1, "test_SimpleRegistry error5"… in test_SimpleRegistry()
206 xServInfo.clear(); in test_SimpleRegistry()
472 Reference<XServiceInfo> xServInfo( Reference<XServiceInfo>::query(xReg) ); in test_DefaultRegistry() local
474 TEST_ENSHURE( xServInfo.is(), "test_DefaultRegistry error2"); in test_DefaultRegistry()
476 …TEST_ENSHURE( xServInfo->getImplementationName() == OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun… in test_DefaultRegistry()
477 …TEST_ENSHURE( xServInfo->supportsService(OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.regis… in test_DefaultRegistry()
478 …TEST_ENSHURE( xServInfo->getSupportedServiceNames().getLength() == 1, "test_DefaultRegistry error5… in test_DefaultRegistry()
479 xServInfo.clear(); in test_DefaultRegistry()