LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
ListActionType.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::ucb
 Universal Content Broker interfaces.
 

Constant Groups

constants  com::sun::star::ucb::ListActionType
 These values are used to specify the type of change happened to a list.
 

Variables

const long WELCOME = 20
 First notification to a single listener for purpose of initialization.
 
const long INSERTED = 21
 One or more rows were inserted into the list.
 
const long REMOVED = 22
 One or more rows were removed from the list.
 
const long CLEARED = 23
 The whole list was destroyed and independently rebuild.
 
const long MOVED = 24
 One or more rows were moved to another position.
 
const long PROPERTIES_CHANGED = 25
 The properties of one or more rows have changed.
 
const long COMPLETED = 27