Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx41 #define CHECK_RETURN(x) \ macro
83 CHECK_RETURN(m_Command.put_CommandText(sNewSql)) in OPreparedStatement()
84 CHECK_RETURN(m_Command.put_Prepared(VARIANT_TRUE)) in OPreparedStatement()
266 CHECK_RETURN(aParam.PutValue(_Val)); in setParameter()
308 CHECK_RETURN(m_RecordSet.put_CacheSize(m_nFetchSize)) in executeQuery()
309 CHECK_RETURN(m_RecordSet.put_MaxRecords(m_nMaxRows)) in executeQuery()
311 CHECK_RETURN(m_RecordSet.get_CacheSize(m_nFetchSize)) in executeQuery()
312 CHECK_RETURN(m_RecordSet.get_MaxRecords(m_nMaxRows)) in executeQuery()
313 CHECK_RETURN(m_RecordSet.get_CursorType(m_eCursorType)) in executeQuery()
314 CHECK_RETURN(m_RecordSet.get_LockType(m_eLockType)) in executeQuery()
[all …]
H A DAStatement.cxx46 #define CHECK_RETURN(x) \ macro
146 CHECK_RETURN(m_Command.Cancel()) in cancel()
272 CHECK_RETURN(m_Command.put_CommandText(sql)) in execute()
301 CHECK_RETURN(m_Command.put_CommandText(sql)) in executeQuery()
306 CHECK_RETURN(aSet.put_CacheSize(m_nFetchSize)) in executeQuery()
307 CHECK_RETURN(aSet.put_MaxRecords(m_nMaxRows)) in executeQuery()
311 CHECK_RETURN(aSet.get_CacheSize(m_nFetchSize)) in executeQuery()
312 CHECK_RETURN(aSet.get_MaxRecords(m_nMaxRows)) in executeQuery()
313 CHECK_RETURN(aSet.get_CursorType(m_eCursorType)) in executeQuery()
314 CHECK_RETURN(aSet.get_LockType(m_eLockType)) in executeQuery()
[all …]
H A DAResultSet.cxx49 #define CHECK_RETURN(x) \ macro
117 CHECK_RETURN(m_pRecordSet->get_BOF(&bIsAtBOF)) in construct()
370 CHECK_RETURN(m_pRecordSet->get_EOF(&bIsAtEOF)) in isAfterLast()
606 CHECK_RETURN(m_pRecordSet->get_EOF(&bIsAtEOF)) in next()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2867 CHECK_RETURN( nParentTree ); in emitStructure()
4274 CHECK_RETURN( fit->second ); in emitFonts()
4327 CHECK_RETURN( emitTilings() ); in emitResources()
4330 CHECK_RETURN( emitFonts() ); in emitResources()
4482 #undef CHECK_RETURN
5749 #undef CHECK_RETURN
5761 CHECK_RETURN( emitResources() ); in emitCatalog()
5848 CHECK_RETURN( emitAnnotations() ); in emitCatalog()
6840 CHECK_RETURN( emitCatalog() ); in emit()
6843 CHECK_RETURN( emitTrailer() ); in emit()
[all …]

Completed in 83 milliseconds