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()
1299 ::com::sun::star::task::ErrorCodeRequest aErrorCode; in CheckEncryption_Impl()1300 aErrorCode.ErrCode = ERRCODE_SFX_INCOMPLETE_ENCRYPTION; in CheckEncryption_Impl()1302 SfxMedium::CallApproveHandler( xHandler, uno::makeAny( aErrorCode ), sal_False ); in CheckEncryption_Impl()2133 task::ErrorCodeRequest aErrorCode; in UseInteractionToHandleError() local2134 aErrorCode.ErrCode = nError; in UseInteractionToHandleError()2135 aInteraction <<= aErrorCode; in UseInteractionToHandleError()
2991 ::com::sun::star::task::ErrorCodeRequest aErrorCode; in impl_store()2992 aErrorCode.ErrCode = nErrCode; in impl_store()2993 … 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 182 milliseconds