Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx303 Any* pPropContainer = NULL; in convertFastPropertyValue() local
312 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 13 milliseconds