Lines Matching refs:p

83 	<p>In opposite to other form controls, grid controls do not only
86 by the control size, of course).</p>
88 <p>The table rows in a grid control correspond to the rows in the <type>DataForm</type>
89 the control belongs to, and the columns correspond to single columns of the form's row set.</p>
91 <p>Columns of a grid control are modelled by own objects, too. They are very similar to usual
93 …to be created using the <type scope="com::sun::star::form">XGridColumnFactory</type> interface.</p>
101 <p>All the container-related methods of this service related to control models,
102 this is what are the container elements for a <type>GridControl</type>.</p>
104 <p>As the <type scope="com::sun::star::form">FormComponents</type> service also specifies
106 also provide a scripting environment for their columns.</p>
112 …<p>Note that the object returned by the <membere scope="com::sun::star::form">XGridColumnFactory::…
114 container interfaces.</p>
116 <p>You always need to use this interface for creating columns for the grid control.
117 Column models not created this way will not be accepted when inserted later on.</p>
123 <p>In a grid control, single columns can be selected (at most one at a time).<br/>
125 control as you would expect.</p>
127 <p>This interface is deprecated, new implementations should not use it anymore, as it is to
128 be superseeded by a solution which is bound to the control, not the model.</p>
136 <p>The reset of the control is forwarded to all it's elements, means to all the column models.
158 <p>Not every border style (see <member>Border</member>) may support coloring.
159 For instance, usually a border with 3D effect will ignore the BorderColor setting.</p>
181 <p>If the value is set to <NULL/>, the height is determined automatically according
182 to the current font used.</p>