Lines Matching refs:component

61         <p>Note that reading this atttribute is equivalent to querying the component
117 /** identifies the given sub component
120 … the component to identify. Must be one of the components in <member>SubComponents</member>.
123 … a record describing the sub component. The first element of the returned pair is the type
124 … of the component, denoted by one of the <type>DatabaseObject</type> constants. The second
125 … element is the name of the component. For object types which support nested structures (forms
130 if the given component is not one of the controller's sub components
148 are basically two reasons why suspending a single sub component can fail: The
150 the component might be uncloseable currently, e.g. due to an open modal
155 listener registered at the component.</p>
164 /** loads the given sub component of the database document
234 …the component which has been loaded. This is either an <type scope="com::sun::star::frame">XModel<…
235 … or an <type scope="com::sun::star::frame">XController</type> if the component does is model-less.
254 /** loads the given sub component of the database document
257 additional arguments which are passed to the to-be-loaded component.</p>
272 /** creates a new sub component of the given type
281 object which controls the sub component.
289 /** creates a new sub component of the given type
292 additional arguments which are passed to the to-be-loaded component.</p>
305 object which controls the sub component.<br/>
306 …You can use this object to control various aspects of the sub component. For instance, you could d…
307 …to create the component hidden, by passing a <code>Hidden</code> flag (set to <TRUE/>) in <arg>Arg…
308 …manipulate the component, and then finally show it by invoking the <code>show</code> command at the