Lines Matching refs:property

116 …   <p>If the data source is registered at the database context, then the <code>Name</code> property
117 … denotes the registration name. Otherwise, the name property contains the URL of the file which the
121 property is not defined.</p>
123 [readonly, property] string Name;
131 [property] string URL;
138 <p>Instead, the values in this property have two use cases:
151 [property] sequence<com::sun::star::beans::PropertyValue> Info;
153 /** is a convenience wrapper around the <member>Info</member> property.
155 <p>Since fiddling around with a sequence of property values is somewhat uncomfortable
157 … of an existing value), the <member>Settings</member> property wraps the <member>Info</member>
158 property for easier single-value access.</p>
160 …<p>You should use the <member>Setting</member> property if you need to access a few properties onl…
161 … and the <member>Info</member> property if you need access to all existent settings at once.</p>
163 …<p>The object represented by this property supports the <type scope="com::sun::star::beans">Proper…
166 <p>Additionally, the property bag supports default values of properties, and thus the
167 … <type scope="com::sun::star::beans">XPropertyState</type> interface. If you add an own property to
171 …<p>Effectively, the property bag represented by <code>Settings</code> contains two classes of prop…
195 … <p>Similar, when you obtain the <member>Info</member> property of a <code>DataSource</code>, the
196 …<code>Settings</code> bag is asked for all its property values, and the ones which are removeable …
199 [property, readonly, optional] com::sun::star::beans::XPropertySet Settings;
203 [property] string User;
208 [property] string Password;
213 [property] boolean IsPasswordRequired;
219 [property] boolean SuppressVersionColumns;
224 [readonly, property] boolean IsReadOnly;
229 [readonly, property] com::sun::star::util::XNumberFormatsSupplier
237 [property] sequence<string> TableFilter;
244 [property] sequence<string> TableTypeFilter;