Searched refs:_nRet (Results 1 – 4 of 4) sorted by relevance
356 sal_Bool get_RecordCount(sal_Int32 &_nRet) const;357 sal_Bool get_MaxRecords(sal_Int32 &_nRet) const;358 sal_Bool put_MaxRecords(sal_Int32 _nRet);359 sal_Bool get_CursorType(CursorTypeEnum &_nRet) const;360 sal_Bool put_CursorType(CursorTypeEnum _nRet);361 sal_Bool get_LockType(LockTypeEnum &_nRet) const;362 sal_Bool put_LockType(LockTypeEnum _nRet);363 sal_Bool get_CacheSize(sal_Int32 &_nRet) const;364 sal_Bool put_CacheSize(sal_Int32 _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() argument910 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() argument922 return SUCCEEDED(pInterface->put_CursorType(_nRet)); in put_CursorType()[all …]
1703 void OResultSet::fillNeededData(SQLRETURN _nRet) in fillNeededData() argument1706 SQLRETURN nRet = _nRet; in fillNeededData()
167 void fillNeededData(SQLRETURN _nRet);