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 );
H A Dsbxlng.cxx233 ImpCreateDecimal( p )->setLong( n ); in ImpPutLong()
/trunk/main/connectivity/java/dbtools/src/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/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 ) 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 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.cxx483 void SAL_CALL OPreparedStatement::setLong(sal_Int32 parameter, sal_Int64 aVal) in setLong() function in OPreparedStatement
646 setLong( _parameterIndex, nValue ); in setObjectWithInfo()
H A Dmysqlc_preparedstatement.hxx120 … void SAL_CALL setLong(sal_Int32 parameter, sal_Int64 x) throw(SQLException, RuntimeException);
/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 ) throw(::com::sun::star::uno::RuntimeException) 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()
H A Ddbtools.cxx1664 _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 Dtestiadapter.cxx255 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 DXPerformanceTest.idl106 void setLong( [in] long n );
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx227 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 DXParameters.idl84 pstmt.setLong(2, 110592)
188 void setLong([in]long parameterIndex, [in]hyper x) raises (SQLException);
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx249 void SAL_CALL MacabPreparedStatement::setLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeExce… in setLong() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx88 …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 DSPreparedStatement.cxx229 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.java258 oObj.setLong(idx, 13362453) ; in _setLong()
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx234 void setLong ( sal_Int32 _nIndex, sal_Int64 x);
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java189 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 DDatabaseDataProvider.cxx919 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()

Completed in 165 milliseconds

123