Lines Matching refs:type

83 		clients that insert them. On the other hand, the <em>type</em> of
85 that are themselves hierarchy objects, the <em>type</em> includes
94 <em>type</em>, allowing <em>groups</em> that contain a mix of
123 For binary data, use type <strong>binary</strong> instead.</p>
151 <p>Within templates an additional type <strong>any</strong> can occur. When
152 such a template is used to create a new <type>SetElement</type>, the type
154 When the value of such an element is first set, it will assume the type used.
163 (implementing <type scope="com::sun::star::beans">XPropertyState</type>
164 and <type scope="com::sun::star::beans">XPropertyWithState</type>).
169 <type>ConfigurationProvider</type>.
185 <li><type>SetAccess</type> if this element is a <em>Set</em>.</li>
186 <li><type>GroupAccess</type> if this element is a <em>Group</em>.</li>
200 <li><type>AccessRootElement</type> if this element is the
202 created directly by a <type>ConfigurationProvider</type>
204 <li><type>SetElement</type> if this element may be contained in a
206 <li><type>GroupElement</type> if this element is a child of a
213 /** specializes <type>HierarchyAccess</type>, if this element is a <em>Set</em>.
215 <p>This is an alternative to <type>GroupAccess</type>.
220 /** specializes <type>HierarchyAccess</type>,
222 <p>This is an alternative to <type>SetAccess</type>.
227 /** specializes <type>HierarchyElement</type>,
229 <p>This is an alternative to <type>SetElement</type>
230 or <type>GroupElement</type>.
234 Instances obtained from a <type>ConfigurationProvider</type> will
235 implement this version of <type>HierarchyElement</type>.
239 /** specializes <type>HierarchyElement</type>,
241 <p>This is an alternative to <type>AccessRootElement</type>
242 or <type>GroupElement</type>.
247 /** specializes <type>HierarchyElement</type>,
249 <p>This is an alternative to <type>AccessRootElement</type>
250 or <type>SetElement</type>.