Lines Matching refs:SUCCEEDED
50 if(!SUCCEEDED(x)) \
195 if(SUCCEEDED(hr)) in getBinaryStream()
431 if(SUCCEEDED(m_pRecordSet->MoveFirst())) in first()
447 sal_Bool bRet = SUCCEEDED(m_pRecordSet->MoveLast()); in last()
468 bCheck = SUCCEEDED(m_pRecordSet->MoveLast()); in absolute()
472 bCheck = SUCCEEDED(m_pRecordSet->MovePrevious()); in absolute()
480 …bCheck = SUCCEEDED(m_pRecordSet->Move(row-1,aEmpty)); // move to row -1 because we stand already o… in absolute()
500 sal_Bool bRet = SUCCEEDED(m_pRecordSet->Move(row,aEmpty)); in relative()
514 sal_Bool bRet = SUCCEEDED(m_pRecordSet->MovePrevious()); in previous()
601 bRet = SUCCEEDED(m_pRecordSet->MoveNext()); in next()
854 return SUCCEEDED(m_pRecordSet->Move(0,m_aBookmarks[nPos])); in moveToBookmark()
869 return SUCCEEDED(m_pRecordSet->Move(rows,m_aBookmarks[nPos])); in moveRelativeToBookmark()
982 if(!SUCCEEDED(m_pRecordSet->get_LockType(&eRet))) in getResultSetConcurrency()
1002 if(!SUCCEEDED(m_pRecordSet->get_CursorType(&eRet))) in getResultSetType()