Home
last modified time | relevance | path

Searched refs:xSI (Results 26 – 38 of 38) sorted by relevance

12

/aoo4110/main/connectivity/source/cpool/
H A DZPoolCollection.cxx377 Reference< XServiceInfo > xSI(_rxConfProvider, UNO_QUERY); in createWithProvider() local
378 if (!xSI.is()) in createWithProvider()
384 …OSL_ENSURE(xSI->supportsService(::rtl::OUString::createFromAscii("com.sun.star.configuration.Confi… in createWithProvider()
/aoo4110/main/cui/source/dialogs/
H A Dhlmarkwn.cxx387 uno::Reference< lang::XServiceInfo > xSI( xTarget, uno::UNO_QUERY ); in FillTree() local
388 sal_Bool bIsTarget = xSI->supportsService( aProp_LinkTarget ); in FillTree()
/aoo4110/main/connectivity/source/commontools/
H A Ddbtools.cxx1076 Reference< XServiceInfo > xSI( xOldProps, UNO_QUERY ); in TransferFormComponentProperties() local
1077 sal_Bool bOldIsFormatted = xSI.is() && xSI->supportsService( sFormattedServiceName ); in TransferFormComponentProperties()
1078 xSI = Reference< XServiceInfo >( xNewProps, UNO_QUERY ); in TransferFormComponentProperties()
1079 sal_Bool bNewIsFormatted = xSI.is() && xSI->supportsService( sFormattedServiceName ); in TransferFormComponentProperties()
/aoo4110/main/qadevOOo/tests/java/ifc/ui/
H A D_XUIConfigurationManager.java274 XServiceInfo xSI = (XServiceInfo)UnoRuntime.queryInterface(XServiceInfo.class,o); in _getShortCutManager() local
275 String[] serviceNames = xSI.getSupportedServiceNames(); in _getShortCutManager()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1290 Reference< XServiceInfo > xSI( xModel, UNO_QUERY ); in lcl_getModuleHelpModuleName() local
1292 if ( !xSI.is() ) in lcl_getModuleHelpModuleName()
1306 Sequence< ::rtl::OUString > sServiceNames = xSI->getSupportedServiceNames(); in lcl_getModuleHelpModuleName()
1335 if ( xSI->supportsService( ::rtl::OUString::createFromAscii( *pDocumentService ) ) ) in lcl_getModuleHelpModuleName()
/aoo4110/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1553 uno::Reference<lang::XServiceInfo> xSI; in getSupportedServiceNames() local
1555 mxShapeAgg->queryAggregation( lang::XServiceInfo::static_type() ) >>= xSI; in getSupportedServiceNames()
1558 if ( xSI.is() ) in getSupportedServiceNames()
1559 aSupported = xSI->getSupportedServiceNames(); in getSupportedServiceNames()
/aoo4110/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx397 Reference< XServiceInfo > xSI( xObject, UNO_QUERY ); in createInstance() local
398 Reference< XCloneable > xCloneAccess( xSI, UNO_QUERY ); in createInstance()
402 …if ( xSI->supportsService( ::rtl::OUString::createFromAscii( "com.sun.star.awt.UnoControlModel" ) … in createInstance()
406 xSI.clear(); in createInstance()
/aoo4110/main/unotools/inc/unotools/
H A Dprogresshandlerwrap.hxx39 …essHandlerWrap( ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > xSI );
/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx695 Reference< XServiceInfo > xSI( xDescriptor, UNO_QUERY ); in impl_ensureDataAccessDescriptor_throw() local
696 bIsValid = ( xSI.is() in impl_ensureDataAccessDescriptor_throw()
697 …&& xSI->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.DataAcce… in impl_ensureDataAccessDescriptor_throw()
/aoo4110/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx611 Reference< XServiceInfo > xSI( m_xAssociatedShape, UNO_QUERY_THROW ); in impl_haveSheetAnchorType_nothrow() local
612 …if ( xSI->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sheet.Shape… in impl_haveSheetAnchorType_nothrow()
/aoo4110/main/qadevOOo/runner/util/
H A Dutils.java613 … XServiceInfo xSI = (XServiceInfo) UnoRuntime.queryInterface(XServiceInfo.class, aObject); in getImplName() local
614 res = xSI.getImplementationName(); in getImplName()
/aoo4110/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx876 uno::Reference< XServiceInfo > xSI( _rxFP, UNO_QUERY ); in lcl_isSystemFilePicker() local
877 …if ( xSI.is() && xSI->supportsService( DEFINE_CONST_OUSTRING( "com.sun.star.ui.dialogs.SystemFileP… in lcl_isSystemFilePicker()
/aoo4110/main/basic/source/uno/
H A Dnamecont.cxx2655 Reference< XServiceInfo > xSI( _rxDocument, UNO_QUERY_THROW ); in initializeFromDocument() local
2656 …if ( xSI->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.Of… in initializeFromDocument()

Completed in 125 milliseconds

12