Lines Matching refs:xNewProps
1006 const Reference< XPropertySet>& xNewProps, in TransferFormComponentProperties()
1011 …OSL_ENSURE( xOldProps.is() && xNewProps.is(), "TransferFormComponentProperties: invalid source/des… in TransferFormComponentProperties()
1012 if ( !xOldProps.is() || !xNewProps.is() ) in TransferFormComponentProperties()
1017 Reference< XPropertySetInfo> xNewInfo( xNewProps->getPropertySetInfo()); in TransferFormComponentProperties()
1058 xNewProps->setPropertyValue(pResult->Name, xOldProps->getPropertyValue(pResult->Name)); in TransferFormComponentProperties()
1078 xSI = Reference< XServiceInfo >( xNewProps, UNO_QUERY ); in TransferFormComponentProperties()
1104 if (aVal.hasValue() && hasProperty(sPropCurrencySymbol, xNewProps)) in TransferFormComponentProperties()
1107 xNewProps->setPropertyValue(sPropCurrencySymbol, aVal); in TransferFormComponentProperties()
1109 if (hasProperty(sPropDecimals, xFormat) && hasProperty(sPropDecimals, xNewProps)) in TransferFormComponentProperties()
1110 xNewProps->setPropertyValue(sPropDecimals, xFormat->getPropertyValue(sPropDecimals)); in TransferFormComponentProperties()
1118 if (hasProperty(sPropValueMin, xNewProps)) in TransferFormComponentProperties()
1122 xNewProps->setPropertyValue(sPropValueMin, aEffectiveMin); in TransferFormComponentProperties()
1128 if (hasProperty(sPropValueMax, xNewProps)) in TransferFormComponentProperties()
1132 xNewProps->setPropertyValue(sPropValueMax, aEffectiveMax); in TransferFormComponentProperties()
1145 if (hasProperty(sPropDefaultDate, xNewProps) && !bIsString) in TransferFormComponentProperties()
1149 xNewProps->setPropertyValue(sPropDefaultDate, makeAny(aDate)); in TransferFormComponentProperties()
1152 if (hasProperty(sPropDefaultTime, xNewProps) && !bIsString) in TransferFormComponentProperties()
1155 xNewProps->setPropertyValue(sPropDefaultTime, makeAny(aTime)); in TransferFormComponentProperties()
1158 …y(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DEFAULTVALUE), xNewProps) && !bIsString) in TransferFormComponentProperties()
1160 …xNewProps->setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DEFAULTVALUE)… in TransferFormComponentProperties()
1163 if (hasProperty(sPropDefaultText, xNewProps) && bIsString) in TransferFormComponentProperties()
1165 xNewProps->setPropertyValue(sPropDefaultText, aEffectiveDefault); in TransferFormComponentProperties()
1178 xNewProps->getPropertyValue(sPropFormatsSupplier) >>= xSupplier; in TransferFormComponentProperties()
1225 …xNewProps->setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_FORMATKEY), m… in TransferFormComponentProperties()
1234 xNewProps->setPropertyValue(sPropEffectiveMin, aNewMin); in TransferFormComponentProperties()
1235 xNewProps->setPropertyValue(sPropEffectiveMax, aNewMax); in TransferFormComponentProperties()
1260 xNewProps->setPropertyValue(sPropEffectiveDefault, aNewDefault); in TransferFormComponentProperties()