Home
last modified time | relevance | path

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

/trunk/main/uui/source/
H A Diahndl-ioexceptions.cxx127 aErrorCode[ucb::IOErrorCode_WRONG_VERSION + 1][2] in handleInteractiveIOException() local
223 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()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1299 ::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() local
2134 aErrorCode.ErrCode = nError; in UseInteractionToHandleError()
2135 aInteraction <<= aErrorCode; in UseInteractionToHandleError()
H A Dsfxbasemodel.cxx2953 ::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()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx1131 GraphicFilterRequest aErrorCode; in filter() local
1132 aErrorCode.ErrCode = nStatus; in filter()
1133 aInteraction <<= aErrorCode; in filter()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1051 css::task::ErrorCodeRequest aErrorCode; in impl_furtherDocsAllowed() local
1052 aErrorCode.ErrCode = ERRCODE_SFX_NOMOREDOCUMENTSALLOWED; in impl_furtherDocsAllowed()
1053 aInteraction <<= aErrorCode; in impl_furtherDocsAllowed()