Searched refs:pSeqAny (Results 1 – 1 of 1) sorted by relevance
87 com::sun::star::uno::Any* pSeqAny = GetPropertyValueByName( rSequenceName ); in GetPropertyValueByName() local88 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() local151 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 …]