Home
last modified time | relevance | path

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

/aoo4110/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx193 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() argument
276 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 …]
/aoo4110/main/comphelper/source/misc/
H A Dnamedvaluecollection.cxx262 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() argument
311 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 …]
/aoo4110/main/sfx2/source/doc/
H A Dsfxmodelfactory.cxx145 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 26 milliseconds