Lines Matching refs:SAL_CALL

205 …virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeExc…
208 …:sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL createKeyEnumerat…
209 …:sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL createValueEnumer…
210 …:sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL createElementEnum…
213 virtual Type SAL_CALL getKeyType() throw (RuntimeException);
214 virtual Type SAL_CALL getValueType() throw (RuntimeException);
215 virtual void SAL_CALL clear( ) throw (NoSupportException, RuntimeException);
216 …virtual ::sal_Bool SAL_CALL containsKey( const Any& _key ) throw (IllegalTypeException, IllegalArg…
217 …virtual ::sal_Bool SAL_CALL containsValue( const Any& _value ) throw (IllegalTypeException, Illega…
218 …virtual Any SAL_CALL get( const Any& _key ) throw (IllegalTypeException, IllegalArgumentException,…
219 …virtual Any SAL_CALL put( const Any& _key, const Any& _value ) throw (NoSupportException, IllegalT…
220 …virtual Any SAL_CALL remove( const Any& _key ) throw (NoSupportException, IllegalTypeException, Il…
223 virtual Type SAL_CALL getElementType() throw (RuntimeException);
224 virtual ::sal_Bool SAL_CALL hasElements() throw (RuntimeException);
227 virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (RuntimeException);
228 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (RuntimeEx…
229 …virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (RuntimeException);
233 static ::rtl::OUString SAL_CALL getImplementationName_static( );
234 static Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static( );
235 static Reference< XInterface > SAL_CALL Create( const Reference< XComponentContext >& );
332 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (RuntimeException);
333 …virtual Any SAL_CALL nextElement( ) throw (NoSuchElementException, WrappedTargetException, Runtim…
375 …void SAL_CALL EnumerableMap::initialize( const Sequence< Any >& _arguments ) throw (Exception, Run… in initialize()
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()
784 ::sal_Bool SAL_CALL MapEnumeration::hasMoreElements( ) throw (RuntimeException) in hasMoreElements()
791 …Any SAL_CALL MapEnumeration::nextElement( ) throw (NoSuchElementException, WrappedTargetException… in nextElement()