Home
last modified time | relevance | path

Searched refs:setLong (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx143 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 Dsbxdec.hxx77 void setLong( sal_Int32 val );
/trunk/main/connectivity/java/dbtools/src/main/java/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java99 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 DDbTools.java859 parameters.setLong(index, AnyConverter.toLong(any)); in setObject()
862 parameters.setLong(index, AnyConverter.toUnsignedLong(any)); in setObject()
/trunk/main/connectivity/java/sdbc_postgresql/src/main/java/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java214 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 Dpreparedstatement.cxx318 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x ) in setLong() function in OPreparedStatement
323 m_xAggregateAsParameters->setLong(parameterIndex, x); in setLong()
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java287 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 Dmysqlc_preparedstatement.cxx463 void SAL_CALL OPreparedStatement::setLong(sal_Int32 parameter, sal_Int64 aVal) in setLong() function in OPreparedStatement
619 setLong( _parameterIndex, nValue ); in setObjectWithInfo()
H A Dmysqlc_preparedstatement.hxx114 void SAL_CALL setLong(sal_Int32 parameter, sal_Int64 x);
/trunk/main/stoc/test/
H A Dtestiadapter.cxx252 virtual void SAL_CALL setLong( sal_Int32 _long ) in setLong() function in Test_Impl
558 _xLBT->setLong( *(const sal_Int32 *)rValue.getValue() ); in setValue()
808 xLBT->setLong( aRet.Long ); in performTest()
/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs87 public void setLong(/*IN*/int n) { _long = n; } in setLong() method in testobj.PerformanceTestObject
H A Dubobject.cxx153 virtual void SAL_CALL setLong( sal_Int32 _long ) in setLong() function in benchmark_object::ServiceImpl
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx1002 void ParameterManager::setLong( sal_Int32 _nIndex, sal_Int64 x ) in setLong() function in dbtools::ParameterManager
1004 VISIT_PARAMETER( setLong( _nIndex, x ) ); in setLong()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.hxx88 virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x );
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx78 virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x );
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.hxx106 virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x );
H A DNPreparedStatement.cxx227 void SAL_CALL OEvoabPreparedStatement::setLong( sal_Int32 /*parameterIndex*/, sal_Int64 /*aVal*/ ) in setLong() function in OEvoabPreparedStatement
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx88 virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x );
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.hxx106 virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x );
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx105 virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x );
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx108 virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x );
/trunk/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl106 void setLong( [in] long n );
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx132 virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x );
/trunk/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl84 pstmt.setLong(2, 110592)
188 void setLong([in]long parameterIndex, [in]hyper x) raises (SQLException);
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx919 void SAL_CALL DatabaseDataProvider::setLong(sal_Int32 parameterIndex, sal_Int64 x) in setLong() function in dbaccess::DatabaseDataProvider
921 m_aParameterManager.setLong(parameterIndex, x); in setLong()

123