Lines Matching refs:sPropertyName

246     OUString sPropertyName;  in HandleChild()  local
251 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("Length")); in HandleChild()
255 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("MinLength")); in HandleChild()
259 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("MaxLength")); in HandleChild()
263 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("TotalDigits")); in HandleChild()
267 sPropertyName =OUString(RTL_CONSTASCII_USTRINGPARAM("FractionDigits")); in HandleChild()
271 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("Pattern")); in HandleChild()
275 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("WhiteSpace")); in HandleChild()
292 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("MinInclusive")); in HandleChild()
295 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("MinExclusive")); in HandleChild()
298 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("MaxInclusive")); in HandleChild()
301 sPropertyName = OUString(RTL_CONSTASCII_USTRINGPARAM("MaxExclusive")); in HandleChild()
313 sPropertyName += OUString(RTL_CONSTASCII_USTRINGPARAM("Double")); in HandleChild()
317 sPropertyName += OUString(RTL_CONSTASCII_USTRINGPARAM("DateTime")); in HandleChild()
321 sPropertyName += OUString(RTL_CONSTASCII_USTRINGPARAM("Date")); in HandleChild()
325 sPropertyName += OUString(RTL_CONSTASCII_USTRINGPARAM("Time")); in HandleChild()
331 sPropertyName += OUString(RTL_CONSTASCII_USTRINGPARAM("Int")); in HandleChild()
361 && sPropertyName.getLength() > 0 in HandleChild()
363 && mxDataType->getPropertySetInfo()->hasPropertyByName(sPropertyName) ) in HandleChild()
367 mxDataType->setPropertyValue( sPropertyName, pConvert( sValue ) ); in HandleChild()