/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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
|
/aoo41x/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);
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/udkapi/com/sun/star/test/performance/ |
H A D | XPerformanceTest.idl | 106 void setLong( [in] long n );
|
/aoo41x/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
|
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KPreparedStatement.cxx | 236 void SAL_CALL KabPreparedStatement::setLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeExcept… in setLong() function in KabPreparedStatement
|
H A D | KPreparedStatement.hxx | 88 …virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
|
/aoo41x/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…
|
/aoo41x/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);
|
/aoo41x/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
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XParameters.java | 258 oObj.setLong(idx, 13362453) ; in _setLong()
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | parameters.hxx | 234 void setLong ( sal_Int32 _nIndex, sal_Int64 x);
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | preparedstatement.hxx | 108 …virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | APreparedStatement.hxx | 89 …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 D | PreparedStatement.hxx | 78 …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 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
|