Lines Matching refs:rPropSet
398 ::com::sun::star::beans::XPropertySet > rPropSet, in CheckSpecialContext()
401 OSL_ENSURE( rPropSet.is(), "need an XPropertySet" ); in CheckSpecialContext()
404 Reference< XPropertySetInfo > xInfo(rPropSet->getPropertySetInfo()); in CheckSpecialContext()
443 const Reference< XPropertySet > rPropSet, in FillPropertySet()
448 Reference< XTolerantMultiPropertySet > xTolPropSet( rPropSet, UNO_QUERY ); in FillPropertySet()
456 Reference< XPropertySetInfo > xInfo(rPropSet->getPropertySetInfo()); in FillPropertySet()
459 Reference<XMultiPropertySet> xMultiPropSet( rPropSet, UNO_QUERY ); in FillPropertySet()
467 bSet = _FillPropertySet( aProperties, rPropSet, in FillPropertySet()
472 bSet = _FillPropertySet( aProperties, rPropSet, xInfo, in FillPropertySet()
482 const Reference<XPropertySet> & rPropSet, in _FillPropertySet() argument
488 OSL_ENSURE( rPropSet.is(), "need an XPropertySet" ); in _FillPropertySet()
515 rPropSet->setPropertyValue( rPropName, rProp.maValue ); in _FillPropertySet()