Type: info
         Title: new: ::comphelper::NamedValueCollection::put / operator >>=
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: CWS dba24c


*Summary*
--------
+ template < typename VALUE_TYPE >
  ::comphelper::NamedValueCollection::put( const sal_Char*,
    const VALUE_TYPE& )
+ template < typename VALUE_TYPE >
  ::comphelper::NamedValueCollection::put( const ::rtl::OUString&,
  const VALUE_TYPE& )
+ sal_Int32 ::comphelper::NamedValueCollection::operator >>=
  ( Sequence< PropertyValue >& )
+ sal_Int32 ::comphelper::NamedValueCollection::operator >>=
  ( Sequence< NamedValue >& )

*Description*
-------------
The above methods have been added to the NamedValueCollection class in
comphelper, to conveniently add new members to the collection.

Also, the operator >>= to extract sequences of named values resp.
property values, reflecting the current elements in the collection,
have been added.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to