Lines Matching refs:is

14  * software distributed under the License is distributed on an
47 …<p>The design view of the QueryDesign is divided into two parts. The first part contains the table…
53 …de>QueryDesign</code> component has 3 operation modes, which control what kind of object is edited:
55 …<p>In <code>Query Mode</code>, the designer is used to modify an existing or create a new client-s…
59 …<p>In <code>View Mode</code>, the designer is used to modify an existing or create a new server-si…
61 …<p>The view which is being designed must support the <type scope="com::sun::star::sdbcx">XAlterVie…
62 …interface, except when a new view is being designed. In the latter case, the designer closes itself
63 … automatically when <code>XAlterView</code> is not supported, and the view has been saved.</p></li>
66 … <p>In <code>Command Mode</code>, the designer is used to design an standalone SQL command.</p>
67 <p>The client of the designer is then responsible to listen at changes in the
74 …<p>Initialization is done using the <type scope="com::sun::star::lang">XInitialization</type> inte…
82 This parameter is mandatory.
87 command is to be designed.<br/>
89 parameter is present.<br/>
91 is ignored.
96 … be omitted if and only if a valid <a href="#data_source">DataSourceName</a> parameter is supplied.
102 … If this parameter is not present, a new query/view will be designed, respectively the initial
110 <a href="#query_mode">query mode</a>, that is, an existing client-side query should be
113 If the <a href="#data_source">DataSourceName</a> parameter is present, the query is
119 <a href="#command_mode">command mode</a>, that is, a standalone SQL command
125 <a href="#view_mode">view mode</a>, that is, an existing or a new
128 If the <a href="#data_source">DataSourceName</a> parameter is present, the view is
130 … it is looked up in the connection given as <a href="#active_connection">ActiveConnection</a>.</li>
139 If not present, <TRUE/> is assumed for this parameter.</li>
144 If not present, <FALSE/> is assumed for this parameter.
153 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
157 is the same as <a href="#graphical_design">GraphicalDesign</a>.</li>
160 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
176 /** is used to initialize the QueryDesign.