Searched refs:put_MaxRecords (Results 1 – 4 of 4) sorted by relevance
358 sal_Bool put_MaxRecords(sal_Int32 _nRet);
309 CHECK_RETURN(m_RecordSet.put_MaxRecords(m_nMaxRows)) in executeQuery()
307 CHECK_RETURN(aSet.put_MaxRecords(m_nMaxRows)) in executeQuery()
907 sal_Bool WpADORecordset::put_MaxRecords(sal_Int32 _nRet) in put_MaxRecords() function in WpADORecordset910 return SUCCEEDED(pInterface->put_MaxRecords(_nRet)); in put_MaxRecords()
Completed in 25 milliseconds