Home
last modified time | relevance | path

Searched refs:xInfo (Results 1 – 25 of 228) sorted by last modified time

12345678910

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1122 uno::Reference< beans::XPropertySetInfo > xInfo = xPrSet->getPropertySetInfo(); in getPropertySetInfo() local
1124 const uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in getPropertySetInfo()
H A Dunotext.cxx1181 static uno::Reference< beans::XPropertySetInfo > xInfo = in getPropertySetInfo() local
1183 return xInfo; in getPropertySetInfo()
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx744 Reference<XPropertySetInfo> xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo() local
745 return xInfo; in getPropertySetInfo()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1779 uno::Reference<beans::XPropertySetInfo> xInfo = in ImportDop() local
1782 if (xInfo.is()) in ImportDop()
1784 if (xInfo->hasPropertyByName(C2U("ApplyFormDesignMode"))) in ImportDop()
H A Dwrtw8esh.cxx336 uno::Reference< lang::XServiceInfo > xInfo(xControlModel, in MiserableFormFieldExportHack() local
339 if (xInfo->supportsService(C2U("com.sun.star.form.component.ComboBox"))) in MiserableFormFieldExportHack()
344 else if (xInfo->supportsService(C2U("com.sun.star.form.component.CheckBox"))) in MiserableFormFieldExportHack()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1077 Reference< XPropertySetInfo > xInfo = xAffectedCol->getPropertySetInfo(); in callColumnFormatDialog() local
1078 sal_Bool bHasFormat = xInfo->hasPropertyByName(PROPERTY_FORMATKEY); in callColumnFormatDialog()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx481 Reference< XPropertySetInfo > xInfo; in getPropertySetInfo() local
482 return xInfo; in getPropertySetInfo()
/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/unotools/source/config/
H A Dmoduleoptions.cxx1542 css::uno::Reference< css::lang::XServiceInfo > xInfo(xModel, css::uno::UNO_QUERY); in ClassifyFactoryByModel() local
1543 if (!xInfo.is()) in ClassifyFactoryByModel()
1546 const css::uno::Sequence< ::rtl::OUString > lServices = xInfo->getSupportedServiceNames(); in ClassifyFactoryByModel()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx181 Reference< XPropertySetInfo > xInfo = xSet->getPropertySetInfo(); in SafeAddPropertyListener() local
182 if (xInfo->hasPropertyByName(rPropName)) in SafeAddPropertyListener()
189 Reference< XPropertySetInfo > xInfo = xSet->getPropertySetInfo(); in SafeRemovePropertyListener() local
190 if (xInfo->hasPropertyByName(rPropName)) in SafeRemovePropertyListener()
H A Dsbagrid.cxx1261 Reference< XPropertySetInfo > xInfo = xDbProps->getPropertySetInfo(); in IsReadOnlyDB() local
1262 if (xInfo->hasPropertyByName(PROPERTY_ISREADONLY)) in IsReadOnlyDB()
/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx466 static Reference< XPropertySetInfo > xInfo ( createPropertySetInfo ( getInfoHelper () ) ) ; in getPropertySetInfo() local
467 pInfo = &xInfo ; in getPropertySetInfo()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiPropertyTest.java83 XServiceInfo xInfo = (XServiceInfo) UnoRuntime.queryInterface( in before() local
89 if (xInfo != null && !xInfo.supportsService(theService)) in before()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx753 uno::Reference<lang::XServiceInfo> xInfo (mxController, uno::UNO_QUERY); in CreateAccessibleDescription() local
754 if (xInfo.is()) in CreateAccessibleDescription()
756 OUString sFirstService = xInfo->getSupportedServiceNames()[0]; in CreateAccessibleDescription()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx812 Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo() local
813 return xInfo; in getPropertySetInfo()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3205 uno::Reference<beans::XPropertySetInfo> xInfo = xUnoProp->getPropertySetInfo(); in createControl() local
3218 if ( xInfo->hasPropertyByName(sProps[i]) && xShapeInfo->hasPropertyByName(sProps[i]) ) in createControl()
3222 …if ( xInfo->hasPropertyByName(PROPERTY_BORDER) && xShapeInfo->hasPropertyByName(PROPERTY_CONTROLBO… in createControl()
3226 if ( xInfo->hasPropertyByName(PROPERTY_DATAFIELD) && _sFunction.getLength() ) in createControl()
3233 if ( nFormatKey && xInfo->hasPropertyByName(PROPERTY_FORMATKEY) ) in createControl()
3237 if ( sUrl.getLength() && xInfo->hasPropertyByName(PROPERTY_IMAGEURL) ) in createControl()
3512 … uno::Reference<beans::XPropertySetInfo> xInfo = xUnoProp->getPropertySetInfo(); in addPairControls() local
3521 … if ( xInfo->hasPropertyByName(sProps[k]) && xShapeInfo->hasPropertyByName(sProps[k]) ) in addPairControls()
3524 if ( xInfo->hasPropertyByName(PROPERTY_DATAFIELD) ) in addPairControls()
3535 …if ( xInfo->hasPropertyByName(PROPERTY_BORDER) && xShapeInfo->hasPropertyByName(PROPERTY_CONTROLBO… in addPairControls()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx1228 Reference<XPropertySetInfo> xInfo = xColumn->getPropertySetInfo(); in alterColumns() local
1229 if ( xInfo->hasPropertyByName(PROPERTY_HELPTEXT) ) in alterColumns()
1232 if(xInfo->hasPropertyByName(PROPERTY_CONTROLDEFAULT)) in alterColumns()
1234 if(xInfo->hasPropertyByName(PROPERTY_FORMATKEY)) in alterColumns()
1236 if(xInfo->hasPropertyByName(PROPERTY_ALIGN)) in alterColumns()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1720 … Reference< XPropertySetInfo > xInfo( _rxTemplateColumn->getPropertySetInfo(), UNO_QUERY_THROW ); in impl_initializeColumnSettings_nothrow() local
1729 if ( xInfo->hasPropertyByName( aPropertyNames[i] ) ) in impl_initializeColumnSettings_nothrow()
1738 if( xInfo->hasPropertyByName( PROPERTY_NUMBERFORMAT ) ) in impl_initializeColumnSettings_nothrow()
1761 … Reference< XPropertySetInfo > xInfo( _rxTemplateColumn->getPropertySetInfo(), UNO_QUERY_THROW ); in impl_initializeColumnSettings_nothrow() local
1762 if ( !xInfo->hasPropertyByName( PROPERTY_TABLENAME ) ) in impl_initializeColumnSettings_nothrow()
1781 if ( xInfo->hasPropertyByName( PROPERTY_REALNAME ) ) in impl_initializeColumnSettings_nothrow()
1982 …Reference<XPropertySetInfo> xInfo = xColumn.is() ? xColumn->getPropertySetInfo() : Reference<XProp… in execute_NoApprove_NoNewConn() local
1983 if(xInfo.is() && xInfo->hasPropertyByName(PROPERTY_DESCRIPTION)) in execute_NoApprove_NoNewConn()
H A DTableDeco.cxx303 Reference<XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in getFastPropertyValue() local
304 if ( xInfo->hasPropertyByName(PROPERTY_PRIVILEGES) ) in getFastPropertyValue()
381 Reference<XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in construct() local
382 bNotFound = !xInfo->hasPropertyByName(PROPERTY_PRIVILEGES); in construct()
393 Reference<XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in createArrayHelper() local
395 Sequence< Property > aTableProps = xInfo->getProperties(); in createArrayHelper()
424 Reference<XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in getInfoHelper() local
425 …bool bIsDescriptor = (xInfo->getPropertyByName(PROPERTY_NAME).Attributes & PropertyAttribute::READ… in getInfoHelper()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1703 Reference < XPropertySetInfo > xInfo ( xPropertySet->getPropertySetInfo() ); in exportText() local
1705 if( xInfo.is() ) in exportText()
1707 if (xInfo->hasPropertyByName( sTextSection )) in exportText()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1771 uno::Reference< beans::XPropertySetInfo > xInfo; in setPropertyValues() local
1885 if ( !xInfo.is() ) in setPropertyValues()
1886 xInfo = getPropertySetInfo( xEnv, in setPropertyValues()
1889 if ( !xInfo->hasPropertyByName( bIsSpecial ? aSpecialName : rName ) ) in setPropertyValues()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java669 XServiceInfo xInfo = (XServiceInfo) UnoRuntime.queryInterface( in ParagraphExample() local
671 if ( !xInfo.supportsService ( "com.sun.star.text.TextTable" ) ) in ParagraphExample()
677 XPropertySet.class, xInfo ); in ParagraphExample()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx938 …static css::uno::Reference< css::beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHe… in getPropertySetInfo() local
939 pInfo = &xInfo; in getPropertySetInfo()
/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/framework/source/services/
H A Dautorecovery.cxx3449 …static css::uno::Reference< css::beans::XPropertySetInfo > xInfo(createPropertySetInfo(getInfoHelp… in getPropertySetInfo() local
3450 pInfo = &xInfo; in getPropertySetInfo()

Completed in 304 milliseconds

12345678910