LibreOffice
LibreOffice 24.2 SDK API Reference
Modules | Variables
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. More...
 
const long INSERTED = 21
 One or more rows were inserted into the list. More...
 
const long REMOVED = 22
 One or more rows were removed from the list. More...
 
const long CLEARED = 23
 The whole list was destroyed and independently rebuild. More...
 
const long MOVED = 24
 One or more rows were moved to another position. More...
 
const long PROPERTIES_CHANGED = 25
 The properties of one or more rows have changed. More...
 
const long COMPLETED = 27