Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/component/
H A DDatabaseForm.cxx386 for ( const Property* pSourceProperty = aSourceProperties.getConstArray(); in ODatabaseForm() local
387pSourceProperty != 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 27 milliseconds