Searched refs:rKV (Results 1 – 1 of 1) sorted by relevance
168 virtual sal_Bool GetFirst( SvKeyValue& rKV ) { return xIter->GetFirst( rKV ); } in GetFirst() argument169 virtual sal_Bool GetNext( SvKeyValue& rKV ) { return xIter->GetNext( rKV ); } in GetNext() argument170 virtual void Append( const SvKeyValue& rKV );174 void SetAttribute( const SvKeyValue& rKV );1792 void SfxHeaderAttributes_Impl::SetAttribute( const SvKeyValue& rKV ) in SetAttribute() argument1794 String aValue = rKV.GetValue(); in SetAttribute()1795 if( rKV.GetKey().CompareIgnoreCaseToAscii( "refresh" ) == COMPARE_EQUAL && rKV.GetValue().Len() ) in SetAttribute()1821 if( INetRFC822Message::ParseDateField( rKV.GetValue(), aDateTime ) ) in SetAttribute()1847 void SfxHeaderAttributes_Impl::Append( const SvKeyValue& rKV ) in Append() argument1849 xIter->Append( rKV ); in Append()[all …]
Completed in 20 milliseconds