Searched refs:pSourceProperty (Results 1 – 1 of 1) sorted by relevance
386 for ( const Property* pSourceProperty = aSourceProperties.getConstArray(); in ODatabaseForm() local387 … pSourceProperty != aSourceProperties.getConstArray() + aSourceProperties.getLength(); in ODatabaseForm()388 ++pSourceProperty in ODatabaseForm()391 if ( xDestPSI->hasPropertyByName( pSourceProperty->Name ) ) in ODatabaseForm()399 aInitialValue = xSourcePropState->getPropertyDefault( pSourceProperty->Name ); in ODatabaseForm()403 aInitialValue = xSourceProps->getPropertyValue( pSourceProperty->Name ); in ODatabaseForm()405 addProperty( pSourceProperty->Name, pSourceProperty->Attributes, aInitialValue ); in ODatabaseForm()406 …setPropertyValue( pSourceProperty->Name, xSourceProps->getPropertyValue( pSourceProperty->Name ) ); in ODatabaseForm()
Completed in 28 milliseconds