Searched refs:aErrorCode (Results 1 – 5 of 5) sorted by relevance
127 aErrorCode[ucb::IOErrorCode_WRONG_VERSION + 1][2] in handleInteractiveIOException() local223 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()257 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()276 nErrorCode = aErrorCode[aIoException.Code][1]; in handleInteractiveIOException()282 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()309 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()319 nErrorCode = aErrorCode[aIoException.Code][1]; in handleInteractiveIOException()323 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()
2953 ::com::sun::star::task::ErrorCodeRequest aErrorCode; in impl_store()2954 aErrorCode.ErrCode = nErrCode; in impl_store()2955 … SfxMedium::CallApproveHandler( xHandler, uno::makeAny( aErrorCode ), sal_False ); in impl_store()
1131 GraphicFilterRequest aErrorCode; in filter() local1132 aErrorCode.ErrCode = nStatus; in filter()1133 aInteraction <<= aErrorCode; in filter()
1051 css::task::ErrorCodeRequest aErrorCode; in impl_furtherDocsAllowed() local1052 aErrorCode.ErrCode = ERRCODE_SFX_NOMOREDOCUMENTSALLOWED; in impl_furtherDocsAllowed()1053 aInteraction <<= aErrorCode; in impl_furtherDocsAllowed()