Lines Matching refs:sub
102 /** contains all sub components of the database document
104 <p>During working with the database, the user might open different sub components:
117 /** identifies the given sub component
123 … a record describing the sub component. The first element of the returned pair is the type
126 …and reports, actually), this might be a hierachical name. If the sub component has been newly crea…
130 if the given component is not one of the controller's sub components
140 /** closes all sub components of the database document.
142 <p>During working with the database, the user might open different sub components:
146 <p>In a first step, the sub components will be suspended
148 are basically two reasons why suspending a single sub component can fail: The
153 <p>Once all sub components have been suspended, they will, in a second step,
158 <TRUE/> if and only if both suspending and closing all sub components succeeds.
164 /** loads the given sub component of the database document
254 /** loads the given sub component of the database document
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
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…