Lines Matching refs:scope

58 	control model (see <type scope="com::sun::star::container">XChild</type>, inherited
60 always to be a <type scope="com::sun::star::form::component">DataForm</type>.</p>
88 …If (and only if) the control is valid bound to a column of it's <typee scope="com::sun::star::form…
89 …is not positioned on a new record (see <member scope="com::sun::star::sdb">RowSet::IsNew</member>)…
94 …<p>For an example, have a look at the <type scope="com::sun::star::form::component">TextField</typ…
95 …the <member scope="com::sun::star::awt">UnoControlEditModel::Text</member> property from the under…
96 …service, and additionally specifies the <member scope="com::sun::star::form::component">TextField:…
99 <p>In the context of a <type scope="com::sun::star::form::component">DataForm</type>, controls are
114 is a child of a <type scope="com::sun::star::form::component">DataForm</type>, which is bound
141 The referenced field supports the <type scope="com::sun::star::sdb">Column</type> service.
154 <type scope="com::sun::star::form::component">TextField</type>, which is bound to the e-mail
156 <type scope="com::sun::star::form::component">FixedText</type> which's label is "E-Mail",
159 …the <member>LabelControl</member> property, find the <type scope="com::sun::star::form::component"…
160 …examine it's label, and use this label to refer to the <type scope="com::sun::star::form::componen…
165 <ul><li><type scope="com::sun::star::awt">XControlModel</type></li>
166 <li><type scope="com::sun::star::lang">XServiceInfo</type></li>
167 <li><type scope="com::sun::star::beans">XPropertySet</type></li>
168 <li><type scope="com::sun::star::container">XChild</type></li>
175 … For instance, text fields (<type scope="com::sun::star::form::component">TextField</type>) can be
176 … labelled by label controls only (<type scope="com::sun::star::form::component">FixedText</type>),
177 …and radio buttons (<type scope="com::sun::star::form::component">RadioButton</type>) can be labell…
178 by group boxes (<type scope="com::sun::star::form::component">GroupBox</type>) only.