Lines Matching refs:table
32 #include <com/sun/star/table/XCellRange.idl>
36 #include <com/sun/star/table/XColumnRowRange.idl>
40 #include <com/sun/star/table/XCellCursor.idl>
65 module com { module sun { module star { module table {
78 interface com::sun::star::table::XCellRange;
82 interface com::sun::star::table::XColumnRowRange;
86 /** interface to make the modify state of the table accessible.
88 get notification whenever the content of the table changes.
106 /** creates a cell cursor including the whole table
108 @see com::sun::star::table::CellCursor
110 com::sun::star::table::XCellCursor createCursor();
120 if the given reference is empty or not a range from this table.
122 @see com::sun::star::table::CellCursor
124 …com::sun::star::table::XCellCursor createCursorByRange( [in] com::sun::star::table::XCellRange Ran…
129 /** stores the current row count of this table */
134 /** stores the current column count of this table */