LibreOffice
LibreOffice 7.3 SDK API Reference
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
24module com { module sun { module star { module ucb {
25
34published 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: */
const long CLEARED
The whole list was destroyed and independently rebuild.
Definition: ListActionType.idl:96
const long REMOVED
One or more rows were removed from the list.
Definition: ListActionType.idl:85
const long WELCOME
First notification to a single listener for purpose of initialization.
Definition: ListActionType.idl:53
const long MOVED
One or more rows were moved to another position.
Definition: ListActionType.idl:112
const long COMPLETED
Definition: ListActionType.idl:166
const long INSERTED
One or more rows were inserted into the list.
Definition: ListActionType.idl:72
const long PROPERTIES_CHANGED
The properties of one or more rows have changed.
Definition: ListActionType.idl:131
Definition: Ambiguous.idl:22