Lines Matching refs:p

34     <p>The type of a control determines its visual appearance, its behaviour, and - important
36 control's value.</p>
49 … <p>Controls of type <member>ListBox</member> exchange their values as <code>string</code>.</p>
51 <p>Additionally, those controls support the <type>XStringListControl</type> interface.</p>
59 … <p>Controls of type <member>ComboBox</member> exchange their values as <code>string</code>.</p>
61 <p>Additionally, those controls support the <type>XStringListControl</type> interface.</p>
67 … <p>Controls of type <member>TextField</member> exchange their values as <code>string</code>.</p>
73 …<p>Controls of type <member>MultiLineTextField</member> exchange their values as <code>string</cod…
79 … <p>Controls of type <member>CharacterField</member> exchange their values as <code>short</code>,
80 being a single UTF-16 character.</p>
86 …<p>Controls of type <member>StringListField</member> exchange their values as <code>sequence&lt; s…
92 <p>Controls of type <member>ColorListBox</member> usually exchange their values as
93 <type scope="com::sun::star::util">Color</type>.</p>
95 … <p>Additionally, those controls support the <type>XStringListControl</type> interface. If you use
101 will retrieve you this stting.</p>
107 …<p>Controls of type <member>NumericField</member> exchange their values as <code>double</code>.</p>
109 <p>Additionally, those controls support the <type>XNumericControl</type> interface.</p>
115 …<p>Controls of type <member>DateField</member> exchange their values as <type scope="com::sun::sta…
121 …<p>Controls of type <member>TimeField</member> exchange their values as <type scope="com::sun::sta…
127 …<p>Controls of type <member>DateTimeField</member> exchange their values as <type scope="com::sun:…
133 …<p>Controls of type <member>HyperlinkField</member> exchange their values as <code>string</code>.<…
135 <p>Additionally, those controls support the <type>XHyperlinkControl</type> interface.</p>