Searched refs:aCurrentElement (Results 1 – 1 of 1) sorted by relevance
300 SQLExceptionInfo aCurrentElement; in lcl_buildExceptionChain() local301 iter.next( aCurrentElement ); in lcl_buildExceptionChain()303 const SQLException* pCurrentError = (const SQLException*)aCurrentElement; in lcl_buildExceptionChain()307 ExceptionDisplayInfo aDisplayInfo( aCurrentElement.getType() ); in lcl_buildExceptionChain()322 aDisplayInfo.pImageProvider = _rFactory.getImageProvider( aCurrentElement.getType() ); in lcl_buildExceptionChain()323 … aDisplayInfo.pLabelProvider = _rFactory.getLabelProvider( aCurrentElement.getType(), false ); in lcl_buildExceptionChain()327 if ( aCurrentElement.getType() == SQLExceptionInfo::SQL_CONTEXT ) in lcl_buildExceptionChain()329 const SQLContext* pContext = (const SQLContext*)aCurrentElement; in lcl_buildExceptionChain()332 ExceptionDisplayInfo aSubInfo( aCurrentElement.getType() ); in lcl_buildExceptionChain()335 … aSubInfo.pImageProvider = _rFactory.getImageProvider( aCurrentElement.getType() ); in lcl_buildExceptionChain()[all …]
Completed in 27 milliseconds