Searched refs:get_CacheSize (Results 1 – 6 of 6) sorted by relevance
363 sal_Bool get_CacheSize(sal_Int32 &_nRet) const;
311 CHECK_RETURN(m_RecordSet.get_CacheSize(m_nFetchSize)) in executeQuery()
311 CHECK_RETURN(aSet.get_CacheSize(m_nFetchSize)) in executeQuery()
937 sal_Bool WpADORecordset::get_CacheSize(sal_Int32 &_nRet) const in get_CacheSize() function in WpADORecordset940 return SUCCEEDED(pInterface->get_CacheSize(&_nRet)); in get_CacheSize()
1032 m_pRecordSet->get_CacheSize(&nValue); in getFetchSize()
677 m_pRecordSet->get_CacheSize(&nValue); in getFetchSize()
Completed in 71 milliseconds