LibreOffice
LibreOffice 24.2 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 
20 
21 
22 module com { module sun { module star { module ucb {
23 
32 published constants ListActionType
33 {
51  const long WELCOME = 20;
52 
70  const long INSERTED = 21;
71 
83  const long REMOVED = 22;
84 
85 
94  const long CLEARED = 23;
95 
110  const long MOVED = 24;
111 
129  const long PROPERTIES_CHANGED = 25;
130 
131  /*??????????????????????????? we probably will not need this
132 
133  The identity of a row has changed.
134 
135  <p>This action is related to ContentAction == EXCHANGED.
136 
137  <p>The members ListAction::Count and
138  ListAction::Position contain the position and count of the
139  rows, whose identity have changed. If the count is greater than one, the
140  rows with changed identity have to be one after the other.
141 
142  <p>ListAction::ListActionType must contain the new identities
143 
144  <p>@todo ...
145 
146  const long EXCHANGED = 26;
147  */
148 
149  /*??????????????????????????? we probably will need this
150  After a completely notified Iteration send "COMPLETED".
151 
152  <p>This notification is required to be send, to indicate, that now the full
153  result is reached.
154 
155  <p>E.g. while a new given list is sorted, some intermediate states are
156  notified. After the last portion of sorting is done and notified you have
157  to send "COMPLETED". So a listener has the possibility to wait for
158  "COMPLETED" e.g. to print the full result. )
159 
160  <p>The members ListAction::ListActionType,
161  ListAction::Count and ListAction::Position
162  are useless.
163  */
164  const long COMPLETED = 27;
165 };
166 
167 
168 }; }; }; };
169 
170 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const long MOVED
One or more rows were moved to another position.
Definition: ListActionType.idl:110
const long CLEARED
The whole list was destroyed and independently rebuild.
Definition: ListActionType.idl:94
const long INSERTED
One or more rows were inserted into the list.
Definition: ListActionType.idl:70
Definition: Ambiguous.idl:20
const long COMPLETED
Definition: ListActionType.idl:164
const long PROPERTIES_CHANGED
The properties of one or more rows have changed.
Definition: ListActionType.idl:129
const long WELCOME
First notification to a single listener for purpose of initialization.
Definition: ListActionType.idl:51
const long REMOVED
One or more rows were removed from the list.
Definition: ListActionType.idl:83