Lines Matching refs:rKV
173 virtual sal_Bool GetFirst( SvKeyValue& rKV ) { return xIter->GetFirst( rKV ); } in GetFirst() argument
174 virtual sal_Bool GetNext( SvKeyValue& rKV ) { return xIter->GetNext( rKV ); } in GetNext() argument
175 virtual void Append( const SvKeyValue& rKV );
179 void SetAttribute( const SvKeyValue& rKV );
1804 void SfxHeaderAttributes_Impl::SetAttribute( const SvKeyValue& rKV ) in SetAttribute() argument
1806 String aValue = rKV.GetValue(); in SetAttribute()
1807 … if( rKV.GetKey().CompareIgnoreCaseToAscii( "refresh" ) == COMPARE_EQUAL && rKV.GetValue().Len() ) in SetAttribute()
1830 else if( rKV.GetKey().CompareIgnoreCaseToAscii( "expires" ) == COMPARE_EQUAL ) in SetAttribute()
1833 if( INetRFC822Message::ParseDateField( rKV.GetValue(), aDateTime ) ) in SetAttribute()
1844 else if( rKV.GetKey().CompareIgnoreCaseToAscii( "content-type" ) == COMPARE_EQUAL ) in SetAttribute()
1859 void SfxHeaderAttributes_Impl::Append( const SvKeyValue& rKV ) in Append() argument
1861 xIter->Append( rKV ); in Append()
1862 if( bAlert ) SetAttribute( rKV ); in Append()