Lines Matching refs:p

89 		<p>
95 </p>
104 <p>
110 </p>
116 … <p>If the data source is registered at the database context, then the <code>Name</code> property
118 database document associated with the data source is based on.</p>
120 … <p>If the same data source is registered under different names, the value of the <code>Name</code>
121 property is not defined.</p>
136 <p>The <type>DataSource</type> itself does not attempt to interpret any of those values.</p>
138 <p>Instead, the values in this property have two use cases:
155 <p>Since fiddling around with a sequence of property values is somewhat uncomfortable
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…
164 service. That is, you can at runtime add arbitrary new properties to the bag.</p>
166 <p>Additionally, the property bag supports default values of properties, and thus the
169 … to specifiy an initial value, which is also used as default value (exceptions see below).</p>
171 …<p>Effectively, the property bag represented by <code>Settings</code> contains two classes of prop…
172 Pre-defined ones and user-defined ones.</p>
174 …<p><em>Pre-defined</em> properties are properties which are potentially used by the data source, t…
181 …mber scope="com::sun::star::beans::">PropertyState::PropertyState_DEFAULT_VALUE</member> state.</p>
183 …<p><em>User-defined</em> properties are the ones which are added at runtime by any instance. They …
188 to the bag.</p>
190 …<p>When a data source is made persistent, then properties which are not removeable (which are assu…
193 …r scope="com::sun::star::beans">PropertyAttribute::TRANSIENT</member> attribute prohibits this.</p>
195 … <p>Similar, when you obtain the <member>Info</member> property of a <code>DataSource</code>, the
197 … in state default are stripped, and <em>not</em> returned in the <code>Info</code> sequence.</p>