Searched refs:_rValueName (Results 1 – 3 of 3) sorted by relevance
193 get_ensureType( _rValueName, retVal ); in getOrDefault()214 return impl_get( _rValueName ); in get()224 inline bool has( const ::rtl::OUString& _rValueName ) const in has()226 return impl_has( _rValueName ); in has()258 return impl_put( _rValueName, _rValue ); in put()274 inline bool remove( const ::rtl::OUString& _rValueName ) in remove() argument276 return impl_remove( _rValueName ); in remove()336 const ::rtl::OUString& _rValueName,342 impl_get( const ::rtl::OUString& _rValueName ) const;344 bool impl_has( const ::rtl::OUString& _rValueName ) const;[all …]
262 NamedValueRepository::const_iterator pos = m_pImpl->aValues.find( _rValueName ); in get_ensureType()278 aBuffer.append ( _rValueName ); in get_ensureType()291 const Any& NamedValueCollection::impl_get( const ::rtl::OUString& _rValueName ) const in impl_get()293 NamedValueRepository::const_iterator pos = m_pImpl->aValues.find( _rValueName ); in impl_get()302 bool NamedValueCollection::impl_has( const ::rtl::OUString& _rValueName ) const in impl_has()304 NamedValueRepository::const_iterator pos = m_pImpl->aValues.find( _rValueName ); in impl_has()309 bool NamedValueCollection::impl_put( const ::rtl::OUString& _rValueName, const Any& _rValue ) in impl_put() argument311 bool bHas = impl_has( _rValueName ); in impl_put()312 m_pImpl->aValues[ _rValueName ] = _rValue; in impl_put()317 bool NamedValueCollection::impl_remove( const ::rtl::OUString& _rValueName ) in impl_remove() argument[all …]
145 static bool isSpecialArgumentName( const ::rtl::OUString& _rValueName ) in isSpecialArgumentName()147 return _rValueName.equalsAscii( "EmbeddedObject" ) in isSpecialArgumentName()148 || _rValueName.equalsAscii( "EmbeddedScriptSupport" ) in isSpecialArgumentName()149 || _rValueName.equalsAscii( "DocumentRecoverySupport" ); in isSpecialArgumentName()
Completed in 22 milliseconds