Home
last modified time | relevance | path

Searched refs:ThrowException (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c72 ThrowException(env, in getPipe()
81 ThrowException(env, in getPipe()
134 ThrowException(env, in PipeConnection_create()
147 ThrowException(env, in PipeConnection_create()
157 ThrowException(env, in PipeConnection_create()
167 ThrowException(env, in PipeConnection_create()
179 ThrowException(env, in PipeConnection_create()
190 ThrowException(env, in PipeConnection_create()
201 ThrowException(env, in PipeConnection_create()
210 ThrowException(env, in PipeConnection_create()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx56 OTools::ThrowException(_pConnection, in getValue()
113 OTools::ThrowException(_pConnection,nRetcode,_hStmt,SQL_HANDLE_STMT,_xInterface); in bindParameter()
406 OTools::ThrowException(_pConnection,nRetcode,_aStatementHandle,SQL_HANDLE_STMT,_xInterface); in bindValue()
409 void OTools::ThrowException(OConnection* _pConnection, in ThrowException() function in OTools
484 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getBytesValue()
518 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getBytesValue()
671 OTools::ThrowException(_pConnection, in GetInfo()
686 OTools::ThrowException(_pConnection, in GetInfo()
699 OTools::ThrowException(_pConnection, in GetInfo()
712 OTools::ThrowException(_pConnection, in GetInfo()
[all …]
H A DODatabaseMetaDataResultSet.cxx907 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openTables()
920 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openTablesTypes()
938 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openCatalogs()
955 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openSchemas()
993 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openColumnPrivileges()
1027 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openColumns()
1094 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openProcedureColumns()
1125 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openProcedures()
1157 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openSpecialColumns()
1202 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openForeignKeys()
[all …]
H A DOConnection.cxx271 OTools::ThrowException(this,nSQLRETURN,m_aConnectionHandle,SQL_HANDLE_DBC,*this,sal_False); in Construct()
313 …OTools::ThrowException(this,N3SQLNativeSql(m_aConnectionHandle,(SDB_ODBC_CHAR*)aSql.getStr(),aSql.… in nativeSQL()
323 OTools::ThrowException(this,N3SQLSetConnectAttr(m_aConnectionHandle, in setAutoCommit()
336 OTools::ThrowException(this,N3SQLGetConnectAttr(m_aConnectionHandle, in getAutoCommit()
347 …OTools::ThrowException(this,N3SQLEndTran(SQL_HANDLE_DBC,m_aConnectionHandle,SQL_COMMIT),m_aConnect… in commit()
356 …OTools::ThrowException(this,N3SQLEndTran(SQL_HANDLE_DBC,m_aConnectionHandle,SQL_ROLLBACK),m_aConne… in rollback()
387 OTools::ThrowException(this, in setReadOnly()
405 OTools::ThrowException(this, in setCatalog()
418 OTools::ThrowException(this, in getCatalog()
431 OTools::ThrowException(this,N3SQLSetConnectAttr(m_aConnectionHandle, in setTransactionIsolation()
[all …]
H A DOResultSetMetaData.cxx65 OTools::ThrowException(m_pConnection,nRet,m_aStatementHandle,SQL_HANDLE_STMT,*this); in getCharColAttrib()
80 OTools::ThrowException(m_pConnection,nRet,m_aStatementHandle,SQL_HANDLE_STMT,*this); in getCharColAttrib()
93 …OTools::ThrowException(_pConnection,(*(T3SQLColAttribute)_pConnection->getOdbcFunction(ODBC3SQLCol… in getNumColAttrib()
175 …OTools::ThrowException(m_pConnection,N3SQLNumResultCols(m_aStatementHandle,&nNumResultCols),m_aSta… in getColumnCount()
H A DOResultSet.cxx820 …OTools::ThrowException(m_pStatement->getOwnConnection(),N3SQLCancel(m_aStatementHandle),m_aStateme… in cancel()
867 …OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in insertRow()
887 …OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in insertRow()
933 …OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in updateRow()
945 …OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in deleteRow()
1124 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in refreshRow()
1188 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in moveToBookmark()
1213 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in moveRelativeToBookmark()
1625 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in move()
H A DOPreparedStatement.cxx174 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in execute()
466 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in setNull()
942 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in prepareStatement()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx73 ADOS::ThrowException(*m_pADOConnection,*this); in getBoolProperty()
82 ADOS::ThrowException(*m_pADOConnection,*this); in getStringProperty()
111 ADOS::ThrowException(*m_pADOConnection,*this); in getCatalogs()
134 ADOS::ThrowException(*m_pADOConnection,*this); in getSchemas()
149 ADOS::ThrowException(*m_pADOConnection,*this); in getColumnPrivileges()
164 ADOS::ThrowException(*m_pADOConnection,*this); in getColumns()
180 ADOS::ThrowException(*m_pADOConnection,*this); in getTables()
196 ADOS::ThrowException(*m_pADOConnection,*this); in getProcedureColumns()
213 ADOS::ThrowException(*m_pADOConnection,*this); in getProcedures()
289 ADOS::ThrowException(*m_pADOConnection,*this); in getExportedKeys()
[all …]
H A DAKey.cxx111 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
119 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
127 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
135 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
143 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
H A DAUser.cxx190 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in getGrantablePrivileges()
199 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in grantPrivileges()
207 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in revokePrivileges()
216 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in changePassword()
H A DAConnection.cxx138 ADOS::ThrowException(*m_pAdoConnection,*this); in construct()
297 ADOS::ThrowException(*m_pAdoConnection,*this); in setReadOnly()
315 ADOS::ThrowException(*m_pAdoConnection,*this); in setCatalog()
355 ADOS::ThrowException(*m_pAdoConnection,*this); in setTransactionIsolation()
385 ADOS::ThrowException(*m_pAdoConnection,*this); in getTransactionIsolation()
H A DAKeys.cxx95 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in appendObject()
107 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in dropObject()
H A DAViews.cxx82 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject()
95 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
H A DATables.cxx82 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject()
93 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
H A DAColumns.cxx128 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in appendObject()
137 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in dropObject()
H A DAPreparedStatement.cxx43 ADOS::ThrowException(*m_pConnection->getConnection(),*this);
203 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in executeUpdate()
269 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setParameter()
H A DATable.cxx165 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in rename()
190 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in alterColumnByName()
H A DAResultSet.cxx51 ADOS::ThrowException(*m_pStmt->m_pConnection->getConnection(),*this);
611 ADOS::ThrowException(*m_pStmt->m_pConnection->getConnection(),*this); in next()
901 ADOS::ThrowException(*((OConnection*)m_pStmt->getConnection().get())->getConnection(),*this); in hasOrderedBookmarks()
909 ADOS::ThrowException(*((OConnection*)m_pStmt->getConnection().get())->getConnection(),*this); in hasOrderedBookmarks()
/trunk/main/connectivity/source/drivers/adabas/
H A DBResultSet.cxx60 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in next()
82 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in first()
109 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in last()
132 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in absolute()
155 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in relative()
178 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in previous()
200 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in refreshRow()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx46 #define ThrowException(env, type, msg) { \ macro
235 ThrowException( env, in read_from_storage_stream_into_buffer()
263 ThrowException( env, in read_from_storage_stream_into_buffer()
322 ThrowException( env, in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
338 ThrowException( env, in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
352 ThrowException( env, in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
457 ThrowException( env, in write_to_storage_stream_from_buffer()
516 ThrowException( env, in write_to_storage_stream()
H A DStorageNativeInputStream.cxx60 #define ThrowException(env, type, msg) { \ macro
151 ThrowException( env, in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip()
196 ThrowException( env, in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip()
238 ThrowException( env, in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available()
/trunk/main/bean/native/unix/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c49 static void ThrowException(JNIEnv * env, char const * type, char const * msg) { in ThrowException() function
103 ThrowException(env, "java/lang/RuntimeException", "JAWT_GetAWT failed"); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
112 ThrowException(env, "java/lang/RuntimeException", in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
/trunk/main/bean/native/win32/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c57 static void ThrowException(JNIEnv * env, char const * type, char const * msg) { in ThrowException() function
112 ThrowException(env, "java/lang/RuntimeException", "JAWT_GetAWT failed"); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
121 ThrowException(env, "java/lang/RuntimeException", in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
/trunk/main/connectivity/source/inc/ado/
H A Dadoimp.hxx80 …static void ThrowException(ADOConnection* _pAdoCon,const ::com::sun::star::uno::Reference< ::com::…
103 ADOS::ThrowException(*m_pADOConnection,*this);
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx248 void ThrowException (const sal_Char* pMessage, const ExceptionType eExceptionType) const;
1025 ThrowException("invalid child index", ET_IndexOutOfBounds); in getAccessibleChild()
1600 ThrowException("object has already been disposed", ET_Disposed); in ThrowIfDisposed()
1606 void PresenterAccessible::AccessibleObject::ThrowException ( in ThrowException() function in sdext::presenter::PresenterAccessible::AccessibleObject
1896 ThrowException("no text support in current mode", ET_IndexOutOfBounds); in getCharacter()
1946 ThrowException("invalid text index", ET_IndexOutOfBounds); in getCharacterBounds()
1959 ThrowException("no text support in current mode", ET_IndexOutOfBounds); in getCharacterBounds()

Completed in 153 milliseconds

12