Home
last modified time | relevance | path

Searched refs:xServInfo (Results 1 – 6 of 6) sorted by relevance

/trunk/main/stoc/test/
H A Dtestregistry.cxx199 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()
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()
[all …]
H A Dtestloader.cxx115 Reference<XServiceInfo> xServInfo( Reference<XServiceInfo>::query(xLoader) ); in SAL_IMPLEMENT_MAIN() local
117 TEST_ENSHURE( xServInfo.is(), "testloader error4"); in SAL_IMPLEMENT_MAIN()
119 …TEST_ENSHURE( xServInfo->getImplementationName().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun… in SAL_IMPLEMENT_MAIN()
120 …TEST_ENSHURE( xServInfo->supportsService(OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.loade… in SAL_IMPLEMENT_MAIN()
121 TEST_ENSHURE( xServInfo->getSupportedServiceNames().getLength() == 1, "testloader error7"); in SAL_IMPLEMENT_MAIN()
126 xServInfo.clear(); in SAL_IMPLEMENT_MAIN()
/trunk/main/odk/examples/java/Text/
H A DWriterSelector.java98 com.sun.star.lang.XServiceInfo xServInfo = in main() local
102 if ( xServInfo.supportsService("com.sun.star.text.TextRanges") ) in main()
121 if ( xServInfo.supportsService("com.sun.star.text.TextGraphicObject") ) in main()
126 if ( xServInfo.supportsService("com.sun.star.text.TextTableCursor") ) in main()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx321 Reference< XServiceInfo > xServInfo( xBindable->getValueBinding(), UNO_QUERY ); in ConvertSheetLinks() local
322 … if( xServInfo.is() && xServInfo->supportsService( CREATE_OUSTRING( SC_SERVICENAME_VALBIND ) ) ) in ConvertSheetLinks()
324 ScfPropertySet aBindProp( xServInfo ); in ConvertSheetLinks()
341 Reference< XServiceInfo > xServInfo( xEntrySink->getListEntrySource(), UNO_QUERY ); in ConvertSheetLinks() local
342 … if( xServInfo.is() && xServInfo->supportsService( CREATE_OUSTRING( SC_SERVICENAME_LISTSOURCE ) ) ) in ConvertSheetLinks()
344 ScfPropertySet aSinkProp( xServInfo ); in ConvertSheetLinks()
/trunk/main/svx/source/form/
H A Dfmview.cxx590 Reference< XServiceInfo > xServInfo( pFormObject->GetUnoControlModel(), UNO_QUERY ); in getMarkedGrid() local
591 if ( !xServInfo.is() || !xServInfo->supportsService( FM_SUN_COMPONENT_GRIDCONTROL ) ) in getMarkedGrid()
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx351 Reference< lang::XServiceInfo > xServInfo( xDocumentComp, uno::UNO_QUERY_THROW ); in impl_Import() local
352 if( ! xServInfo->supportsService( C2U( "com.sun.star.chart2.ChartDocument" ))) in impl_Import()
615 Reference< lang::XServiceInfo > xServInfo( xDocumentComp, uno::UNO_QUERY_THROW ); in impl_Export() local
616 if( ! xServInfo->supportsService( C2U( "com.sun.star.chart2.ChartDocument" ))) in impl_Export()

Completed in 52 milliseconds