Home
last modified time | relevance | path

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

/aoo42x/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx277 Any aProperlyTyped( NULL, aPos->aProperty.Type.getTypeLibType() ); in convertFastPropertyValue() local
280 … const_cast< void* >( aProperlyTyped.getValue() ), aProperlyTyped.getValueType().getTypeLibType(), in convertFastPropertyValue()
290 aNewRequestedValue = aProperlyTyped; in convertFastPropertyValue()
341 Any aProperlyTyped; in convertFastPropertyValue() local
349 aProperlyTyped = Any( NULL, aPos->aProperty.Type.getTypeLibType() ); in convertFastPropertyValue()
353 const_cast<void*>(aProperlyTyped.getValue()), aProperlyTyped.getValueType().getTypeLibType(), in convertFastPropertyValue()
363 pNewValue = &aProperlyTyped; in convertFastPropertyValue()

Completed in 30 milliseconds