LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
ucb
IOErrorCode.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
#ifndef __com_sun_star_ucb_IOErrorCode_idl__
20
#define __com_sun_star_ucb_IOErrorCode_idl__
21
22
23
24
module com { module sun { module star { module ucb {
25
33
published
enum
IOErrorCode
34
{
37
ABORT
,
38
41
ACCESS_DENIED
,
42
45
ALREADY_EXISTING
,
46
49
BAD_CRC
,
50
53
CANT_CREATE
,
54
57
CANT_READ
,
58
61
CANT_SEEK
,
62
65
CANT_TELL
,
66
69
CANT_WRITE
,
70
74
CURRENT_DIRECTORY
,
75
78
DEVICE_NOT_READY
,
79
83
DIFFERENT_DEVICES
,
84
87
GENERAL
,
88
91
INVALID_ACCESS
,
92
95
INVALID_CHARACTER
,
96
99
INVALID_DEVICE
,
100
103
INVALID_LENGTH
,
104
107
INVALID_PARAMETER
,
108
111
IS_WILDCARD
,
112
115
LOCKING_VIOLATION
,
116
119
MISPLACED_CHARACTER
,
120
123
NAME_TOO_LONG
,
124
127
NOT_EXISTING
,
128
131
NOT_EXISTING_PATH
,
132
135
NOT_SUPPORTED
,
136
139
NO_DIRECTORY
,
140
143
NO_FILE
,
144
147
OUT_OF_DISK_SPACE
,
148
151
OUT_OF_FILE_HANDLES
,
152
155
OUT_OF_MEMORY
,
156
159
PENDING
,
160
163
RECURSIVE
,
164
167
UNKNOWN
,
168
171
WRITE_PROTECTED
,
172
175
WRONG_FORMAT
,
176
179
WRONG_VERSION
180
181
};
182
183
184
}; }; }; };
185
186
#endif
187
188
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4