LibreOffice
LibreOffice 7.4 SDK API 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. More... | |
const short | ROWS_INSERTED = 4 |
One or more rows have been inserted. More... | |
const short | COLUMNS_INSERTED = 5 |
One or more columns have been inserted. More... | |
const short | ROWS_REMOVED = 6 |
One or more rows have been removed. More... | |
const short | COLUMNS_REMOVED = 7 |
One or more columns have been removed. More... | |
#define __com_sun_star_accessibility_AccessibleTableModelChangeType_idl__ |