Searched refs:pErrors (Results 1 – 4 of 4) sorted by relevance
256 ADOErrors *pErrors = NULL; in ThrowException() local257 _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()
155 sal_Bool WpADOConnection::GetErrors(ADOErrors** pErrors) in GetErrors() argument158 return SUCCEEDED(pInterface->get_Errors(pErrors)); in GetErrors()
201 linguistic2::SingleGrammarError* pErrors = aErrors.getArray(); in GrammarCheckingInDummy() local204 pErrors[i] = aErrorVector[i]; in GrammarCheckingInDummy()
96 sal_Bool GetErrors(ADOErrors** pErrors);
Completed in 30 milliseconds