AccessibleTableModelChange.idl (d1766043) AccessibleTableModelChange.idl (0d3a54ff)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33/** This structure lets an event give access to a change of a table model.
34
35 <p>The data members of the <type>AccessibleTableModelChange</type> structure
36 give access to the type and cell range of a change of a table model. See
37 <type>AccessibleTableModelChangeType</type> for details of the change
38 type. The range of the affected rows, columns, and/or cells can be
39 obtained by accessing the other four data members.</p>
40
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33/** This structure lets an event give access to a change of a table model.
34
35 <p>The data members of the <type>AccessibleTableModelChange</type> structure
36 give access to the type and cell range of a change of a table model. See
37 <type>AccessibleTableModelChangeType</type> for details of the change
38 type. The range of the affected rows, columns, and/or cells can be
39 obtained by accessing the other four data members.</p>
40
41 @since OOo 1.1.2
41 @since OpenOffice 1.1.2
42*/
43published struct AccessibleTableModelChange
44{
45 /** The type of the event as defined in
46 <type>AccessibleTableModelChangeType</type>.
47
48 <p>The model change either inserted or deleted one or more rows
49 and/or columns or modified the content of a number of cells. See

--- 37 unchanged lines hidden ---
42*/
43published struct AccessibleTableModelChange
44{
45 /** The type of the event as defined in
46 <type>AccessibleTableModelChangeType</type>.
47
48 <p>The model change either inserted or deleted one or more rows
49 and/or columns or modified the content of a number of cells. See

--- 37 unchanged lines hidden ---