Searched refs:rKV (Results 1 – 1 of 1) sorted by relevance
170 virtual sal_Bool GetFirst( SvKeyValue& rKV ) { return xIter->GetFirst( rKV ); } in GetFirst() argument171 virtual sal_Bool GetNext( SvKeyValue& rKV ) { return xIter->GetNext( rKV ); } in GetNext() argument172 virtual void Append( const SvKeyValue& rKV );176 void SetAttribute( const SvKeyValue& rKV );1796 void SfxHeaderAttributes_Impl::SetAttribute( const SvKeyValue& rKV ) in SetAttribute() argument1798 String aValue = rKV.GetValue(); in SetAttribute()1799 … if( rKV.GetKey().CompareIgnoreCaseToAscii( "refresh" ) == COMPARE_EQUAL && rKV.GetValue().Len() ) in SetAttribute()1822 else if( rKV.GetKey().CompareIgnoreCaseToAscii( "expires" ) == COMPARE_EQUAL ) in SetAttribute()1825 if( INetRFC822Message::ParseDateField( rKV.GetValue(), aDateTime ) ) in SetAttribute()1836 else if( rKV.GetKey().CompareIgnoreCaseToAscii( "content-type" ) == COMPARE_EQUAL ) in SetAttribute()[all …]