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()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()168 if( pSeqAny ) in SetPropertyValue()202 com::sun::star::uno::Any* pSeqAny = &aPropSeq[ (*aHashIter).second ].Value; in ClearPropertyValue() local203 if ( pSeqAny ) in ClearPropertyValue()238 com::sun::star::uno::Any* pSeqAny = GetPropertyValueByName( rSequenceName ); in ClearPropertyValue() local[all …]
Completed in 7 milliseconds