:: com :: sun :: star :: accessibility ::
|
unpublished |
constants group AccessibleTableModelChangeType |
|
|
- Usage Restrictions
- not published
- Description
- Type of a change made to a table model.
The value of this constants group are used by the
AccessibleTableModelChange structure to specify the
type of change that has been made to a table model.
Two of the constants,
AccessibleTableModelChangeType::INSERT and
AccessibleTableModelChangeType::DELETE describe
changes to the table's geometry. One or more rows and/or columns have
been inserted or deleted. In contrast, the remaining constant
AccessibleTabelModelChangeType::UPDATE specifies a
change of the table's content.
- Since
- OOo 1.1.2
|
Constants |
INSERT |
One or more rows and/or columns have been inserted.
|
DELETE |
One or more rows and/or columns have been deleted.
|
UPDATE |
Some of the table data has changed.
|
Constants' Details |
INSERT
const short INSERT = 1;
- Description
- One or more rows and/or columns have been inserted.
Use the fields of the AccessibleTableModelChange
structure to determine the indices of the rows and/or columns that
have been inserted.
|
|
DELETE
const short DELETE = 2;
- Description
- One or more rows and/or columns have been deleted.
The affected area of the table is stored in the fields of the
AccessibleTableModelChange structure.
|
|
UPDATE
const short UPDATE = 3;
- Description
- Some of the table data has changed.
The number of rows and columns remains unchanged. Only (some of)
the content of the cells in the range that is specified by the
fields of the AccessibleTableModelChange structure have
been changed.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.