/aoo42x/main/sw/source/ui/index/ |
H A D | cntex.cxx | 104 void lcl_SetProp( uno::Reference< XPropertySetInfo > & xInfo, in lcl_SetProp() argument 109 if(xInfo->hasPropertyByName(uPropName)) in lcl_SetProp() 116 void lcl_SetProp( uno::Reference< XPropertySetInfo > & xInfo, in lcl_SetProp() argument 120 lcl_SetProp( xInfo, xProps, SW_PROP_NAME_STR(nId), rValue); in lcl_SetProp() 122 void lcl_SetProp( uno::Reference< XPropertySetInfo > & xInfo, in lcl_SetProp() argument 127 if(xInfo->hasPropertyByName(uPropName)) in lcl_SetProp() 136 uno::Reference< beans::XPropertySetInfo > & xInfo, in lcl_SetBOOLProp() 141 if(xInfo->hasPropertyByName(uPropName)) in lcl_SetBOOLProp() 264 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_TITLE, *rDesc.GetTitle()); in CreateOrUpdateExample() 320 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_LABEL_DISPLAY_TYPE, nSet); in CreateOrUpdateExample() [all …]
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | solverutil.cxx | 114 uno::Reference<lang::XServiceInfo> xInfo( xIntFac, uno::UNO_QUERY ); in GetImplementations() local 115 if ( xInfo.is() ) in GetImplementations() 117 rtl::OUString sName = xInfo->getImplementationName(); in GetImplementations() 170 uno::Reference<lang::XServiceInfo> xInfo( xIntFac, uno::UNO_QUERY ); in GetSolver() local 171 if ( xInfo.is() ) in GetSolver() 173 rtl::OUString sName = xInfo->getImplementationName(); in GetSolver() 201 uno::Reference<beans::XPropertySetInfo> xInfo = xPropSet->getPropertySetInfo(); in GetDefaults() local 202 OSL_ENSURE( xInfo.is(), "can't get property set info" ); in GetDefaults() 203 if ( !xInfo.is() ) in GetDefaults() 206 uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in GetDefaults()
|
/aoo42x/main/xmloff/source/table/ |
H A D | XMLTableImport.cxx | 336 boost::shared_ptr< ColumnInfo > xInfo ( new ColumnInfo ); in ImportColumn() local 357 xInfo->msStyleName = sValue; in ImportColumn() 361 xInfo->msDefaultCellStyleName = sValue; in ImportColumn() 365 xInfo->mbVisibility = IsXMLToken( sValue, XML_VISIBLE ); in ImportColumn() 378 maColumnInfos.push_back( xInfo ); in ImportColumn() 382 maColumnInfos.insert( maColumnInfos.end(), nRepeated, xInfo ); in ImportColumn() 408 boost::shared_ptr< ColumnInfo > xInfo( maColumnInfos[nCol] ); in InitColumns() local 410 if( pAutoStyles && xInfo->msStyleName.getLength() ) in InitColumns() 585 boost::shared_ptr< MergeInfo > xInfo( (*aIter++) ); in EndElement() local 587 if( xInfo.get() ) try in EndElement() [all …]
|
/aoo42x/main/unotools/source/config/ |
H A D | useroptions.cxx | 784 aProp = xInfo->getPropertyByName(s_so); in IsTokenReadonly() 790 aProp = xInfo->getPropertyByName(s_sgivenname); in IsTokenReadonly() 796 aProp = xInfo->getPropertyByName(s_ssn); in IsTokenReadonly() 802 aProp = xInfo->getPropertyByName(s_sinitials); in IsTokenReadonly() 808 aProp = xInfo->getPropertyByName(s_sstreet); in IsTokenReadonly() 814 aProp = xInfo->getPropertyByName(s_sl); in IsTokenReadonly() 820 aProp = xInfo->getPropertyByName(s_sst); in IsTokenReadonly() 832 aProp = xInfo->getPropertyByName(s_sc); in IsTokenReadonly() 838 aProp = xInfo->getPropertyByName(s_sposition); in IsTokenReadonly() 844 aProp = xInfo->getPropertyByName(s_stitle); in IsTokenReadonly() [all …]
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtstyli.cxx | 469 Reference< XPropertySetInfo > xInfo; in FillPropertySet() local 486 if(!xInfo.is()) in FillPropertySet() 488 xInfo = rPropSet->getPropertySetInfo(); in FillPropertySet() 491 if ( xInfo->hasPropertyByName( sAutoProp ) ) in FillPropertySet() 605 if(!xInfo.is()) in FillPropertySet() 607 xInfo = rPropSet->getPropertySetInfo(); in FillPropertySet() 610 if(xInfo->hasPropertyByName(rPropertyName)) in FillPropertySet() 655 if(!xInfo.is()) in FillPropertySet() 657 xInfo = rPropSet->getPropertySetInfo(); in FillPropertySet() 660 if(xInfo->hasPropertyByName(rPropertyName)) in FillPropertySet()
|
/aoo42x/main/comphelper/source/property/ |
H A D | genericpropertyset.cxx | 114 Reference < XPropertySetInfo > xInfo = getPropertySetInfo( ); in addPropertyChangeListener() local 115 if ( xInfo.is() ) in addPropertyChangeListener() 119 Sequence< Property> aSeq = xInfo->getProperties(); in addPropertyChangeListener() 127 else if ( xInfo->hasPropertyByName(aPropertyName) ) in addPropertyChangeListener() 137 Reference < XPropertySetInfo > xInfo = getPropertySetInfo( ); in removePropertyChangeListener() local 139 if ( xInfo.is() ) in removePropertyChangeListener() 143 Sequence< Property> aSeq = xInfo->getProperties(); in removePropertyChangeListener() 151 else if ( xInfo->hasPropertyByName(aPropertyName) ) in removePropertyChangeListener()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximppage.cxx | 301 Reference< beans::XPropertySetInfo > xInfo( xSet->getPropertySetInfo() ); in EndElement() local 306 if( xInfo->hasPropertyByName( aStrHeaderTextProp ) ) in EndElement() 314 if( xInfo->hasPropertyByName( aStrFooterTextProp ) ) in EndElement() 322 if( xInfo->hasPropertyByName( aStrDateTimeTextProp ) ) in EndElement() 396 Reference< beans::XPropertySetInfo > xInfo( xPropSet1->getPropertySetInfo() ); in SetStyle() local 397 if( xInfo.is() && xInfo->hasPropertyByName( aBackground ) ) in SetStyle() 472 Reference< beans::XPropertySetInfo > xInfo( xPropSet->getPropertySetInfo() ); in SetLayout() local 473 if( xInfo.is() && xInfo->hasPropertyByName( aPropName ) ) in SetLayout()
|
H A D | XMLShapeStyleContext.cxx | 247 Reference< XPropertySetInfo > xInfo; in FillPropertySet() local 273 if( !xInfo.is() ) in FillPropertySet() 274 xInfo = rPropSet->getPropertySetInfo(); in FillPropertySet() 275 if ( xInfo->hasPropertyByName( rPropertyName ) ) in FillPropertySet() 299 if( !xInfo.is() ) in FillPropertySet() 300 xInfo = rPropSet->getPropertySetInfo(); in FillPropertySet() 301 if ( xInfo->hasPropertyByName( rPropertyName ) ) in FillPropertySet()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | drawsh5.cxx | 107 uno::Reference< beans::XPropertySetInfo > xInfo = xPropSet->getPropertySetInfo(); in GetHLinkState() local 114 if(xInfo->hasPropertyByName( sPropButtonType )) in GetHLinkState() 122 if(xInfo->hasPropertyByName( sPropLabel )) in GetHLinkState() 131 if(xInfo->hasPropertyByName( sPropTargetURL )) in GetHLinkState() 140 if(xInfo->hasPropertyByName( sPropTargetFrame )) in GetHLinkState() 194 … uno::Reference< beans::XPropertySetInfo > xInfo = xPropSet->getPropertySetInfo(); in ExecuteHLink() local 200 if (xInfo->hasPropertyByName( sPropTargetURL )) in ExecuteHLink() 212 if ( xInfo->hasPropertyByName( sPropLabel ) ) in ExecuteHLink() 222 … if( rTarget.Len() && xInfo->hasPropertyByName( sPropTargetFrame ) ) in ExecuteHLink() 228 if ( xInfo->hasPropertyByName( sPropButtonType ) ) in ExecuteHLink()
|
/aoo42x/main/toolkit/source/layout/core/ |
H A D | proplist.cxx | 62 uno::Reference< beans::XPropertySetInfo > xInfo( xPeer, uno::UNO_QUERY ); in canHandleProps() local 64 return xInfo.is() && xVclPeer.is(); in canHandleProps() 71 uno::Reference< beans::XPropertySetInfo > xInfo( xPeer, uno::UNO_QUERY ); in queryPropertyInfo() local 72 if ( !xInfo.is() ) in queryPropertyInfo() 76 xInfo = xPropSet->getPropertySetInfo(); in queryPropertyInfo() 78 return xInfo; in queryPropertyInfo() 269 uno::Reference< beans::XPropertySetInfo > xInfo in setProperty() local 271 prop = xInfo->getPropertyByName( unoAttr ); in setProperty()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 138 return xInfo; in getPropertySetInfo() 514 return xInfo; in getPropertySetInfo() 689 return xInfo; in getPropertySetInfo() 873 return xInfo; in getPropertySetInfo() 1002 return xInfo; in getPropertySetInfo() 1212 return xInfo; in getPropertySetInfo() 1407 return xInfo; in getPropertySetInfo() 1722 return xInfo; in getPropertySetInfo() 1908 return xInfo; in getPropertySetInfo() 2736 return xInfo; in IMPL_SERVICEINFO_DERIVED() [all …]
|
H A D | unocontrol.cxx | 1182 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() 1209 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() 1219 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() 1229 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() 1239 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() 1249 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() 1259 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() 1269 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() 1279 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() 1290 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer() [all …]
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | XMLRedlineImportHelper.cxx | 294 Reference<XPropertySetInfo> xInfo = in XMLRedlineImportHelper() local 297 bHandleShowChanges = ! xInfo->hasPropertyByName( sShowChanges ); in XMLRedlineImportHelper() 298 bHandleRecordChanges = ! xInfo->hasPropertyByName( sRecordChanges ); in XMLRedlineImportHelper() 299 bHandleProtectionKey = ! xInfo->hasPropertyByName( sRedlineProtectionKey ); in XMLRedlineImportHelper() 371 Reference<XPropertySetInfo> xInfo = in ~XMLRedlineImportHelper() local 374 bHandleShowChanges = ! xInfo->hasPropertyByName( sShowChanges ); in ~XMLRedlineImportHelper() 375 bHandleRecordChanges = ! xInfo->hasPropertyByName( sRecordChanges ); in ~XMLRedlineImportHelper() 376 bHandleProtectionKey = ! xInfo->hasPropertyByName( sRedlineProtectionKey ); in ~XMLRedlineImportHelper()
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 702 uno::Reference< beans::XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in _elementInserted() local 703 if ( xInfo.is() ) in _elementInserted() 705 if ( xInfo->hasPropertyByName(PROPERTY_NAME) ) in _elementInserted() 707 else if ( xInfo->hasPropertyByName(PROPERTY_EXPRESSION) ) in _elementInserted() 789 if ( xInfo.is() ) in DBG_NAME() 792 if ( xInfo->hasPropertyByName(PROPERTY_NAME) ) in DBG_NAME() 794 else if ( xInfo->hasPropertyByName(PROPERTY_EXPRESSION) ) in DBG_NAME() 796 if ( xInfo->hasPropertyByName(PROPERTY_DATAFIELD) ) in DBG_NAME() 798 if ( xInfo->hasPropertyByName(PROPERTY_LABEL) ) in DBG_NAME() 800 if ( xInfo->hasPropertyByName(PROPERTY_HEADERON) ) in DBG_NAME() [all …]
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | numberingtypelistbox.cxx | 46 uno::Reference<text::XNumberingTypeInfo> xInfo; member 62 pImpl->xInfo = uno::Reference<text::XNumberingTypeInfo>(xDefNum, uno::UNO_QUERY); in SwNumberingTypeListBox() 82 if(pImpl->xInfo.is()) in Reload() 84 aTypes = pImpl->xInfo->getSupportedNumberingTypes(); in Reload() 139 OUString aIdent = pImpl->xInfo->getNumberingIdentifier( nCurrent ); in Reload()
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | FieldDescriptions.cxx | 677 Reference<XPropertySetInfo> xInfo = _rxColumn->getPropertySetInfo(); in copyColumnSettingsTo() local 679 if ( GetFormatKey() != NumberFormat::ALL && xInfo->hasPropertyByName(PROPERTY_FORMATKEY) ) in copyColumnSettingsTo() 681 if ( GetHorJustify() != SVX_HOR_JUSTIFY_STANDARD && xInfo->hasPropertyByName(PROPERTY_ALIGN) ) in copyColumnSettingsTo() 683 if ( GetHelpText().getLength() && xInfo->hasPropertyByName(PROPERTY_HELPTEXT) ) in copyColumnSettingsTo() 685 if ( GetControlDefault().hasValue() && xInfo->hasPropertyByName(PROPERTY_CONTROLDEFAULT) ) in copyColumnSettingsTo() 688 if(xInfo->hasPropertyByName(PROPERTY_RELATIVEPOSITION)) in copyColumnSettingsTo() 690 if(xInfo->hasPropertyByName(PROPERTY_WIDTH)) in copyColumnSettingsTo() 692 if(xInfo->hasPropertyByName(PROPERTY_HIDDEN)) in copyColumnSettingsTo()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SOImageService.java | 100 final XPropertySetInfo xInfo = xImage.getPropertySetInfo(); in getImageSize() local 101 if (xInfo.hasPropertyByName("Size100thMM")) in getImageSize() 113 else if (xInfo.hasPropertyByName("SizePixel")) in getImageSize() 150 final XPropertySetInfo xInfo = xImage.getPropertySetInfo(); in getMimeType() local 151 if (xInfo.hasPropertyByName("MimeType")) in getMimeType()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | TableDeco.cxx | 303 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()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | drformsh.cxx | 203 uno::Reference< beans::XPropertySetInfo > xInfo = xPropSet->getPropertySetInfo(); in GetState() local 204 if(xInfo->hasPropertyByName(C2U("ButtonType" ))) in GetState() 211 if(xInfo->hasPropertyByName( C2U("Label") )) in GetState() 222 if(xInfo->hasPropertyByName( C2U("TargetURL" ))) in GetState() 233 if(xInfo->hasPropertyByName( C2U("TargetFrame") )) in GetState()
|
/aoo42x/main/svx/source/table/ |
H A D | tablecolumn.cxx | 254 static rtl::Reference< ::comphelper::FastPropertySetInfo > xInfo; in getStaticPropertySetInfo() local 255 if( !xInfo.is() ) in getStaticPropertySetInfo() 258 if( !xInfo.is() ) in getStaticPropertySetInfo() 292 xInfo.set( new ::comphelper::FastPropertySetInfo(aProperties) ); in getStaticPropertySetInfo() 296 return xInfo; in getStaticPropertySetInfo()
|
H A D | tablerow.cxx | 329 static rtl::Reference< ::comphelper::FastPropertySetInfo > xInfo; in getStaticPropertySetInfo() local 330 if( !xInfo.is() ) in getStaticPropertySetInfo() 333 if( !xInfo.is() ) in getStaticPropertySetInfo() 367 xInfo.set( new ::comphelper::FastPropertySetInfo(aProperties) ); in getStaticPropertySetInfo() 371 return xInfo; in getStaticPropertySetInfo()
|
/aoo42x/main/xmloff/source/style/ |
H A D | xmlexppr.cxx | 626 Reference< XPropertySetInfo > xInfo( xPropSet->getPropertySetInfo() ); in _Filter() local 627 if( !xInfo.is() ) in _Filter() 645 PropertySetInfoKey aKey( xInfo, aImplId ); in _Filter() 666 xInfo->hasPropertyByName( rAPIName ) ) ) in _Filter() 684 WeakReference < XPropertySetInfo > xWeakInfo( xInfo ); in _Filter() 685 xInfo = 0; in _Filter() 686 xInfo = xWeakInfo; in _Filter() 687 if( xInfo.is() ) in _Filter() 692 PropertySetInfoKey aKey( xInfo, aImplId ); in _Filter()
|
/aoo42x/main/cppuhelper/source/ |
H A D | factory.cxx | 1020 Reference<XServiceInfo > xInfo( xFactory, UNO_QUERY ); in getImplementationName() local 1021 if( xInfo.is() ) in getImplementationName() 1022 return xInfo->getImplementationName(); in getImplementationName() 1030 Reference<XServiceInfo > xInfo( xFactory, UNO_QUERY ); in supportsService() local 1031 if( xInfo.is() ) in supportsService() 1032 return xInfo->supportsService( ServiceName ); in supportsService() 1040 Reference<XServiceInfo > xInfo( xFactory, UNO_QUERY ); in getSupportedServiceNames() local 1041 if( xInfo.is() ) in getSupportedServiceNames() 1042 return xInfo->getSupportedServiceNames(); in getSupportedServiceNames()
|
/aoo42x/main/chart2/source/tools/ |
H A D | WrappedPropertySet.cxx | 88 Reference< beans::XPropertySetInfo > xInfo = m_xInfo; in getPropertySetInfo() local 89 if( !xInfo.is() ) in getPropertySetInfo() 92 xInfo = m_xInfo; in getPropertySetInfo() 93 if( !xInfo.is() ) in getPropertySetInfo() 95 xInfo = ::cppu::OPropertySetHelper::createPropertySetInfo( getInfoHelper() ); in getPropertySetInfo() 97 m_xInfo = xInfo; in getPropertySetInfo()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | formbrowsertools.cxx | 65 Reference< XServiceInfo > xInfo(xIFace, UNO_QUERY); in GetUIHeadlineName() local 66 if (xInfo.is() && (xInfo->supportsService(SERVICE_COMPONENT_FORMATTEDFIELD))) in GetUIHeadlineName() 68 else if (!xInfo.is()) in GetUIHeadlineName()
|