Home
last modified time | relevance | path

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

/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx169 bool get_ensureType( const sal_Char* _pAsciiValueName, VALUE_TYPE& _out_rValue ) const in get_ensureType() argument
186 return getOrDefault( ::rtl::OUString::createFromAscii( _pAsciiValueName ), _rDefault ); in getOrDefault()
202 const ::com::sun::star::uno::Any& get( const sal_Char* _pAsciiValueName ) const in get()
204 return get( ::rtl::OUString::createFromAscii( _pAsciiValueName ) ); in get()
218 inline bool has( const sal_Char* _pAsciiValueName ) const in has()
220 return impl_has( ::rtl::OUString::createFromAscii( _pAsciiValueName ) ); in has()
235 inline bool put( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rValue ) in put() argument
251 … inline bool put( const sal_Char* _pAsciiValueName, const ::com::sun::star::uno::Any& _rValue ) in put() argument
253 return impl_put( ::rtl::OUString::createFromAscii( _pAsciiValueName ), _rValue ); in put()
265 inline bool remove( const sal_Char* _pAsciiValueName ) in remove() argument
[all …]

Completed in 11 milliseconds