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);
898 return SUCCEEDED(pInterface->get_RecordCount(&_nRet)); in get_RecordCount()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()916 return SUCCEEDED(pInterface->get_CursorType(&_nRet)); in get_CursorType()922 return SUCCEEDED(pInterface->put_CursorType(_nRet)); in put_CursorType()928 return SUCCEEDED(pInterface->get_LockType(&_nRet)); in get_LockType()934 return SUCCEEDED(pInterface->put_LockType(_nRet)); in put_LockType()940 return SUCCEEDED(pInterface->get_CacheSize(&_nRet)); in get_CacheSize()943 sal_Bool WpADORecordset::put_CacheSize(sal_Int32 _nRet) in put_CacheSize() argument[all …]
1703 void OResultSet::fillNeededData(SQLRETURN _nRet) in fillNeededData() argument1706 SQLRETURN nRet = _nRet; in fillNeededData()
167 void fillNeededData(SQLRETURN _nRet);
Completed in 42 milliseconds