Searched refs:aDestProp (Results 1 – 3 of 3) sorted by relevance
85 Property aDestProp; in copyProperties() local92 aDestProp = xDestProps->getPropertyByName(pSourceProps->Name); in copyProperties()93 if (0 == (aDestProp.Attributes & PropertyAttribute::READONLY) ) in copyProperties()96 … if ( 0 != (aDestProp.Attributes & PropertyAttribute::MAYBEVOID) || aSourceValue.hasValue() ) in copyProperties()
472 Property aDestProp( xDestInfo->getPropertyByName( pSourceProps->Name ) ); in lcl_transferProperties() local473 if ( 0 != ( aDestProp.Attributes & PropertyAttribute::READONLY ) ) in lcl_transferProperties()
1225 Property aDestProp = xForeignPropInfo.getPropertyByName(sPropertyName); in copyProperties() local1226 if ((aDestProp.Attributes & PropertyAttribute.READONLY) == 0) in copyProperties()
Completed in 33 milliseconds