Home
last modified time | relevance | path

Searched refs:_nSize (Results 1 – 15 of 15) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A DRowSetCache.cxx389 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 DRowSetCache.hxx211 void setFetchSize(sal_Int32 _nSize);
/aoo4110/main/sal/qa/rtl/alloc/
H A Drtl_alloc.cxx37 bool checkMemory(char* _pMemory, sal_uInt32 _nSize, char _n) in checkMemory() argument
41 for (sal_uInt32 i=0;i<_nSize;i++) in checkMemory()
/aoo4110/main/connectivity/source/inc/
H A DTSortIndex.hxx127 OKeySet(Vector::size_type _nSize) in OKeySet() argument
128 : ORefVector<sal_Int32>(_nSize) in OKeySet()
/aoo4110/main/tools/source/memtools/
H A Dcontnr.cxx106 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()
/aoo4110/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx213 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 DAwrapado.cxx1033 sal_Bool WpADOParameter::put_Size(const sal_Int32& _nSize) in put_Size() argument
1036 return (SUCCEEDED(pInterface->put_Size(_nSize))); in put_Size()
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx317 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 DOTools.cxx52 …SQLLEN _nSize) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException) in getValue() argument
61 _nSize, in getValue()
/aoo4110/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx1065 sal_Int32 _nSize) in CreateFile() argument
1067 OSL_TRACE("CreateFile %d",_nSize); in CreateFile()
1083 sal_Int32 nCount = _nSize /2; in CreateFile()
/aoo4110/main/connectivity/source/inc/adabas/
H A DBDriver.hxx117 sal_Int32 _nSize);
/aoo4110/main/connectivity/source/inc/odbc/
H A DOTools.hxx211 …SQLLEN _nSize) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException…
H A DOPreparedStatement.hxx91 void setParameter(sal_Int32 parameterIndex,sal_Int32 _nType,sal_Int32 _nSize,void* _pData);
/aoo4110/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx51 …void setParameter(sal_Int32 parameterIndex, const DataTypeEnum& _eType,const sal_Int32& _nSize,con…
H A DAwrapado.hxx383 sal_Bool put_Size(const sal_Int32& _nSize);

Completed in 107 milliseconds