Lines Matching refs:RuntimeException

46     virtual sal_Bool SAL_CALL hasMoreElements() throw (uno::RuntimeException);
47 …t() throw (container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException);
60 sal_Bool SAL_CALL CollectionEnumeration::hasMoreElements() throw (uno::RuntimeException) in hasMoreElements()
65 …nt() throw (container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException) in nextElement()
88 virtual sal_Int32 SAL_CALL getCount() throw (uno::RuntimeException);
89 …dex ) throw (lang::IndexOutOfBoundsException, lang::WrappedTargetException, uno::RuntimeException);
91 …e ) throw (container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException);
92 … virtual uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames() throw (uno::RuntimeException);
93 … virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& rName ) throw (uno::RuntimeException);
95 virtual uno::Type SAL_CALL getElementType() throw (uno::RuntimeException);
96 virtual sal_Bool SAL_CALL hasElements() throw (uno::RuntimeException);
142 sal_Int32 SAL_CALL SequenceToContainer::getCount() throw (uno::RuntimeException) in getCount()
147 …ndex ) throw (lang::IndexOutOfBoundsException, lang::WrappedTargetException, uno::RuntimeException) in getByIndex()
154 …me ) throw (container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException) in getByName()
162 …ce< ::rtl::OUString > SAL_CALL SequenceToContainer::getElementNames() throw (uno::RuntimeException) in getElementNames()
167 …L_CALL SequenceToContainer::hasByName( const ::rtl::OUString& rName ) throw (uno::RuntimeException) in hasByName()
172 uno::Type SAL_CALL SequenceToContainer::getElementType() throw (uno::RuntimeException) in getElementType()
177 sal_Bool SAL_CALL SequenceToContainer::hasElements() throw (uno::RuntimeException) in hasElements()
192 sal_Int32 SAL_CALL CollectionBase::getCount() throw (uno::RuntimeException) in getCount()
198 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "No element container s… in getCount()
201 …ontainer::XEnumeration > SAL_CALL CollectionBase::createEnumeration() throw (uno::RuntimeException) in createEnumeration()
206 uno::Type SAL_CALL CollectionBase::getElementType() throw (uno::RuntimeException) in getElementType()
211 sal_Bool SAL_CALL CollectionBase::hasElements() throw (uno::RuntimeException) in hasElements()
217 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "No element container s… in hasElements()
220 ::rtl::OUString SAL_CALL CollectionBase::getDefaultMethodName() throw (uno::RuntimeException) in getDefaultMethodName()
230 ContainerType eContainerType ) throw (uno::RuntimeException) in initContainer()
245 …nce< container::XNamed > >& rElements, ContainerType eContainerType ) throw (uno::RuntimeException) in initElements()
251 …ector< beans::NamedValue >& rElements, ContainerType eContainerType ) throw (uno::RuntimeException) in initElements()
257 …llectionItem( const uno::Any& rElement, const uno::Any& rIndex ) throw (css::uno::RuntimeException) in createCollectionItem()
262 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid item." ) ), 0 … in createCollectionItem()
265 uno::Any CollectionBase::getItemByIndex( sal_Int32 nIndex ) throw (uno::RuntimeException) in getItemByIndex()
272 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Index out of bounds." … in getItemByIndex()
280 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Index out of bounds." … in getItemByIndex()
282 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "No element container s… in getItemByIndex()
285 uno::Any CollectionBase::getItemByName( const ::rtl::OUString& rName ) throw (uno::RuntimeException) in getItemByName()
292 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid item name." ) … in getItemByName()
304 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid item name." ) … in getItemByName()
306 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "No element container s… in getItemByName()
309 uno::Any CollectionBase::getAnyItemOrThis( const uno::Any& rIndex ) throw (uno::RuntimeException) in getAnyItemOrThis()
321 …ctionItem( const uno::Any& /*rElement*/, const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in implCreateCollectionItem()
323 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Creation of VBA implem… in implCreateCollectionItem()