Searched refs:_key (Results 1 – 3 of 3) sorted by relevance
242 void impl_checkKey_throw( const Any& _key ) const;537 void EnumerableMap::impl_checkKey_throw( const Any& _key ) const in impl_checkKey_throw()539 if ( !_key.hasValue() ) in impl_checkKey_throw()544 impl_checkNaN_throw( _key, m_aData.m_aKeyType ); in impl_checkKey_throw()606 impl_checkKey_throw( _key ); in containsKey()633 impl_checkKey_throw( _key ); in get()647 impl_checkKey_throw( _key ); in put()652 KeyedValues::iterator pos = m_aData.m_pValues->find( _key ); in put()660 (*m_aData.m_pValues)[ _key ] = _value; in put()673 impl_checkKey_throw( _key ); in remove()[all …]
239 … bool impl_getDirectElement_nothrow( const ::rtl::OUString& _key, Any& _out_Element ) const;380 sal_Int32 typeSeparatorPos = _key.indexOf( ':' ); in impl_getResourceTypeAndId_nothrow()385 ::rtl::OUString resourceType = _key.copy( 0, typeSeparatorPos ); in impl_getResourceTypeAndId_nothrow()393 _out_resourceId = _key.copy( typeSeparatorPos + 1 ).toInt32(); in impl_getResourceTypeAndId_nothrow()402 if ( !impl_getResourceTypeAndId_nothrow( _key, resourceType, resourceId ) ) in impl_getDirectElement_nothrow()414 …Any SAL_CALL OpenOfficeResourceBundle::getDirectElement( const ::rtl::OUString& _key ) throw (Runt… in getDirectElement() argument419 impl_getDirectElement_nothrow( _key, aElement ); in getDirectElement()429 if ( !impl_getDirectElement_nothrow( _key, aElement ) ) in getByName()432 aElement = m_xParent->getByName( _key ); in getByName()451 …::sal_Bool SAL_CALL OpenOfficeResourceBundle::hasByName( const ::rtl::OUString& _key ) throw (Runt… in hasByName() argument[all …]
41 public StorageNativeOutputStream(String _name,Object _key) { in StorageNativeOutputStream() argument43 key = _key; in StorageNativeOutputStream()
Completed in 21 milliseconds