Searched refs:aIoException (Results 1 – 4 of 4) sorted by relevance
117 ucb::InteractiveIOException aIoException; in handleInteractiveIOException() local118 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 …]
99 InteractiveIOException aIoException; in handle() local101 (m_aException >>= aIoException ) && in handle()102 (IOErrorCode_NOT_EXISTING == aIoException.Code) in handle()151 InteractiveIOException aIoException; in wasAccessDenied() local153 (m_aException >>= aIoException ) && in wasAccessDenied()154 (IOErrorCode_ACCESS_DENIED == aIoException.Code) in wasAccessDenied()
67 InteractiveIOException aIoException; in handle() local68 if ( _rxRequest->getRequest() >>= aIoException ) in handle()70 if ( IOErrorCode_NOT_EXISTING == aIoException.Code ) in handle()
252 com::sun::star::ucb::InteractiveIOException aIoException; in handle() local254 …if ( (aRequest >>= aIoException) && ( aIoException.Code == IOErrorCode_ACCESS_DENIED || aIoExcepti… in handle()
Completed in 39 milliseconds