Lines Matching refs:nErrorCode
462 ErrCode nErrorCode = ERRCODE_UUI_IO_MODULESIZEEXCEEDED; in handleRequest_impl() local
479 nErrorCode, in handleRequest_impl()
491 ErrCode nErrorCode = ERRCODE_UUI_IO_TARGETALREADYEXISTS; in handleRequest_impl() local
496 nErrorCode = ERRCODE_UUI_IO_ALREADYEXISTS; in handleRequest_impl()
501 nErrorCode, in handleRequest_impl()
513 ErrCode nErrorCode = ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE; in handleRequest_impl() local
524 nErrorCode, in handleRequest_impl()
557 ErrCode nErrorCode; in handleRequest_impl() local
565 nErrorCode = ERRCODE_INET_OFFLINE; in handleRequest_impl()
568 nErrorCode = ERRCODE_INET_NAME_RESOLVE; in handleRequest_impl()
573 nErrorCode = ERRCODE_INET_CONNECT; in handleRequest_impl()
578 nErrorCode = ERRCODE_INET_READ; in handleRequest_impl()
583 nErrorCode = ERRCODE_INET_WRITE; in handleRequest_impl()
587 nErrorCode = ERRCODE_INET_GENERAL; in handleRequest_impl()
590 nErrorCode, in handleRequest_impl()
641 ErrCode nErrorCode; in handleRequest_impl() local
647 nErrorCode = ERRCODE_UUI_WRONGJAVA; in handleRequest_impl()
650 nErrorCode = ERRCODE_UUI_WRONGJAVA_MIN; in handleRequest_impl()
658 nErrorCode = ERRCODE_UUI_WRONGJAVA_VERSION; in handleRequest_impl()
664 nErrorCode = ERRCODE_UUI_WRONGJAVA_VERSION_MIN; in handleRequest_impl()
672 nErrorCode, in handleRequest_impl()
684 ErrCode nErrorCode; in handleRequest_impl() local
687 nErrorCode = ERRCODE_UUI_BADPARTNERSHIP; in handleRequest_impl()
690 nErrorCode = ERRCODE_UUI_BADPARTNERSHIP_NAME; in handleRequest_impl()
694 nErrorCode, in handleRequest_impl()
706 ErrCode nErrorCode = aMergeRecoveryRequest.IsRemovalRequest in handleRequest_impl() local
714 nErrorCode, in handleRequest_impl()
728 const ErrCode nErrorCode = ERRCODE_UUI_CONFIGURATION_BACKENDMISSING; in handleRequest_impl() local
738 nErrorCode, in handleRequest_impl()
750 const ErrCode nErrorCode = in handleRequest_impl() local
756 nErrorCode, in handleRequest_impl()
768 ErrCode nErrorCode = aLLException.SelfOwned in handleRequest_impl() local
774 nErrorCode, in handleRequest_impl()
786 ErrCode nErrorCode = ERRCODE_UUI_LOCKING_NOT_LOCKED; in handleRequest_impl() local
791 nErrorCode, in handleRequest_impl()
803 ErrCode nErrorCode = ERRCODE_UUI_LOCKING_LOCK_EXPIRED; in handleRequest_impl() local
808 nErrorCode, in handleRequest_impl()
1265 sal_Int32 nErrorCode, in handleGenericErrorRequest() argument
1279 ErrorHandler::GetErrorString(nErrorCode, aErrorString); in handleGenericErrorRequest()
1292 ErrCode nError = static_cast< ErrCode >(nErrorCode); in handleGenericErrorRequest()
1300 ErrorHandler::GetErrorString( nErrorCode, aErrorString ); in handleGenericErrorRequest()
1332 ErrorHandler::HandleError(nErrorCode); in handleGenericErrorRequest()
1478 ErrCode nErrorCode; in handleBrokenPackageRequest() local
1481 nErrorCode = ERRCODE_UUI_IO_BROKENPACKAGE; in handleBrokenPackageRequest()
1485 nErrorCode = ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR; in handleBrokenPackageRequest()
1499 if ( !ErrorResource(aResId).getString(nErrorCode, &aMessage) ) in handleBrokenPackageRequest()
1571 ErrorResource::getString(ErrCode nErrorCode, rtl::OUString * pString) in getString() argument
1575 ResId aResId(static_cast< sal_uInt16 >(nErrorCode & ERRCODE_RES_MASK), in getString()