Searched refs:_nSize (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 389 void ORowSetCache::setFetchSize(sal_Int32 _nSize) in setFetchSize() argument 391 if(_nSize == m_nFetchSize) in setFetchSize() 394 m_nFetchSize = _nSize; in setFetchSize() 397 m_pMatrix = new ORowSetMatrix(_nSize); in setFetchSize() 424 m_pMatrix->resize(_nSize); in setFetchSize() 426 if ( nKeyPos < _nSize ) in setFetchSize() 442 if ( *aIter < _nSize ) in setFetchSize() 452 fillMatrix(nNewSt,_nSize+1); in setFetchSize() 454 m_nEndPos = _nSize; in setFetchSize() 459 fillMatrix(nNewSt,_nSize+1); in setFetchSize() [all …]
|
H A D | RowSetCache.hxx | 211 void setFetchSize(sal_Int32 _nSize);
|
/aoo42x/main/sal/qa/rtl/alloc/ |
H A D | rtl_alloc.cxx | 37 bool checkMemory(char* _pMemory, sal_uInt32 _nSize, char _n) in checkMemory() argument 41 for (sal_uInt32 i=0;i<_nSize;i++) in checkMemory()
|
/aoo42x/main/connectivity/source/inc/ |
H A D | TSortIndex.hxx | 127 OKeySet(Vector::size_type _nSize) in OKeySet() argument 128 : ORefVector<sal_Int32>(_nSize) in OKeySet()
|
/aoo42x/main/tools/source/memtools/ |
H A D | contnr.cxx | 106 CBlock::CBlock( sal_uInt16 _nSize, CBlock* _pPrev ) in CBlock() argument 109 DBG_ASSERT( _nSize, "CBlock::CBlock(): nSize == 0" ); in CBlock() 113 nSize = _nSize; in CBlock() 114 nCount = _nSize; in CBlock()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 213 const sal_Int32& _nSize,const OLEVariant& _Val) throw(SQLException, RuntimeException) in setParameter() argument 225 ADOParameter* pParam = m_Command.CreateParameter(sDefaultName,_eType,adParamInput,_nSize,_Val); in setParameter() 258 aParam.put_Size(_nSize); in setParameter()
|
H A D | Awrapado.cxx | 1033 sal_Bool WpADOParameter::put_Size(const sal_Int32& _nSize) in put_Size() argument 1036 return (SUCCEEDED(pInterface->put_Size(_nSize))); in put_Size()
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 317 void OPreparedStatement::setParameter(sal_Int32 parameterIndex,sal_Int32 _nType,sal_Int32 _nSize,vo… in setParameter() argument 329 sal_Int32 nRealSize = _nSize; in setParameter()
|
H A D | OTools.cxx | 52 …SQLLEN _nSize) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException) in getValue() argument 61 _nSize, in getValue()
|
/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BDriver.cxx | 1065 sal_Int32 _nSize) in CreateFile() argument 1067 OSL_TRACE("CreateFile %d",_nSize); in CreateFile() 1083 sal_Int32 nCount = _nSize /2; in CreateFile()
|
/aoo42x/main/connectivity/source/inc/adabas/ |
H A D | BDriver.hxx | 117 sal_Int32 _nSize);
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | OTools.hxx | 211 …SQLLEN _nSize) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException…
|
H A D | OPreparedStatement.hxx | 91 void setParameter(sal_Int32 parameterIndex,sal_Int32 _nType,sal_Int32 _nSize,void* _pData);
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | APreparedStatement.hxx | 51 …void setParameter(sal_Int32 parameterIndex, const DataTypeEnum& _eType,const sal_Int32& _nSize,con…
|
H A D | Awrapado.hxx | 383 sal_Bool put_Size(const sal_Int32& _nSize);
|
Completed in 91 milliseconds