Home
last modified time | relevance | path

Searched refs:exIO (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/qadevOOo/runner/helper/
H A DStreamSimulator.java163 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExcepti… in readBytes()
203 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExcepti… in readSomeBytes()
241 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExcepti… in skipBytes()
272 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOException\n\t… in available()
303 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOException\n\t… in closeInput()
341 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExcepti… in writeBytes()
374 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExcepti… in flush()
406 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExcepti… in closeOutput()
448 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExceptio… in seek()
483 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOException\n\tfail… in getPosition()
[all …]
/aoo4110/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java148 catch (com.sun.star.io.IOException exIO ) { in readBytes()
180 catch (com.sun.star.io.IOException exIO ) { in readSomeBytes()
212 catch (com.sun.star.io.IOException exIO ) { in skipBytes()
238 catch (com.sun.star.io.IOException exIO ) { in available()
266 catch (com.sun.star.io.IOException exIO ) { in closeInput()
301 catch (com.sun.star.io.IOException exIO ) { in writeBytes()
331 catch (com.sun.star.io.IOException exIO ) { in flush()
360 catch (com.sun.star.io.IOException exIO ) { in closeOutput()
398 catch (com.sun.star.io.IOException exIO ) { in seek()
428 catch (com.sun.star.io.IOException exIO ) { in getPosition()
[all …]
H A DCheckXComponentLoader.java654 } catch (com.sun.star.io.IOException exIO) { in loadURL()
/aoo4110/main/comphelper/source/misc/
H A Dstillreadwriteinteraction.cxx107 css::ucb::InteractiveIOException exIO; in intercepted() local
108 xRequest->getRequest() >>= exIO; in intercepted()
110 (exIO.Code == css::ucb::IOErrorCode_ACCESS_DENIED ) in intercepted()
111 || (exIO.Code == css::ucb::IOErrorCode_LOCKING_VIOLATION ) in intercepted()
112 || (exIO.Code == css::ucb::IOErrorCode_NOT_EXISTING ) in intercepted()
116 || (exIO.Code == css::ucb::IOErrorCode_GENERAL ) in intercepted()
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java583 catch(com.sun.star.io.IOException exIO) in loadDocument()
587 exIO.printStackTrace(); in loadDocument()
657 catch(com.sun.star.io.IOException exIO) in saveDocument()
661 exIO.printStackTrace(); in saveDocument()
758 catch(com.sun.star.io.IOException exIO) in saveAsHTML()
762 exIO.printStackTrace(); in saveAsHTML()
/aoo4110/main/framework/qa/complex/framework/autosave/
H A DProtocol.java988 catch (java.io.IOException exIO) in impl_writeToLogFile()
991 System.err.println(exIO); in impl_writeToLogFile()
992 exIO.printStackTrace(); in impl_writeToLogFile()
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java517 catch(com.sun.star.io.IOException exIO ) { bBreaked = true; } in implts_import()
590 catch(com.sun.star.io.IOException exIO ) { bBreaked = true; } in implts_export()

Completed in 46 milliseconds