Lines Matching refs:xSet
657 …uno::Reference < beans::XPropertySet > xSet( static_cast<SdrOle2Obj*>(mpObj.get())->GetObjRef()->g… in setPropertyValueImpl() local
658 if( xSet.is() ) in setPropertyValueImpl()
661 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
678 …uno::Reference < beans::XPropertySet > xSet( static_cast<SdrOle2Obj*>(mpObj.get())->GetObjRef()->g… in getPropertyValueImpl() local
679 if( xSet.is() ) in getPropertyValueImpl()
681 rValue = xSet->getPropertyValue( rName ); in getPropertyValueImpl()
730 …uno::Reference < beans::XPropertySet > xSet( static_cast<SdrOle2Obj*>(mpObj.get())->GetObjRef()->g… in setPropertyValueImpl() local
731 if( xSet.is() ) in setPropertyValueImpl()
734 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
751 …uno::Reference < beans::XPropertySet > xSet( static_cast<SdrOle2Obj*>(mpObj.get())->GetObjRef()->g… in getPropertyValueImpl() local
752 if( xSet.is() ) in getPropertyValueImpl()
754 rValue <<= xSet->getPropertyValue( rName ); in getPropertyValueImpl()
803 …uno::Reference < beans::XPropertySet > xSet( static_cast<SdrOle2Obj*>(mpObj.get())->GetObjRef()->g… in setPropertyValueImpl() local
804 if( xSet.is() ) in setPropertyValueImpl()
807 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
824 …uno::Reference < beans::XPropertySet > xSet( static_cast<SdrOle2Obj*>(mpObj.get())->GetObjRef()->g… in getPropertyValueImpl() local
825 if( xSet.is() ) in getPropertyValueImpl()
827 rValue <<= xSet->getPropertyValue( rName ); in getPropertyValueImpl()