Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/property/
H A Dproperty.cxx85 Property aDestProp; in copyProperties() local
92 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()
/trunk/main/forms/source/component/
H A DEdit.cxx472 Property aDestProp( xDestInfo->getPropertyByName( pSourceProps->Name ) ); in lcl_transferProperties() local
473 if ( 0 != ( aDestProp.Attributes & PropertyAttribute::READONLY ) ) in lcl_transferProperties()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1225 Property aDestProp = xForeignPropInfo.getPropertyByName(sPropertyName); in copyProperties() local
1226 if ((aDestProp.Attributes & PropertyAttribute.READONLY) == 0) in copyProperties()

Completed in 31 milliseconds