Searched refs:get_RecordCount (Results 1 – 4 of 4) sorted by relevance
389 if(m_RecordSet.get_RecordCount(nValue)) in executeBatch()442 if(m_RecordSet.IsValid() && m_RecordSet.get_RecordCount(nRet)) in getUpdateCount()
895 sal_Bool WpADORecordset::get_RecordCount(sal_Int32 &_nRet) const in get_RecordCount() function in WpADORecordset898 return SUCCEEDED(pInterface->get_RecordCount(&_nRet)); in get_RecordCount()
450 m_pRecordSet->get_RecordCount(&m_nRowPos); in last()
356 sal_Bool get_RecordCount(sal_Int32 &_nRet) const;
Completed in 36 milliseconds