Home
last modified time | relevance | path

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

/aoo42x/main/uui/source/
H A Diahndl-ioexceptions.cxx117 ucb::InteractiveIOException aIoException; in handleInteractiveIOException() local
118 if (aAnyRequest >>= aIoException) in handleInteractiveIOException()
197 switch (aIoException.Code) in handleInteractiveIOException()
224 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()
[all …]
/aoo42x/main/fpicker/source/office/
H A Dfpinteraction.cxx99 InteractiveIOException aIoException; in handle() local
101 (m_aException >>= aIoException ) && in handle()
102 (IOErrorCode_NOT_EXISTING == aIoException.Code) in handle()
151 InteractiveIOException aIoException; in wasAccessDenied() local
153 (m_aException >>= aIoException ) && in wasAccessDenied()
154 (IOErrorCode_ACCESS_DENIED == aIoException.Code) in wasAccessDenied()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dfinteraction.cxx67 InteractiveIOException aIoException; in handle() local
68 if ( _rxRequest->getRequest() >>= aIoException ) in handle()
70 if ( IOErrorCode_NOT_EXISTING == aIoException.Code ) in handle()
/aoo42x/main/sfx2/source/doc/
H A Ddocfile.cxx252 com::sun::star::ucb::InteractiveIOException aIoException; in handle() local
254 …if ( (aRequest >>= aIoException) && ( aIoException.Code == IOErrorCode_ACCESS_DENIED || aIoExcepti… in handle()

Completed in 47 milliseconds