Lines Matching refs:pSeqAny

87 	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()
176 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in SetPropertyValue()
182 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in SetPropertyValue()
202 com::sun::star::uno::Any* pSeqAny = &aPropSeq[ (*aHashIter).second ].Value; in ClearPropertyValue() local
203 if ( pSeqAny ) in ClearPropertyValue()
205 …if ( pSeqAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Prop… in ClearPropertyValue()
208 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in ClearPropertyValue()
238 com::sun::star::uno::Any* pSeqAny = GetPropertyValueByName( rSequenceName ); in ClearPropertyValue() local
239 if ( pSeqAny ) in ClearPropertyValue()
241 …if ( pSeqAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Prop… in ClearPropertyValue()
247 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pSeqAny->getValue()); in ClearPropertyValue()