Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/commontools/
H A Ddbtools.cxx1137 Any aEffectiveDefault( xOldProps->getPropertyValue(sPropEffectiveDefault) ); in TransferFormComponentProperties() local
1138 if (aEffectiveDefault.hasValue()) in TransferFormComponentProperties()
1140 sal_Bool bIsString = aEffectiveDefault.getValueType().getTypeClass() == TypeClass_STRING; in TransferFormComponentProperties()
1141 OSL_ENSURE(bIsString || aEffectiveDefault.getValueType().getTypeClass() == TypeClass_DOUBLE, in TransferFormComponentProperties()
1148 Date aDate = DBTypeConversion::toDate(getDouble(aEffectiveDefault)); in TransferFormComponentProperties()
1154 Time aTime = DBTypeConversion::toTime(getDouble(aEffectiveDefault)); in TransferFormComponentProperties()
1160 …tyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DEFAULTVALUE), aEffectiveDefault); in TransferFormComponentProperties()
1165 xNewProps->setPropertyValue(sPropDefaultText, aEffectiveDefault); in TransferFormComponentProperties()

Completed in 28 milliseconds