Home
last modified time | relevance | path

Searched refs:aErrorCodeRequest (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/framework/source/interaction/
H A Dquietinteraction.cxx132 css::task::ErrorCodeRequest aErrorCodeRequest ; in handle() local
147 if( aRequest >>= aErrorCodeRequest ) in handle()
151 … sal_Bool bWarning = (aErrorCodeRequest.ErrCode & ERRCODE_WARNING_MASK) == ERRCODE_WARNING_MASK; in handle()
/aoo4110/main/sfx2/source/doc/
H A Ddocmacromode.cxx105 ErrorCodeRequest aErrorCodeRequest; in lcl_showGeneralSfxErrorOnce() local
106 aErrorCodeRequest.ErrCode = nSfxErrorCode; in lcl_showGeneralSfxErrorOnce()
108 SfxMedium::CallApproveHandler( rxHandler, makeAny( aErrorCodeRequest ), sal_False ); in lcl_showGeneralSfxErrorOnce()
/aoo4110/main/uui/source/
H A Diahndl.cxx833 task::ErrorCodeRequest aErrorCodeRequest; in handleRequest_impl() local
834 if (aAnyRequest >>= aErrorCodeRequest) in handleRequest_impl()
836 handleGenericErrorRequest( aErrorCodeRequest.ErrCode, in handleRequest_impl()
/aoo4110/main/framework/source/services/
H A Ddesktop.cxx1408 css::task::ErrorCodeRequest aErrorCodeRequest ; in handle() local
1419 if( aRequest >>= aErrorCodeRequest ) in handle()
1421 … sal_Bool bWarning = ((aErrorCodeRequest.ErrCode & ERRCODE_WARNING_MASK) == ERRCODE_WARNING_MASK); in handle()

Completed in 45 milliseconds