Lines Matching refs:rProp

245         const beans::Property & rProp = rProps[ n ];  in UCBNamesToDAVNames()  local
247 if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
253 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
256 ( rProp.Name == DAVProperties::CREATIONDATE ) ) in UCBNamesToDAVNames()
264 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
267 ( rProp.Name == DAVProperties::GETLASTMODIFIED ) ) in UCBNamesToDAVNames()
276 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
279 ( rProp.Name == DAVProperties::GETCONTENTTYPE ) ) in UCBNamesToDAVNames()
288 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
291 ( rProp.Name == DAVProperties::GETCONTENTLENGTH ) ) in UCBNamesToDAVNames()
300 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
303 rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
306 rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
309 ( rProp.Name == DAVProperties::RESOURCETYPE ) ) in UCBNamesToDAVNames()
320 propertyNames.push_back( rProp.Name ); in UCBNamesToDAVNames()
345 const beans::Property & rProp = rProps[ n ]; in UCBNamesToHTTPNames() local
347 if ( rProp.Name.equalsAsciiL( in UCBNamesToHTTPNames()
353 else if ( rProp.Name.equalsAsciiL( in UCBNamesToHTTPNames()
359 else if ( rProp.Name.equalsAsciiL( in UCBNamesToHTTPNames()
368 propertyNames.push_back( rProp.Name ); in UCBNamesToHTTPNames()
452 void ContentProperties::addProperty( const DAVPropertyValue & rProp ) in addProperty() argument
454 addProperty( rProp.Name, rProp.Value, rProp.IsCaseSensitive ); in addProperty()