Lines Matching refs:beans

50 SdrCustomShapeGeometryItem::SdrCustomShapeGeometryItem( const uno::Sequence< beans::PropertyValue >…  in SdrCustomShapeGeometryItem()
61 beans::PropertyValue& rPropVal = aPropSeq[ i ]; in SdrCustomShapeGeometryItem()
63 ….getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::PropertyValue >*)… in SdrCustomShapeGeometryItem()
65 …uno::Sequence< beans::PropertyValue >& rPropSeq = *( uno::Sequence< beans::PropertyValue >*)rPropV… in SdrCustomShapeGeometryItem()
68 beans::PropertyValue& rPropVal2 = rPropSeq[ j ]; in SdrCustomShapeGeometryItem()
90 …if ( pSeqAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Prop… in GetPropertyValueByName()
95 ::com::sun::star::uno::Sequence < beans::PropertyValue >& rSecSequence = in GetPropertyValueByName()
96 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in GetPropertyValueByName()
104 void SdrCustomShapeGeometryItem::SetPropertyValue( const com::sun::star::beans::PropertyValue& rPro… in SetPropertyValue()
110 …if ( pAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Propert… in SetPropertyValue()
112 ::com::sun::star::uno::Sequence < beans::PropertyValue >& rSecSequence = in SetPropertyValue()
113 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pAny->getValue()); in SetPropertyValue()
122 ….getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::PropertyValue >*)… in SetPropertyValue()
124 ::com::sun::star::uno::Sequence < beans::PropertyValue >& rSecSequence = in SetPropertyValue()
125 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pAny->getValue()); in SetPropertyValue()
128 beans::PropertyValue& rPropVal2 = rSecSequence[ i ]; in SetPropertyValue()
143 …tPropertyValue( const rtl::OUString& rSequenceName, const com::sun::star::beans::PropertyValue& rP… in SetPropertyValue()
153 ::com::sun::star::uno::Sequence < beans::PropertyValue > aSeq; in SetPropertyValue()
154 beans::PropertyValue aValue; in SetPropertyValue()
170 …if ( pSeqAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Prop… in SetPropertyValue()
175 ::com::sun::star::uno::Sequence < beans::PropertyValue >& rSecSequence = in SetPropertyValue()
176 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in SetPropertyValue()
181 ::com::sun::star::uno::Sequence < beans::PropertyValue >& rSecSequence = in SetPropertyValue()
182 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in SetPropertyValue()
205 …if ( pSeqAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Prop… in ClearPropertyValue()
207 ::com::sun::star::uno::Sequence < beans::PropertyValue >& rSecSequence = in ClearPropertyValue()
208 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in ClearPropertyValue()
241 …if ( pSeqAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Prop… in ClearPropertyValue()
246 ::com::sun::star::uno::Sequence < beans::PropertyValue >& rSecSequence = in ClearPropertyValue()
247 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in ClearPropertyValue()
353 const uno::Sequence< beans::PropertyValue >& SdrCustomShapeGeometryItem::GetGeometry() const in GetGeometry()