Home
last modified time | relevance | path

Searched refs:impl_has (Results 1 – 2 of 2) sorted by relevance

/trunk/main/comphelper/inc/comphelper/ !
H A Dnamedvaluecollection.hxx220 return impl_has( ::rtl::OUString::createFromAscii( _pAsciiValueName ) ); in has()
226 return impl_has( _rValueName ); in has()
344 bool impl_has( const ::rtl::OUString& _rValueName ) const;
/trunk/main/comphelper/source/misc/ !
H A Dnamedvaluecollection.cxx148 if ( _bOverwriteExisting || !impl_has( namedValue->first ) ) in merge()
302 bool NamedValueCollection::impl_has( const ::rtl::OUString& _rValueName ) const in impl_has() function in comphelper::NamedValueCollection
311 bool bHas = impl_has( _rValueName ); in impl_put()

Completed in 18 milliseconds