Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
43 /** provides access to the user interface of a database document
46 a frame, at the controller of this frame.</p>
71 /** provides access to the current connection of the application
74 of the application. Clients should not misuse it, in particular, closing
102 /** contains all sub components of the database document
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
140 /** closes all sub components of the database document.
164 /** loads the given sub component of the database document
171 …interface of the <type scope="::com::sun::star::sdb">Forms</type> resp. <type scope="::com::sun::s…
182 specifies the type of the object, must be one of the <type>DatabaseObject</type>
186 specifies the name of the object. In case hierachical objects are supported
203 <td>A table designer is opened, and allows to edit the structure of the table.
241 if an object with the given name and of the given type does not exist
254 /** loads the given sub component of the database document
259 <p>The meaning of the the arguments is defined at the service which is effectively
260 created. See the <a href="#component_types">above table</a> for a list of those
272 /** creates a new sub component of the given type
275 specifies the type of the object, must be one of the <type>DatabaseObject</type>
289 /** creates a new sub component of the given type
294 <p>The meaning of the the arguments is defined at the service which is effectively
295 created. See the <a href="#component_types">above table</a> for a list of those
299 specifies the type of the object, must be one of the <type>DatabaseObject</type>
306 …You can use this object to control various aspects of the sub component. For instance, you could d…