Home
last modified time | relevance | path

Searched refs:_nRet (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/connectivity/source/inc/ado/
H A DAwrapado.hxx356 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);
/AOO42X/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx895 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()
[all …]
/AOO42X/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1703 void OResultSet::fillNeededData(SQLRETURN _nRet) in fillNeededData() argument
1706 SQLRETURN nRet = _nRet; in fillNeededData()
/AOO42X/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx167 void fillNeededData(SQLRETURN _nRet);