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
ListActionType.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_ListActionType_idl__
20
#define __com_sun_star_ucb_ListActionType_idl__
21
22
23
24
module com { module sun { module star { module ucb {
25
34
published constants ListActionType
35
{
53
const
long
WELCOME
= 20;
54
72
const
long
INSERTED
= 21;
73
85
const
long
REMOVED
= 22;
86
87
96
const
long
CLEARED
= 23;
97
112
const
long
MOVED
= 24;
113
131
const
long
PROPERTIES_CHANGED
= 25;
132
133
/*??????????????????????????? we probably will not need this
134
135
The identity of a row has changed.
136
137
<p>This action is related to ContentAction == EXCHANGED.
138
139
<p>The members ListAction::Count and
140
ListAction::Position contain the position and count of the
141
rows, whose identity have changed. If the count is greater than one, the
142
rows with changed identity have to be one after the other.
143
144
<p>ListAction::ListActionType must contain the new identities
145
146
<p>@todo ...
147
148
const long EXCHANGED = 26;
149
*/
150
151
/*??????????????????????????? we probably will need this
152
After a completely notified Iteration send "COMPLETED".
153
154
<p>This notification is required to be send, to indicate, that now the full
155
result is reached.
156
157
<p>E.g. while a new given list is sorted, some intermediate states are
158
notified. After the last portion of sorting is done and notified you have
159
to send "COMPLETED". So a listener has the possibility to wait for
160
"COMPLETED" e.g. to print the full result. )
161
162
<p>The members ListAction::ListActionType,
163
ListAction::Count and ListAction::Position
164
are useless.
165
*/
166
const
long
COMPLETED
= 27;
167
};
168
169
170
}; }; }; };
171
172
#endif
173
174
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4