Lines Matching refs:to

3  * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
13 * Unless required by applicable law or agreed to in writing,
108 /** allows the access to the model embedded in the database storage.
112 /** offers a simple way to initialize a component.
120 /** allows to initialize the document with a storage.
124 /** gives access to some properties describing all open views to a document.
128 /** allows to close the document.
132 /** allows to retrieve the user interface configuration manager related to an object.
138 /** provides access to the collection of style families.
149 With this interface it's possible too, to reset the modify state.
150 That can be necessary to prevent code against problem during closing
160 /** gives access to functions defined in the report definition.
164 /** makes it possible to register listeners which are called whenever
166 …This is a workaround due to the fact that this interface can not be directly inherited from <type …
168 …A queryInterface call is still supported to the <type scope="com::sun::star::document">XEventBroad…
218 It then can be to used to specify whether the SQL statement should be analyzed on the
219 client side before sending it to the database server.<br/>
221 is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
222 which are not standard SQL, to your database.</p>
229 /** specifies the type of the command to be executed to retrieve a result set.
231 … <p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
240 /** specifies an additional filter to optinally use.
242 … <p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p>
246 row set are to be additionally filtered, the Filter property can be used.</p>
257 to the database server.
259 <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
260 backend-specific SQL statements, which are not standard SQL, to your database.</p>
268 /** specifies the active connection which is used to create the resulting report.
275 /** is the name of the datasource to use, this could be a named datasource