Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/runtime/
H A Druntime.cxx879 sal_Int32 nVBAErrorNumber = translateErrorToVba( nError, aMsg ); in Error() local
883 pGlobErr->setNumberAndDescription( nVBAErrorNumber, aMsg ); in Error()
943 sal_Int32 nVBAErrorNumber = ( nVBErrorCode == 0 ) ? nError : nVBErrorCode; in translateErrorToVba() local
944 return nVBAErrorNumber; in translateErrorToVba()

Completed in 14 milliseconds