Lines Matching refs:RuntimeException

98 Sequence< Type > SAL_CALL SbaXFormAdapter::getTypes(  ) throw (RuntimeException)  in getTypes()
108 Sequence< sal_Int8 > SAL_CALL SbaXFormAdapter::getImplementationId( ) throw (RuntimeException) in getImplementationId()
124 Any SAL_CALL SbaXFormAdapter::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface()
250 …d SAL_CALL SbaXFormAdapter::close() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in close()
259 …CALL SbaXFormAdapter::getMetaData() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getMetaData()
269 …(const ::rtl::OUString& columnName) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in findColumn()
279 …un::star::container::XNameAccess > SAL_CALL SbaXFormAdapter::getColumns() throw( RuntimeException ) in getColumns()
289 …SAL_CALL SbaXFormAdapter::wasNull() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in wasNull()
297 …r::getString(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getString()
305 …::getBoolean(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getBoolean()
313 …ter::getByte(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getByte()
321 …er::getShort(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getShort()
329 …pter::getInt(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getInt()
337 …ter::getLong(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getLong()
345 …er::getFloat(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getFloat()
353 …r::getDouble(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getDouble()
361 …er::getBytes(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getBytes()
369 …ter::getDate(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getDate()
377 …ter::getTime(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getTime()
385 …getTimestamp(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getTimestamp()
393 …BinaryStream(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getBinaryStream()
401 …racterStream(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getCharacterStream()
409 …:container::XNameAccess >& typeMap) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getObject()
417 …pter::getRef(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getRef()
425 …ter::getBlob(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getBlob()
433 …ter::getClob(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getClob()
441 …er::getArray(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getArray()
451 …CALL SbaXFormAdapter::getBookmark() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getBookmark()
459 …moveToBookmark(const Any& bookmark) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in moveToBookmark()
467 …onst Any& bookmark, sal_Int32 rows) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in moveRelativeToBookmark()
475 …st Any& _first, const Any& _second) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in compareBookmarks()
484 …XFormAdapter::hasOrderedBookmarks() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in hasOrderedBookmarks()
493 …::hashBookmark(const Any& bookmark) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in hashBookmark()
503 …::updateNull(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateNull()
510 …(sal_Int32 columnIndex, sal_Bool x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateBoolean()
517 …(sal_Int32 columnIndex, sal_Int8 x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateByte()
524 …sal_Int32 columnIndex, sal_Int16 x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateShort()
531 …sal_Int32 columnIndex, sal_Int32 x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateInt()
538 …sal_Int32 columnIndex, sal_Int64 x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateLong()
545 …oat(sal_Int32 columnIndex, float x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateFloat()
552 …le(sal_Int32 columnIndex, double x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateDouble()
559 …umnIndex, const ::rtl::OUString& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateString()
566 …dex, const Sequence< sal_Int8 >& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateBytes()
573 …st ::com::sun::star::util::Date& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateDate()
580 …st ::com::sun::star::util::Time& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateTime()
587 …:com::sun::star::util::DateTime& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateTimestamp()
594 …InputStream >& x, sal_Int32 length) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateBinaryStream()
601 …InputStream >& x, sal_Int32 length) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateCharacterStream()
608 …al_Int32 columnIndex, const Any& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateObject()
615 …dex, const Any& x, sal_Int32 scale) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateNumericObject()
624 …ol SAL_CALL SbaXFormAdapter::next() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in next()
631 …LL SbaXFormAdapter::isBeforeFirst() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in isBeforeFirst()
638 …CALL SbaXFormAdapter::isAfterLast() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in isAfterLast()
645 …SAL_CALL SbaXFormAdapter::isFirst() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in isFirst()
652 … SAL_CALL SbaXFormAdapter::isLast() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in isLast()
659 …CALL SbaXFormAdapter::beforeFirst() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in beforeFirst()
665 …L_CALL SbaXFormAdapter::afterLast() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in afterLast()
671 …l SAL_CALL SbaXFormAdapter::first() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in first()
678 …ol SAL_CALL SbaXFormAdapter::last() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in last()
685 … SAL_CALL SbaXFormAdapter::getRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getRow()
692 …ormAdapter::absolute(sal_Int32 row) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in absolute()
699 …rmAdapter::relative(sal_Int32 rows) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in relative()
706 …AL_CALL SbaXFormAdapter::previous() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in previous()
713 …_CALL SbaXFormAdapter::refreshRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in refreshRow()
720 …_CALL SbaXFormAdapter::rowUpdated() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in rowUpdated()
727 …CALL SbaXFormAdapter::rowInserted() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in rowInserted()
734 …_CALL SbaXFormAdapter::rowDeleted() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in rowDeleted()
741 …ALL SbaXFormAdapter::getStatement() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getStatement()
750 …L_CALL SbaXFormAdapter::insertRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in insertRow()
757 …L_CALL SbaXFormAdapter::updateRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in updateRow()
764 …L_CALL SbaXFormAdapter::deleteRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in deleteRow()
771 …SbaXFormAdapter::cancelRowUpdates() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in cancelRowUpdates()
778 … SbaXFormAdapter::moveToInsertRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in moveToInsertRow()
785 …SbaXFormAdapter::moveToCurrentRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in moveToCurrentRow()
794 …SAL_CALL SbaXFormAdapter::execute() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in execute()
804 …teRows(const Sequence< Any >& rows) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in IMPLEMENT_LISTENER_ADMINISTRATION()
814 …CALL SbaXFormAdapter::getWarnings() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in getWarnings()
822 …LL SbaXFormAdapter::clearWarnings() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in clearWarnings()
839 … SbaXFormAdapter::createResultSet() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in IMPLEMENT_LISTENER_ADMINISTRATION()
849 void SAL_CALL SbaXFormAdapter::load() throw( RuntimeException ) in load()
856 void SAL_CALL SbaXFormAdapter::unload() throw( RuntimeException ) in unload()
863 void SAL_CALL SbaXFormAdapter::reload() throw( RuntimeException ) in reload()
870 sal_Bool SAL_CALL SbaXFormAdapter::isLoaded() throw( RuntimeException ) in isLoaded()
882 … parameterIndex, sal_Int32 sqlType) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in IMPLEMENT_LISTENER_ADMINISTRATION()
889 …e, const ::rtl::OUString& typeName) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setObjectNull()
896 …l_Int32 parameterIndex, sal_Bool x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setBoolean()
903 …l_Int32 parameterIndex, sal_Int8 x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setByte()
910 …_Int32 parameterIndex, sal_Int16 x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setShort()
917 …_Int32 parameterIndex, sal_Int32 x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setInt()
924 …_Int32 parameterIndex, sal_Int64 x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setLong()
931 …(sal_Int32 parameterIndex, float x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setFloat()
938 …sal_Int32 parameterIndex, double x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setDouble()
945 …terIndex, const ::rtl::OUString& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setString()
952 …dex, const Sequence< sal_Int8 >& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setBytes()
959 …st ::com::sun::star::util::Date& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setDate()
966 …st ::com::sun::star::util::Time& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setTime()
973 …:com::sun::star::util::DateTime& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setTimestamp()
980 …InputStream >& x, sal_Int32 length) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setBinaryStream()
987 …InputStream >& x, sal_Int32 length) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setCharacterStream()
994 …Int32 parameterIndex, const Any& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setObject()
1001 …t32 targetSqlType, sal_Int32 scale) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setObjectWithInfo()
1008 … ::com::sun::star::sdbc::XRef >& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setRef()
1015 …::com::sun::star::sdbc::XBlob >& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setBlob()
1022 …::com::sun::star::sdbc::XClob >& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setClob()
1029 …:com::sun::star::sdbc::XArray >& x) throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in setArray()
1036 … SbaXFormAdapter::clearParameters() throw( ::com::sun::star::sdbc::SQLException, RuntimeException ) in clearParameters()
1045 …ference< ::com::sun::star::form::XDatabaseParameterListener >& aListener) throw( RuntimeException ) in addParameterListener()
1057 …ference< ::com::sun::star::form::XDatabaseParameterListener >& aListener) throw( RuntimeException ) in removeParameterListener()
1070 Reference< XInterface > SAL_CALL SbaXFormAdapter::getParent() throw( RuntimeException ) in getParent()
1076 …erence< XInterface >& Parent) throw( ::com::sun::star::lang::NoSupportException, RuntimeException ) in setParent()
1083 …XControl >& aControl, const ::com::sun::star::awt::MouseEvent& aMouseEvt) throw( RuntimeException ) in submit()
1094 sal_Bool SAL_CALL SbaXFormAdapter::getGroupControl() throw( RuntimeException ) in IMPLEMENT_LISTENER_ADMINISTRATION()
1101 void SAL_CALL SbaXFormAdapter::setGroupControl(sal_Bool /*GroupControl*/) throw( RuntimeException ) in setGroupControl()
1107 …ence< Reference< ::com::sun::star::awt::XControlModel > >& /*Controls*/) throw( RuntimeException ) in setControlModels()
1113 …star::awt::XControlModel > > SAL_CALL SbaXFormAdapter::getControlModels() throw( RuntimeException ) in getControlModels()
1120 …t::XControlModel > >& /*_rGroup*/, const ::rtl::OUString& /*GroupName*/) throw( RuntimeException ) in setGroup()
1126 sal_Int32 SAL_CALL SbaXFormAdapter::getGroupCount() throw( RuntimeException ) in getGroupCount()
1133 …n::star::awt::XControlModel > >& /*_rGroup*/, ::rtl::OUString& /*Name*/) throw( RuntimeException ) in getGroup()
1139 …uence< Reference< ::com::sun::star::awt::XControlModel > >& /*_rGroup*/) throw( RuntimeException ) in getGroupByName()
1146 void SAL_CALL SbaXFormAdapter::dispose() throw( RuntimeException ) in dispose()
1190 …ner(const Reference< ::com::sun::star::lang::XEventListener >& xListener) throw( RuntimeException ) in addEventListener()
1196 …ner(const Reference< ::com::sun::star::lang::XEventListener >& aListener) throw( RuntimeException ) in removeEventListener()
1203 …:lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in setFastPropertyValue()
1236 …beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in getFastPropertyValue()
1249 ::rtl::OUString SAL_CALL SbaXFormAdapter::getName() throw( RuntimeException ) in getName()
1255 void SAL_CALL SbaXFormAdapter::setName(const ::rtl::OUString& aName) throw( RuntimeException ) in setName()
1262 ::rtl::OUString SAL_CALL SbaXFormAdapter::getServiceName() throw( RuntimeException ) in getServiceName()
1271 …::XObjectOutputStream >& _rxOutStream) throw( ::com::sun::star::io::IOException, RuntimeException ) in write()
1279 …io::XObjectInputStream >& _rxInStream) throw( ::com::sun::star::io::IOException, RuntimeException ) in read()
1288 …:beans::XPropertySetInfo > SAL_CALL SbaXFormAdapter::getPropertySetInfo() throw( RuntimeException ) in getPropertySetInfo()
1314 …:lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in setPropertyValues()
1322 …ter::getPropertyValues(const Sequence< ::rtl::OUString >& aPropertyNames) throw( RuntimeException ) in getPropertyValues()
1345 …ference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener) throw( RuntimeException ) in addPropertiesChangeListener()
1359 …eference< ::com::sun::star::beans::XPropertiesChangeListener >& Listener) throw( RuntimeException ) in removePropertiesChangeListener()
1371 …ference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener) throw( RuntimeException ) in firePropertiesChangeEvent()
1381 …:lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in setPropertyValue()
1395 …beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in getPropertyValue()
1413 void SAL_CALL SbaXFormAdapter::cancel() throw( RuntimeException ) in cancel()
1423 …UString& PropertyName) throw( ::com::sun::star::beans::UnknownPropertyException, RuntimeException ) in getPropertyState()
1432 …ring >& aPropertyName) throw( ::com::sun::star::beans::UnknownPropertyException, RuntimeException ) in getPropertyStates()
1447 …UString& PropertyName) throw( ::com::sun::star::beans::UnknownPropertyException, RuntimeException ) in setPropertyToDefault()
1455 …beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in getPropertyDefault()
1465 void SAL_CALL SbaXFormAdapter::reset() throw( RuntimeException ) in reset()
1549 …ontainer::ElementExistException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in insertByName()
1555 …ntainer::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in removeByName()
1567 …ntainer::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in replaceByName()
1579 …ntainer::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in getByName()
1590 Sequence< ::rtl::OUString > SAL_CALL SbaXFormAdapter::getElementNames() throw( RuntimeException ) in getElementNames()
1597 sal_Bool SAL_CALL SbaXFormAdapter::hasByName(const ::rtl::OUString& aName) throw( RuntimeException ) in hasByName()
1604 Type SAL_CALL SbaXFormAdapter::getElementType() throw(RuntimeException) in getElementType()
1611 sal_Bool SAL_CALL SbaXFormAdapter::hasElements() throw(RuntimeException) in hasElements()
1619 …lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in insertByIndex()
1627 …lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in removeByIndex()
1657 …lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in replaceByIndex()
1720 sal_Int32 SAL_CALL SbaXFormAdapter::getCount() throw( RuntimeException ) in getCount()
1726 …lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetException, RuntimeException ) in getByIndex()
1737 … Reference< ::com::sun::star::container::XContainerListener >& xListener) throw( RuntimeException ) in addContainerListener()
1743 … Reference< ::com::sun::star::container::XContainerListener >& xListener) throw( RuntimeException ) in removeContainerListener()
1750 …::container::XEnumeration > SAL_CALL SbaXFormAdapter::createEnumeration() throw( RuntimeException ) in createEnumeration()
1757 …::propertyChange(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw( RuntimeException ) in propertyChange()
1776 …FormAdapter::disposing(const ::com::sun::star::lang::EventObject& Source) throw( RuntimeException ) in disposing()