Searched refs:aErrorCode (Results 1 – 5 of 5) sorted by relevance
128 aErrorCode[ucb::IOErrorCode_WRONG_VERSION + 1][2] in handleInteractiveIOException() local224 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()258 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()277 nErrorCode = aErrorCode[aIoException.Code][1]; in handleInteractiveIOException()283 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()310 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()320 nErrorCode = aErrorCode[aIoException.Code][1]; in handleInteractiveIOException()324 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()
1292 ::com::sun::star::task::ErrorCodeRequest aErrorCode; in CheckEncryption_Impl()1293 aErrorCode.ErrCode = ERRCODE_SFX_INCOMPLETE_ENCRYPTION; in CheckEncryption_Impl()1295 SfxMedium::CallApproveHandler( xHandler, uno::makeAny( aErrorCode ), sal_False ); in CheckEncryption_Impl()2121 task::ErrorCodeRequest aErrorCode; in UseInteractionToHandleError() local2122 aErrorCode.ErrCode = nError; in UseInteractionToHandleError()2123 aInteraction <<= aErrorCode; in UseInteractionToHandleError()
2957 ::com::sun::star::task::ErrorCodeRequest aErrorCode; in impl_store()2958 aErrorCode.ErrCode = nErrCode; in impl_store()2959 … SfxMedium::CallApproveHandler( xHandler, uno::makeAny( aErrorCode ), sal_False ); in impl_store()
1133 GraphicFilterRequest aErrorCode; in filter() local1134 aErrorCode.ErrCode = nStatus; in filter()1135 aInteraction <<= aErrorCode; in filter()
1069 css::task::ErrorCodeRequest aErrorCode; in impl_furtherDocsAllowed() local1070 aErrorCode.ErrCode = ERRCODE_SFX_NOMOREDOCUMENTSALLOWED; in impl_furtherDocsAllowed()1071 aInteraction <<= aErrorCode; in impl_furtherDocsAllowed()
Completed in 165 milliseconds