Searched refs:get_MaxRecords (Results 1 – 4 of 4) sorted by relevance
312 CHECK_RETURN(aSet.get_MaxRecords(m_nMaxRows)) in executeQuery()511 if(!(m_RecordSet.IsValid() && m_RecordSet.get_MaxRecords(nRet))) in getMaxRows()
312 CHECK_RETURN(m_RecordSet.get_MaxRecords(m_nMaxRows)) in executeQuery()
901 sal_Bool WpADORecordset::get_MaxRecords(sal_Int32 &_nRet) const in get_MaxRecords() function in WpADORecordset904 return SUCCEEDED(pInterface->get_MaxRecords(&_nRet)); in get_MaxRecords()
357 sal_Bool get_MaxRecords(sal_Int32 &_nRet) const;
Completed in 30 milliseconds