Lines Matching refs:scope

57 	control model (see <type scope="com::sun::star::container">XChild</type>, inherited
59 always to be a <type scope="com::sun::star::form::component">DataForm</type>.</p>
87 …If (and only if) the control is valid bound to a column of its <type scope="com::sun::star::form::…
88 …is not positioned on a new record (see <member scope="com::sun::star::sdb">RowSet::IsNew</member>)…
93 …<p>For an example, have a look at the <type scope="com::sun::star::form::component">TextField</typ…
94 …the <member scope="com::sun::star::awt">UnoControlEditModel::Text</member> property from the under…
95 …service, and additionally specifies the <member scope="com::sun::star::form::component">TextField:…
98 <p>In the context of a <type scope="com::sun::star::form::component">DataForm</type>, controls are
113 is a child of a <type scope="com::sun::star::form::component">DataForm</type>, which is bound
140 The referenced field supports the <type scope="com::sun::star::sdb">Column</type> service.
153 <type scope="com::sun::star::form::component">TextField</type>, which is bound to the e-mail
155 <type scope="com::sun::star::form::component">FixedText</type> whose label is "E-Mail",
158 …the <member>LabelControl</member> property, find the <type scope="com::sun::star::form::component"…
159 …examine its label, and use this label to refer to the <type scope="com::sun::star::form::component…
164 <ul><li><type scope="com::sun::star::awt">XControlModel</type></li>
165 <li><type scope="com::sun::star::lang">XServiceInfo</type></li>
166 <li><type scope="com::sun::star::beans">XPropertySet</type></li>
167 <li><type scope="com::sun::star::container">XChild</type></li>
174 … For instance, text fields (<type scope="com::sun::star::form::component">TextField</type>) can be
175 labeled by label controls only (<type scope="com::sun::star::form::component">FixedText</type>),
176 …and radio buttons (<type scope="com::sun::star::form::component">RadioButton</type>) can be labeled
177 by group boxes (<type scope="com::sun::star::form::component">GroupBox</type>) only.