Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dmethods.cxx285 … com::sun::star::uno::Reference< ooo::vba::XErrObject > xErrObj( SbxErrObject::getUnoErrObject() ); in RTLFUNC() local
286 if ( xErrObj.is() && xErrObj->getNumber() == nCode && !xErrObj->getDescription().isEmpty() ) in RTLFUNC()
287 tmpErrMsg = xErrObj->getDescription(); in RTLFUNC()

Completed in 67 milliseconds