Home
last modified time | relevance | path

Searched refs:xInfo (Results 26 – 50 of 228) sorted by relevance

12345678910

/trunk/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx655 Reference < XPropertySetInfo > xInfo = in XMLImageMapContext() local
657 if( xInfo.is() && xInfo->hasPropertyByName( sImageMap ) ) in XMLImageMapContext()
705 Reference < XPropertySetInfo > xInfo = in EndElement() local
707 if( xInfo.is() && xInfo->hasPropertyByName( sImageMap ) ) in EndElement()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java116 XServiceInfo xInfo = UnoRuntime.queryInterface( XServiceInfo.class, inst ); in service_info_test() local
118 if (! xInfo.getImplementationName().equals( m_impl_name )) in service_info_test()
123 String supported_services [] = xInfo.getSupportedServiceNames(); in service_info_test()
136 if (! xInfo.supportsService( m_supported_services[ nPos ] )) in service_info_test()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx900 uno::Reference< XServiceInfo > xInfo( xSvc, uno::UNO_QUERY ); in GetAvailableSpellSvcs_Impl() local
901 if (xInfo.is()) in GetAvailableSpellSvcs_Impl()
902 aImplName = xInfo->getImplementationName(); in GetAvailableSpellSvcs_Impl()
966 uno::Reference< XServiceInfo > xInfo( xSvc, uno::UNO_QUERY ); in GetAvailableGrammarSvcs_Impl() local
967 if (xInfo.is()) in GetAvailableGrammarSvcs_Impl()
968 aImplName = xInfo->getImplementationName(); in GetAvailableGrammarSvcs_Impl()
1031 uno::Reference< XServiceInfo > xInfo( xSvc, uno::UNO_QUERY ); in GetAvailableHyphSvcs_Impl() local
1032 if (xInfo.is()) in GetAvailableHyphSvcs_Impl()
1033 aImplName = xInfo->getImplementationName(); in GetAvailableHyphSvcs_Impl()
1099 if (xInfo.is()) in GetAvailableThesSvcs_Impl()
[all …]
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx696 Reference< XPropertySetInfo > xInfo = m_aContext.xObjectModel->getPropertySetInfo(); in commitControlSettings() local
697 if (xInfo.is() && xInfo->hasPropertyByName(sLabelPropertyName)) in commitControlSettings()
723 Reference< XPropertySetInfo > xInfo = m_aContext.xObjectModel->getPropertySetInfo(); in initControlSettings() local
724 if (xInfo.is() && xInfo->hasPropertyByName(sLabelPropertyName)) in initControlSettings()
/trunk/main/xmloff/source/style/
H A DPageMasterImportContext.cxx242 Reference< XPropertySetInfo > xInfo; in FillPropertySet() local
280 if(!xInfo.is()) in FillPropertySet()
282 xInfo = rPropSet->getPropertySetInfo(); in FillPropertySet()
285 if(xInfo->hasPropertyByName(rPropertyName)) in FillPropertySet()
H A Dxmlimppr.cxx404 Reference< XPropertySetInfo > xInfo(rPropSet->getPropertySetInfo()); in CheckSpecialContext() local
456 Reference< XPropertySetInfo > xInfo(rPropSet->getPropertySetInfo()); in FillPropertySet() local
464 xInfo, maPropMapper, in FillPropertySet()
468 xInfo, maPropMapper, rImport, in FillPropertySet()
472 bSet = _FillPropertySet( aProperties, rPropSet, xInfo, in FillPropertySet()
H A DXMLPageExport.cxx139 Reference<XPropertySetInfo> xInfo = xPropSet->getPropertySetInfo(); in exportStyle() local
140 if ( xInfo.is() && xInfo->hasPropertyByName(sFollowStyle) ) in exportStyle()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx842 uno::Reference< beans::XPropertySetInfo > xInfo( xControl->getPropertySetInfo() ); in setPropertyValue() local
843 if( xInfo.is() && xInfo->hasPropertyByName( aFormsName ) ) in setPropertyValue()
883 uno::Reference< beans::XPropertySetInfo > xInfo( xControl->getPropertySetInfo() ); in getPropertyValue() local
884 if( xInfo.is() && xInfo->hasPropertyByName( aFormsName ) ) in getPropertyValue()
932 uno::Reference< beans::XPropertySetInfo > xInfo( xPropSet->getPropertySetInfo() ); in getPropertyState() local
933 if( xInfo.is() && xInfo->hasPropertyByName( aFormsName ) ) in getPropertyState()
957 uno::Reference< beans::XPropertySetInfo > xInfo( xPropSet->getPropertySetInfo() ); in setPropertyToDefault() local
958 if( xInfo.is() && xInfo->hasPropertyByName( aFormsName ) ) in setPropertyToDefault()
/trunk/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx364 Reference <XPropertySetInfo > xInfo(m_xAggregate->getPropertySetInfo()); in OColumnWrapper() local
365 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_DESCRIPTION) ? HAS_DESCRIPTION : 0; in OColumnWrapper()
366 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_DEFAULTVALUE) ? HAS_DEFAULTVALUE : 0; in OColumnWrapper()
367 m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_ISROWVERSION) ? HAS_ROWVERSION : 0; in OColumnWrapper()
368 …m_nColTypeID |= xInfo->hasPropertyByName(PROPERTY_AUTOINCREMENTCREATION) ? HAS_AUTOINCREMENT_CREAT… in OColumnWrapper()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx1313 uno::Reference< ucb::XCommandInfo > xInfo; in transfer()
1316 >>= xInfo; in transfer()
1317 if ( xInfo.is() ) in transfer()
1320 = xInfo->getCommandInfoByName( in transfer()
1324 = xInfo->getCommands(); in transfer()
1410 uno::Reference< ucb::XCommandInfo > xInfo; in getCommands() local
1411 if ( aResult >>= xInfo ) in getCommands()
1414 xInfo->getCommands() ); in getCommands()
1441 uno::Reference< beans::XPropertySetInfo > xInfo; in getProperties() local
1442 if ( aResult >>= xInfo ) in getProperties()
[all …]
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1083 Reference< beans::XPropertySetInfo > xInfo( new PropertySetInfo_Impl( seq ) ); in getPropertySetInfo() local
1088 m_xPropertyInfo = xInfo; in getPropertySetInfo()
1540 Reference<XServiceInfo > xInfo( Reference<XServiceInfo >::query( xEle ) ); in insert() local
1541 if( xInfo.is() ) in insert()
1543 OUString aImplName = xInfo->getImplementationName(); in insert()
1548 Sequence< OUString > aServiceNames = xInfo->getSupportedServiceNames(); in insert()
1626 Reference<XServiceInfo > xInfo( Reference<XServiceInfo >::query( xEle ) ); in remove() local
1627 if( xInfo.is() ) in remove()
1629 OUString aImplName = xInfo->getImplementationName(); in remove()
1982 Reference< beans::XPropertySetInfo > xInfo( new PropertySetInfo_Impl( seq ) ); in getPropertySetInfo() local
[all …]
/trunk/main/framework/source/services/
H A Ddesktop.cxx435 css::uno::Reference< css::lang::XServiceInfo > xInfo( xListener, css::uno::UNO_QUERY ); in addTerminateListener() local
436 if ( xInfo.is() ) in addTerminateListener()
438 ::rtl::OUString sImplementationName = xInfo->getImplementationName(); in addTerminateListener()
478 css::uno::Reference< css::lang::XServiceInfo > xInfo( xListener, css::uno::UNO_QUERY ); in removeTerminateListener() local
479 if ( xInfo.is() ) in removeTerminateListener()
481 ::rtl::OUString sImplementationName = xInfo->getImplementationName(); in removeTerminateListener()
1710 …static css::uno::Reference< css::beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHe… in getPropertySetInfo() local
1711 pInfo = &xInfo; in getPropertySetInfo()
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx408 Reference< XPropertySetInfo > xInfo( in getColumnType() local
413 if ( xInfo.is() ) in getColumnType()
427 = xInfo->getPropertyByName( rProp.Name ); in getColumnType()
438 Sequence< Property > aProps = xInfo->getProperties(); in getColumnType()
/trunk/main/xmloff/source/chart/
H A DSchXMLTools.cxx665 Reference< beans::XPropertySetInfo > xInfo( xProp->getPropertySetInfo()); in setXMLRangePropertyAtDataSequence() local
666 if( xInfo.is() && xInfo->hasPropertyByName( aXMLRangePropName )) in setXMLRangePropertyAtDataSequence()
690 Reference< beans::XPropertySetInfo > xInfo( xProp->getPropertySetInfo()); in getXMLRangePropertyFromDataSequence() local
692 ( xInfo.is() && xInfo->hasPropertyByName( aXMLRangePropName ) && in getXMLRangePropertyFromDataSequence()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx421 Reference< XServiceInfo > xInfo( mxSrcDoc, UNO_QUERY ); in Export() local
422 if ( xInfo.is() ) in Export()
424 …if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.presentation.Presentati… in Export()
426 …else if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.drawing.DrawingDoc… in Export()
428 …else if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.text.TextDocument"… in Export()
430 …else if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.sheet.SpreadsheetD… in Export()
432 …else if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.formula.FormulaPro… in Export()
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx532 Reference< XPropertySetInfo > xInfo; in GetReadOnlyStates() local
550 xInfo = xSet->getPropertySetInfo(); in GetReadOnlyStates()
551 OSL_ENSURE(xInfo.is(), "ConfigItem::IsReadonly()\ngetPropertySetInfo failed ...\n"); in GetReadOnlyStates()
555 xInfo = Reference< XPropertySetInfo >(xNode, UNO_QUERY); in GetReadOnlyStates()
556 OSL_ENSURE(xInfo.is(), "ConfigItem::IsReadonly()\nUNO_QUERY failed ...\n"); in GetReadOnlyStates()
559 if (!xInfo.is()) in GetReadOnlyStates()
565 Property aProp = xInfo->getPropertyByName(sProperty); in GetReadOnlyStates()
/trunk/main/extensions/source/propctrlr/
H A Deformshelper.cxx604 Reference< XPropertySetInfo > xInfo; in collectPropertiesGetInfo() local
606 xInfo = _rxProps->getPropertySetInfo(); in collectPropertiesGetInfo()
607 if ( xInfo.is() ) in collectPropertiesGetInfo()
609 Sequence< Property > aProperties = xInfo->getProperties(); in collectPropertiesGetInfo()
614 return xInfo; in collectPropertiesGetInfo()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java261 … com.sun.star.lang.XServiceInfo xInfo = (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in setTargetDocument() local
263 if ( ! xInfo.supportsService("com.sun.star.text.TextDocument") ) in setTargetDocument()
297 … com.sun.star.lang.XServiceInfo xInfo = (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in setSourceDocument() local
299 if ( ! xInfo.supportsService("com.sun.star.text.TextDocument") ) in setSourceDocument()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx626 uno::Reference<lang::XServiceInfo> xInfo (mxController, uno::UNO_QUERY); in CreateAccessibleName() local
627 if (xInfo.is()) in CreateAccessibleName()
629 uno::Sequence< ::rtl::OUString > aServices( xInfo->getSupportedServiceNames() ); in CreateAccessibleName()
683 uno::Reference<lang::XServiceInfo> xInfo (mxController, uno::UNO_QUERY); in CreateAccessibleDescription() local
684 if (xInfo.is()) in CreateAccessibleDescription()
686 uno::Sequence< ::rtl::OUString > aServices( xInfo->getSupportedServiceNames() ); in CreateAccessibleDescription()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx910 … Reference< beans::XPropertySetInfo > xInfo( xObjProp->getPropertySetInfo(), uno::UNO_QUERY ); in getColor() local
911 if( xInfo.is() && in getColor()
912 xInfo->hasPropertyByName( aStylePropName )) in getColor()
929 xInfo.is() && in getColor()
930 xInfo->hasPropertyByName( aPropName )) in getColor()
/trunk/main/sdext/source/minimizer/
H A Dfileopendialog.cxx75 Reference< XServiceInfo > xInfo( rxIfce, UNO_QUERY ); in lcl_isSystemDialog() local
76 if ( !xInfo.is() ) in lcl_isSystemDialog()
79 return xInfo->supportsService( in lcl_isSystemDialog()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx135 Reference< XServiceInfo > xInfo(xIFace, UNO_QUERY); in GetUIHeadlineName() local
136 if (xInfo.is() && (xInfo->supportsService(FM_SUN_COMPONENT_FORMATTEDFIELD))) in GetUIHeadlineName()
138 else if (!xInfo.is()) in GetUIHeadlineName()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx374 Reference< XPropertySetInfo > xInfo = xColumn->getPropertySetInfo(); in getCondition() local
375 if ( xInfo->hasPropertyByName(PROPERTY_REALNAME) ) in getCondition()
377 if ( xInfo->hasPropertyByName(PROPERTY_TABLENAME) ) in getCondition()
390 if ( xInfo->hasPropertyByName(sAgg) ) in getCondition()
393 if ( xInfo->hasPropertyByName(sFunction) ) in getCondition()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java699 com.sun.star.lang.XServiceInfo xInfo = (com.sun.star.lang.XServiceInfo) in saveAsHTML() local
703 if(xInfo!=null) in saveAsHTML()
707 if(xInfo.supportsService("com.sun.star.text.TextDocument")==true) in saveAsHTML()
710 if(xInfo.supportsService("com.sun.star.text.WebDocument")==true) in saveAsHTML()
713 if(xInfo.supportsService("com.sun.star.sheet.SpreadsheetDocument")==true) in saveAsHTML()
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java97 XPropertySetInfo xInfo; field in MyPersistObject
122 xInfo = new MyPropertySetInfo(props); in MyPersistObject()
180 return xInfo; in getPropertySetInfo()

Completed in 205 milliseconds

12345678910