Lines Matching refs:configuration
36 module com { module sun { module star { module configuration {
39 /** manages one, or more, complete sets of configuration data for
43 <p>Shared sets of configuration data usually serve to provide defaults,
46 to make up the final configuration.
50 stores this service also enables access to individual users' configuration
59 select the configuration data source. They may also define the scope of
65 @see com::sun::star::configuration::ConfigurationProvider
67 service, but accesses the personal configuration.
70 layer of configuration data of the current user context. It should in
71 most cases be used when <em>using</em> the configuration data, although
79 of the configuration.
84 <code>"com.sun.star.configuration.ConfigurationAccess"</code> and
85 <code>"com.sun.star.configuration.ConfigurationUpdateAccess"</code>.
89 the configuration.
95 <p>Using the second form requests an updatable view of the configuration.
110 changes will apply. They also specify the view of that configuration that
125 configuration. The view that is selected consists of the named element and
164 /** allows controlling or observing the lifetime of the configuration.