Lines Matching refs:_nRet
895 sal_Bool WpADORecordset::get_RecordCount(sal_Int32 &_nRet) const in get_RecordCount()
898 return SUCCEEDED(pInterface->get_RecordCount(&_nRet)); in get_RecordCount()
901 sal_Bool WpADORecordset::get_MaxRecords(sal_Int32 &_nRet) const in get_MaxRecords()
904 return SUCCEEDED(pInterface->get_MaxRecords(&_nRet)); in get_MaxRecords()
907 sal_Bool WpADORecordset::put_MaxRecords(sal_Int32 _nRet) in put_MaxRecords() argument
910 return SUCCEEDED(pInterface->put_MaxRecords(_nRet)); in put_MaxRecords()
913 sal_Bool WpADORecordset::get_CursorType(CursorTypeEnum &_nRet) const in get_CursorType()
916 return SUCCEEDED(pInterface->get_CursorType(&_nRet)); in get_CursorType()
919 sal_Bool WpADORecordset::put_CursorType(CursorTypeEnum _nRet) in put_CursorType() argument
922 return SUCCEEDED(pInterface->put_CursorType(_nRet)); in put_CursorType()
925 sal_Bool WpADORecordset::get_LockType(LockTypeEnum &_nRet) const in get_LockType()
928 return SUCCEEDED(pInterface->get_LockType(&_nRet)); in get_LockType()
931 sal_Bool WpADORecordset::put_LockType(LockTypeEnum _nRet) in put_LockType() argument
934 return SUCCEEDED(pInterface->put_LockType(_nRet)); in put_LockType()
937 sal_Bool WpADORecordset::get_CacheSize(sal_Int32 &_nRet) const in get_CacheSize()
940 return SUCCEEDED(pInterface->get_CacheSize(&_nRet)); in get_CacheSize()
943 sal_Bool WpADORecordset::put_CacheSize(sal_Int32 _nRet) in put_CacheSize() argument
946 return SUCCEEDED(pInterface->put_CacheSize(_nRet)); in put_CacheSize()