/trunk/main/basic/source/sbx/ |
H A D | sbxdec.cxx | 143 aZeroDec.setLong( 0 ); in isZero() 170 void SbxDecimal::setLong( sal_Int32 val ) in setLong() function in SbxDecimal 199 setLong( (sal_Int32)val ); in setInt() 365 void SbxDecimal::setLong( sal_Int32 val ) { (void)val; } in setLong() function in SbxDecimal 485 pnDecRes->setLong( p->nLong ); break; in ImpGetDecimal() 549 pnDecRes->setLong( *p->pLong ); break; in ImpGetDecimal()
|
H A D | sbxdec.hxx | 77 void setLong( sal_Int32 val );
|
H A D | sbxlng.cxx | 233 ImpCreateDecimal( p )->setLong( n ); in ImpPutLong()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | ORowSetValue.java | 99 setLong(value); in ORowSetValue() 239 setLong(getLong()); in setTypeKind() 402 setLong(value); in fill() 411 setLong(value); in fill() 1228 public void setLong(long value) { in setLong() method in ORowSetValue
|
H A D | DbTools.java | 859 parameters.setLong(index, AnyConverter.toLong(any)); in setObject() 862 parameters.setLong(index, AnyConverter.toUnsignedLong(any)); in setObject()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 214 public void setLong(int arg0, long arg1) throws SQLException { in setLong() method in PostgresqlPreparedStatement 215 implParameters.setLong(arg0, arg1); in setLong()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | preparedstatement.cxx | 318 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(SQLExcepti… in setLong() function in OPreparedStatement 323 m_xAggregateAsParameters->setLong(parameterIndex, x); in setLong()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLPreparedStatement.java | 287 public synchronized void setLong(int index, long x) throws SQLException { in setLong() method in JavaSQLPreparedStatement 291 ((java.sql.PreparedStatement)jdbcStatement).setLong(index, x); in setLong()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 483 void SAL_CALL OPreparedStatement::setLong(sal_Int32 parameter, sal_Int64 aVal) in setLong() function in OPreparedStatement 646 setLong( _parameterIndex, nValue ); in setObjectWithInfo()
|
H A D | mysqlc_preparedstatement.hxx | 120 … void SAL_CALL setLong(sal_Int32 parameter, sal_Int64 x) throw(SQLException, RuntimeException);
|
/trunk/main/testtools/source/performance/ |
H A D | cli_testobj_performance.cs | 87 public void setLong(/*IN*/int n) { _long = n; } in setLong() method in testobj.PerformanceTestObject
|
H A D | ubobject.cxx | 153 virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException) in setLong() function in benchmark_object::ServiceImpl
|
/trunk/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 1002 void ParameterManager::setLong( sal_Int32 _nIndex, sal_Int64 x ) in setLong() function in dbtools::ParameterManager 1004 VISIT_PARAMETER( setLong( _nIndex, x ) ); in setLong()
|
H A D | dbtools.cxx | 1664 _rxParameters->setLong( _nColumnIndex, nValue ); in implSetObject() 1953 _xParams->setLong(parameterIndex,_rValue); in setObjectWithInfo() 2023 _xParams->setLong(parameterIndex,_rValue); in setObjectWithInfo()
|
/trunk/main/stoc/test/ |
H A D | testiadapter.cxx | 255 virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException) in setLong() function in Test_Impl 564 _xLBT->setLong( *(const sal_Int32 *)rValue.getValue() ); in setValue() 820 xLBT->setLong( aRet.Long ); in performTest()
|
/trunk/main/udkapi/com/sun/star/test/performance/ |
H A D | XPerformanceTest.idl | 106 void setLong( [in] long n );
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 227 void SAL_CALL OEvoabPreparedStatement::setLong( sal_Int32 /*parameterIndex*/, sal_Int64 /*aVal*/ ) … in setLong() function in OEvoabPreparedStatement
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XParameters.idl | 84 pstmt.setLong(2, 110592) 188 void setLong([in]long parameterIndex, [in]hyper x) raises (SQLException);
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 249 void SAL_CALL MacabPreparedStatement::setLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeExce… in setLong() function in MacabPreparedStatement
|
H A D | MacabPreparedStatement.hxx | 88 …virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 229 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 aVal ) throw(SQLExce… in setLong() function in OPreparedStatement
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
H A D | _XParameters.java | 258 oObj.setLong(idx, 13362453) ; in _setLong()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | parameters.hxx | 234 void setLong ( sal_Int32 _nIndex, sal_Int64 x);
|
/trunk/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 189 public void setLong(/*IN*/int n) throws com.sun.star.uno.RuntimeException { in setLong() method in TestComponent._PerformancTestObject 540 public void setLong(int zint) throws com.sun.star.uno.RuntimeException { in setLong() method in TestComponent._TestObject
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 919 void SAL_CALL DatabaseDataProvider::setLong(sal_Int32 parameterIndex, sal_Int64 x) throw( SQLExcept… in setLong() function in dbaccess::DatabaseDataProvider 921 m_aParameterManager.setLong(parameterIndex, x); in setLong()
|