Home
last modified time | relevance | path

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

12

/aoo41x/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()
/aoo41x/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()
/aoo41x/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
/aoo41x/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);
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl106 void setLong( [in] long n );
/aoo41x/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
/aoo41x/main/connectivity/source/drivers/kab/
H A DKPreparedStatement.cxx236 void SAL_CALL KabPreparedStatement::setLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeExcept… in setLong() function in KabPreparedStatement
H A DKPreparedStatement.hxx88 …virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/aoo41x/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…
/aoo41x/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);
/aoo41x/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
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XParameters.java258 oObj.setLong(idx, 13362453) ; in _setLong()
/aoo41x/main/connectivity/inc/connectivity/
H A Dparameters.hxx234 void setLong ( sal_Int32 _nIndex, sal_Int64 x);
/aoo41x/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx108 …virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/aoo41x/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx89 …virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/aoo41x/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx78 …virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
/aoo41x/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

Completed in 243 milliseconds

12