Lines Matching refs:Name
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()
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()
383 const rtl::OUString & rName = rProps[ n ].Name; in containsAllNames()
454 addProperty( rProp.Name, rProp.Value, rProp.IsCaseSensitive ); in addProperty()
661 if ( isCachable( (*it).Name, (*it).IsCaseSensitive ) ) in addProperties()