LibreOffice
LibreOffice 6.3 SDK API Reference
|
import "com/sun/star/uno/XInterface.idl";
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::accessibility |
UNO Accessibility API. | |
Constant Groups | |
constants | com::sun::star::accessibility::AccessibleTableModelChangeType |
Type of a change made to a table model. | |
Variables | |
const short | INSERT = 1 |
One or more rows and/or columns have been inserted. More... | |
const short | DELETE = 2 |
One or more rows and/or columns have been deleted. More... | |
const short | UPDATE = 3 |
Some of the table data has changed. More... | |