Lines Matching refs:registry

27 #include <com/sun/star/registry/XSimpleRegistry.idl> 
33 module com { module sun { module star { module registry {
37 // DocMerge from xml: service com::sun::star::registry::DefaultRegistry
38 /** implicitly supports a local registry and a read-only
39 system registry for global information.
49 <dd> returns the name of the local registry.
53 <dd> checks if the local registry is valid. If the interface is not <NULL/>
54 the local registry should always be valid.
57 <dd> checks if the local registry has write protection.
61 <dd> merges all information from the specified registry in the local registry.
77 registry.
81 <dd> deletes the key only if it is present in the local registry.
85 <dd> sets the value at the specified key in the local registry.
89 <dd> returns the value at the specified key in the local registry, or if
90 the value is not present in the local registry, it will return the value of the
91 system registry.
103 <b>Note: all write functions only work on the local registry.</b>
112 <dt> search for the system registry:
114 <dd> The system registry will always be searched in the same directory as the
115 executable. The name of the system registry is "applicat.rdb". If the system
116 registry was not found, then the environment variable STAR_REGISTRY will be checked.
117 If this variable was set, it must contain a full path to a valid system registry.
119 <dt> Search for the user registry using the following rules:
131 <dt> 3. If not found, a new user registry with name user.rdb will be created in the user
148 interface com::sun::star::registry::XSimpleRegistry;