Lines Matching refs:hasProperty

443 			if (hasProperty(sUserProp, xRowSetProps))  in lcl_connectRowSet()
445 … if (hasProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD), xRowSetProps)) in lcl_connectRowSet()
458 if (hasProperty(sUserProp, xRowSetProps)) in lcl_connectRowSet()
460 … if (hasProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD), xRowSetProps)) in lcl_connectRowSet()
992 if (xConnParentProps.is() && hasProperty(sPropFormatsSupplier, xConnParentProps)) in getNumberFormats()
1101 if (hasProperty(sPropCurrencySymbol, xFormat)) in TransferFormComponentProperties()
1104 if (aVal.hasValue() && hasProperty(sPropCurrencySymbol, xNewProps)) in TransferFormComponentProperties()
1109 if (hasProperty(sPropDecimals, xFormat) && hasProperty(sPropDecimals, xNewProps)) in TransferFormComponentProperties()
1118 if (hasProperty(sPropValueMin, xNewProps)) in TransferFormComponentProperties()
1128 if (hasProperty(sPropValueMax, xNewProps)) in TransferFormComponentProperties()
1145 if (hasProperty(sPropDefaultDate, xNewProps) && !bIsString) in TransferFormComponentProperties()
1152 if (hasProperty(sPropDefaultTime, xNewProps) && !bIsString) in TransferFormComponentProperties()
1158 …if (hasProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DEFAULTVALUE), xNewProps)… in TransferFormComponentProperties()
1163 if (hasProperty(sPropDefaultText, xNewProps) && bIsString) in TransferFormComponentProperties()
1185 if (hasProperty(sPropDecimalAccuracy, xOldProps)) in TransferFormComponentProperties()
1190 if (hasProperty(sPropClassId, xOldProps)) in TransferFormComponentProperties()
1230 if (hasProperty(sPropValueMin, xOldProps)) in TransferFormComponentProperties()
1232 if (hasProperty(sPropValueMax, xOldProps)) in TransferFormComponentProperties()
1239 if (hasProperty(sPropDefaultDate, xOldProps)) in TransferFormComponentProperties()
1246 if (hasProperty(sPropDefaultTime, xOldProps)) in TransferFormComponentProperties()
1254 …if (hasProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DEFAULTVALUE), xOldProps)) in TransferFormComponentProperties()
1256 if (hasProperty(sPropDefaultText, xOldProps)) in TransferFormComponentProperties()
1881 if (hasProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCALE), xParamColumn)) in askForParameters()