Lines Matching refs:column
42 retrieve the column structure that is displayed in the actual control.
58 /** allows cloning the complete column model
69 /** creates a new column for use with the column model.
71 …<p>The newly created column is not yet inserted into the column container, you need to call <membe…
72 after you initialized the column object.</p>
77 /** Adds a column to the model.
79 … <p>You should use the <member>createColumn</member> member to create a new column. This gives
80 …mplementations of the <code>XGridColumnModel</code> interface the possibility to provide own column
83 …<p>As soon as the column has been inserted into the model, the model takes ownership of it. This m…
84 … column is removed, or when the column model is disposed, the grid column is disposed as well.</p>
86 @param column
87 the column to add to the model.
89 the index of new created column.
92 … if the given column is not a valid element for the column container, or if it is <NULL/>.
94 long addColumn( [in] XGridColumn column )
97 /** removes a column from the model
99 <p>The column object will be disposed upon removal.</p>
102 denotes the index of the column to remove
104 if <code>ColumnIndex</code> does not denote a valid column index.
115 /** Returns a specific column.
117 the position of the requested column.
119 the requested column.
126 … <p>Existing columns will be removed before adding new columns. Listeners at the column model will
128 …for each removed column, and one <member scope="com::sun::star::container">XContainerListener::ele…