LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
AccessibleTableModelChangeType.idl File Reference
import "com/sun/star/uno/XInterface.idl";

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::accessibility
 UNO Accessibility API.
 

Constant Groups

constants  com::sun::star::accessibility::AccessibleTableModelChangeType
 Type of a change made to a table model.
 

Macros

#define __com_sun_star_accessibility_AccessibleTableModelChangeType_idl__
 

Variables

const short UPDATE = 3
 Some of the table data has changed.
 
const short ROWS_INSERTED = 4
 One or more rows have been inserted.
 
const short COLUMNS_INSERTED = 5
 One or more columns have been inserted.
 
const short ROWS_REMOVED = 6
 One or more rows have been removed.
 
const short COLUMNS_REMOVED = 7
 One or more columns have been removed.
 

Macro Definition Documentation

◆ __com_sun_star_accessibility_AccessibleTableModelChangeType_idl__

#define __com_sun_star_accessibility_AccessibleTableModelChangeType_idl__