Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx300 SQLExceptionInfo aCurrentElement; in lcl_buildExceptionChain() local
301 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 17 milliseconds