Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2086 sal_Int32 errorCode ) in ensuredir() argument
2124 errorCode ); in ensuredir()
2142 errorCode, in ensuredir()
H A Dshell.hxx552 sal_Int32 errorCode )
H A Dfilglob.cxx261 sal_Int32 errorCode, in throw_handler() argument
272 if( errorCode == TASKHANDLER_UNSUPPORTED_COMMAND ) in throw_handler()
291 else if( errorCode == TASKHANDLING_UNSUPPORTED_OPEN_MODE ) in throw_handler()
314 errorCode == TASKHANDLING_OPEN_FILE_FOR_PAGING ) in throw_handler()
552 else if( errorCode == TASKHANDLING_FILESIZE_FOR_WRITE ) in throw_handler()
576 else if(errorCode == TASKHANDLING_INPUTSTREAM_FOR_WRITE) in throw_handler()
588 else if( errorCode == TASKHANDLING_NOREPLACE_FOR_WRITE ) in throw_handler()
602 else if( errorCode == TASKHANDLING_INVALID_NAME_MKDIR ) in throw_handler()
640 else if( errorCode == TASKHANDLING_FOLDER_EXISTS_MKDIR ) in throw_handler()
803 errorCode == TASKHANDLING_TRANSFER_INVALIDURL ) in throw_handler()
[all …]
H A Dfilglob.hxx104 extern void throw_handler( sal_Int32 errorCode,
/trunk/main/toolkit/source/layout/core/
H A Dbyteseq.cxx42 File::RC errorCode = blobFile->open(OpenFlag_Read); in getFileAsStream() local
45 switch (errorCode) in getFileAsStream()
/trunk/main/jvmfwk/source/
H A Dframework.cxx238 retVal = e.errorCode; in jfw_findAllJREs()
416 errcode = e.errorCode; in jfw_startVM()
625 errcode = e.errorCode; in jfw_findAndSelectJRE()
716 errcode = e.errorCode; in jfw_getSelectedJRE()
844 errcode = e.errorCode; in jfw_getJavaInfoByPath()
878 errcode = e.errorCode; in jfw_setSelectedJRE()
911 errcode = e.errorCode; in jfw_setEnabled()
933 errcode = e.errorCode; in jfw_getEnabled()
958 errcode = e.errorCode; in jfw_setVMParameters()
983 errcode = e.errorCode; in jfw_getVMParameters()
[all …]
H A Dframework.hxx117 errorCode(err), message(msg) in FrameworkException()
120 javaFrameworkError errorCode; member in jfw::FrameworkException
/trunk/main/connectivity/java/sdbc_hsqldb/src/org/hsqldb/lib/
H A DFileSystemRuntimeException.java44 private final int errorCode; field in FileSystemRuntimeException
48 errorCode = _errorCode; in FileSystemRuntimeException()
53 errorCode = _errorCode; in FileSystemRuntimeException()
58 errorCode = _errorCode; in FileSystemRuntimeException()
63 errorCode = _errorCode; in FileSystemRuntimeException()
67 return errorCode; in getErrorCode()

Completed in 62 milliseconds