Searched refs:pPropContainer (Results 1 – 1 of 1) sorted by relevance
303 Any* pPropContainer = NULL; in convertFastPropertyValue() local312 pPropContainer = &(*aIter); in convertFastPropertyValue()315 pPropContainer = reinterpret_cast<Any*>(aPos->aLocation.pDerivedClassMember); in convertFastPropertyValue()318 if (!pPropContainer->hasValue() || !aNewRequestedValue.hasValue()) in convertFastPropertyValue()319 bModified = pPropContainer->hasValue() != aNewRequestedValue.hasValue(); in convertFastPropertyValue()322 … const_cast< void* >( pPropContainer->getValue() ), aPos->aProperty.Type.getTypeLibType(), in convertFastPropertyValue()330 _rOldValue = *pPropContainer; in convertFastPropertyValue()
Completed in 16 milliseconds