Home
last modified time | relevance | path

Searched refs:pErrors (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx256 ADOErrors *pErrors = NULL; in ThrowException() local
257 _pAdoCon->get_Errors(&pErrors); in ThrowException()
258 if(!pErrors) in ThrowException()
261 pErrors->AddRef( ); in ThrowException()
265 pErrors->get_Count(&nLen); in ThrowException()
275 pErrors->get_Item(OLEVariant(i),&pError); in ThrowException()
291 pErrors->Clear(); in ThrowException()
292 pErrors->Release(); in ThrowException()
295 pErrors->Release(); in ThrowException()
H A DAwrapado.cxx155 sal_Bool WpADOConnection::GetErrors(ADOErrors** pErrors) in GetErrors() argument
158 return SUCCEEDED(pInterface->get_Errors(pErrors)); in GetErrors()
/trunk/main/connectivity/source/inc/ado/
H A DAwrapado.hxx96 sal_Bool GetErrors(ADOErrors** pErrors);

Completed in 41 milliseconds