Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/source/drivers/ado/
H A DAStatement.cxx66 ,m_nMaxRows(0) in OStatement_Base()
307 CHECK_RETURN(aSet.put_MaxRecords(m_nMaxRows)) in executeQuery()
312 CHECK_RETURN(aSet.get_MaxRecords(m_nMaxRows)) in executeQuery()
587 m_nMaxRows = _par0; in setMaxRows()
704 …r::tryPropertyValue( rConvertedValue, rOldValue, rValue, bValidAdoRS ? getMaxRows() : m_nMaxRows ); in convertFastPropertyValue()
H A DAPreparedStatement.cxx309 CHECK_RETURN(m_RecordSet.put_MaxRecords(m_nMaxRows)) in executeQuery()
312 CHECK_RETURN(m_RecordSet.get_MaxRecords(m_nMaxRows)) in executeQuery()
/aoo42x/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx73 ,m_nMaxRows(0) in DBG_NAME()
238 aConvertedProperties[nPos++].Value <<= m_nMaxRows; in getNewOutputName()
414 return m_nMaxRows; in getMaxRows()
419 set(PROPERTY_MAXROWS,_MaxRows,m_nMaxRows); in setMaxRows()
/aoo42x/main/dbaccess/source/core/api/
H A DStaticSet.cxx121 if ( !m_bEnd && (!m_nMaxRows || sal_Int32(m_aSet.size()) < m_nMaxRows) ) in fetchRow()
H A DRowSet.cxx154 ,m_nMaxRows(0) in ORowSet()
214 …registerProperty(PROPERTY_MAXROWS, PROPERTY_ID_MAXROWS, 0, &m_nMaxRows, ::getCppuTy… in ORowSet()
1669 xStatementProps->setPropertyValue( PROPERTY_MAXROWS, makeAny( m_nMaxRows ) ); in impl_prepareAndExecute_throw()
1827 …xt, aComposedUpdateTableName, m_bModified, m_bNew,m_aParameterValueForCache,m_aFilter,m_nMaxRows ); in execute_NoApprove_NoNewConn()
H A DCacheSet.hxx61 sal_Int32 m_nMaxRows; member in dbaccess::OCacheSet
H A DKeySet.cxx1423 if ( !m_bRowCountFinal && (!m_nMaxRows || sal_Int32(m_aKeyMap.size()) < m_nMaxRows) ) in fetchRow()
H A DCacheSet.cxx106 :m_nMaxRows(i_nMaxRows) in DBG_NAME()
H A DRowSet.hxx127 sal_Int32 m_nMaxRows; member in dbaccess::ORowSet
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx69 , m_nMaxRows(0) in OCommonStatement()
91 REGISTER_PROP( PROPERTY_ID_MAXROWS, m_nMaxRows ); in OCommonStatement()
H A DNStatement.hxx165 sal_Int32 m_nMaxRows; member in connectivity::evoab::OCommonStatement
/aoo42x/main/connectivity/source/drivers/file/
H A DFStatement.cxx77 ,m_nMaxRows(0) in DBG_NAME()
95 …getNameByIndex(PROPERTY_ID_MAXROWS), PROPERTY_ID_MAXROWS, nAttrib,&m_nMaxRows, ::getCppuType(… in DBG_NAME()
/aoo42x/main/connectivity/source/inc/file/
H A DFStatement.hxx102 sal_Int32 m_nMaxRows; member in connectivity::file::OStatement_Base
/aoo42x/main/connectivity/source/inc/ado/
H A DAStatement.hxx84 sal_Int32 m_nMaxRows; member in connectivity::ado::OStatement_Base
/aoo42x/main/reportdesign/source/core/inc/
H A DReportEngineJFree.hxx53 ::sal_Int32 m_nMaxRows;

Completed in 79 milliseconds