Home
last modified time | relevance | path

Searched refs:pSeqAny (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/svx/source/items/
H A Dcustomshapeitem.cxx87 com::sun::star::uno::Any* pSeqAny = GetPropertyValueByName( rSequenceName ); in GetPropertyValueByName() local
88 if ( pSeqAny ) in GetPropertyValueByName()
90 …if ( pSeqAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Prop… in GetPropertyValueByName()
96 … *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in GetPropertyValueByName()
150 com::sun::star::uno::Any* pSeqAny = GetPropertyValueByName( rSequenceName ); in SetPropertyValue() local
151 if( pSeqAny == NULL ) in SetPropertyValue()
163 pSeqAny = &aPropSeq[ nIndex ].Value; in SetPropertyValue()
166 DBG_ASSERT( pSeqAny, "SdrCustomShapeGeometryItem::SetPropertyValue() - No Value??" ); in SetPropertyValue()
168 if( pSeqAny ) in SetPropertyValue()
170 …if ( pSeqAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Prop… in SetPropertyValue()
[all …]