Lines Matching refs:EnumerableMap
197 class COMPHELPER_DLLPRIVATE EnumerableMap :public Map_IFace class
201 EnumerableMap( const ComponentContext& _rContext );
202 virtual ~EnumerableMap();
357 EnumerableMap::EnumerableMap( const ComponentContext& _rContext ) in EnumerableMap() function in comphelper::EnumerableMap
365 EnumerableMap::~EnumerableMap() in ~EnumerableMap()
375 …void SAL_CALL EnumerableMap::initialize( const Sequence< Any >& _arguments ) throw (Exception, Run… in initialize()
423 void EnumerableMap::impl_initValues_throw( const Sequence< Pair< Any, Any > >& _initialValues ) in impl_initValues_throw()
440 void EnumerableMap::impl_checkValue_throw( const Any& _value ) const in impl_checkValue_throw()
512 …throw IllegalTypeException( aMessage.makeStringAndClear(), *const_cast< EnumerableMap* >( this ) ); in impl_checkValue_throw()
519 …void EnumerableMap::impl_checkNaN_throw( const Any& _keyOrValue, const Type& _keyOrValueType ) con… in impl_checkNaN_throw()
530 *const_cast< EnumerableMap* >( this ), 0 ); in impl_checkNaN_throw()
537 void EnumerableMap::impl_checkKey_throw( const Any& _key ) const in impl_checkKey_throw()
542 *const_cast< EnumerableMap* >( this ), 0 ); in impl_checkKey_throw()
548 void EnumerableMap::impl_checkMutable_throw() const in impl_checkMutable_throw()
553 *const_cast< EnumerableMap* >( this ) ); in impl_checkMutable_throw()
557 …Reference< XEnumeration > SAL_CALL EnumerableMap::createKeyEnumeration( ::sal_Bool _Isolated ) thr… in createKeyEnumeration()
564 …Reference< XEnumeration > SAL_CALL EnumerableMap::createValueEnumeration( ::sal_Bool _Isolated ) t… in createValueEnumeration()
571 …Reference< XEnumeration > SAL_CALL EnumerableMap::createElementEnumeration( ::sal_Bool _Isolated )… in createElementEnumeration()
578 Type SAL_CALL EnumerableMap::getKeyType() throw (RuntimeException) in getKeyType()
585 Type SAL_CALL EnumerableMap::getValueType() throw (RuntimeException) in getValueType()
592 void SAL_CALL EnumerableMap::clear( ) throw (NoSupportException, RuntimeException) in clear()
603 …::sal_Bool SAL_CALL EnumerableMap::containsKey( const Any& _key ) throw (IllegalTypeException, Ill… in containsKey()
613 …::sal_Bool SAL_CALL EnumerableMap::containsValue( const Any& _value ) throw (IllegalTypeException,… in containsValue()
630 …Any SAL_CALL EnumerableMap::get( const Any& _key ) throw (IllegalTypeException, IllegalArgumentExc… in get()
643 …Any SAL_CALL EnumerableMap::put( const Any& _key, const Any& _value ) throw (NoSupportException, I… in put()
669 …Any SAL_CALL EnumerableMap::remove( const Any& _key ) throw (NoSupportException, IllegalTypeExcept… in remove()
690 Type SAL_CALL EnumerableMap::getElementType() throw (RuntimeException) in getElementType()
696 ::sal_Bool SAL_CALL EnumerableMap::hasElements() throw (RuntimeException) in hasElements()
703 ::rtl::OUString SAL_CALL EnumerableMap::getImplementationName( ) throw (RuntimeException) in getImplementationName()
709 …::sal_Bool SAL_CALL EnumerableMap::supportsService( const ::rtl::OUString& _serviceName ) throw (R… in supportsService()
719 …Sequence< ::rtl::OUString > SAL_CALL EnumerableMap::getSupportedServiceNames( ) throw (RuntimeExc… in getSupportedServiceNames()
725 ::rtl::OUString SAL_CALL EnumerableMap::getImplementationName_static( ) in getImplementationName_static()
731 Sequence< ::rtl::OUString > SAL_CALL EnumerableMap::getSupportedServiceNames_static( ) in getSupportedServiceNames_static()
739 …Reference< XInterface > SAL_CALL EnumerableMap::Create( const Reference< XComponentContext >& _con… in Create()
741 return *new EnumerableMap( ComponentContext( _context ) ); in Create()
803 ::comphelper::module::OAutoRegistration< ::comphelper::EnumerableMap > aAutoRegistration; in createRegistryInfo_Map()