Lines Matching refs:sPropName

271 inline DateTime const GetDateTimeProperty( const OUString& sPropName,
273 inline Date const GetDateProperty( const OUString& sPropName,
276 const OUString& sPropName,
3541 const OUString& sPropName, in GetBoolProperty() argument
3544 Any aAny = xPropSet->getPropertyValue(sPropName); in GetBoolProperty()
3550 const OUString& sPropName, in GetOptionalBoolProperty() argument
3555 return xPropSetInfo->hasPropertyByName( sPropName ) in GetOptionalBoolProperty()
3556 ? GetBoolProperty( sPropName, xPropSet ) : bDefault; in GetOptionalBoolProperty()
3560 const OUString& sPropName, in GetDoubleProperty() argument
3563 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDoubleProperty()
3570 const OUString& sPropName, in GetStringProperty() argument
3573 Any aAny = xPropSet->getPropertyValue(sPropName); in GetStringProperty()
3580 const OUString& sPropName, in GetIntProperty() argument
3583 Any aAny = xPropSet->getPropertyValue(sPropName); in GetIntProperty()
3590 const OUString& sPropName, in GetInt16Property() argument
3593 Any aAny = xPropSet->getPropertyValue(sPropName); in GetInt16Property()
3600 const OUString& sPropName, in GetInt8Property() argument
3603 Any aAny = xPropSet->getPropertyValue(sPropName); in GetInt8Property()
3610 const OUString& sPropName, in GetDateTimeProperty() argument
3613 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDateTimeProperty()
3620 const OUString& sPropName, in GetDateProperty() argument
3623 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDateProperty()
3630 const OUString& sPropName, in GetStringSequenceProperty() argument
3633 Any aAny = xPropSet->getPropertyValue(sPropName); in GetStringSequenceProperty()