Lines Matching refs:registry

31 #include <com/sun/star/registry/InvalidRegistryException.idl>
35 #include <com/sun/star/registry/XRegistryKey.idl>
39 #include <com/sun/star/registry/MergeConflictException.idl>
45 module com { module sun { module star { module registry {
48 /** allows access to a registry (a persistent data source).
57 /** returns the URL of the current data source of the registry.
62 /** connects the registry to a persistent data source represented by
65 <p>If a local registry is already open, this function
66 will close the currently open registry.
80 if the registry does not exist.
85 raises( com::sun::star::registry::InvalidRegistryException );
88 /** checks if the registry points to a valid data-source.
93 /** disconnects the registry from the data-source.
96 if the registry is not open.
99 raises( com::sun::star::registry::InvalidRegistryException );
102 /** destroys the registry and the data source.
105 if the registry is not open.
108 raises( com::sun::star::registry::InvalidRegistryException );
112 the root key of the registry.
115 if no registry is open
117 com::sun::star::registry::XRegistryKey getRootKey()
118 raises( com::sun::star::registry::InvalidRegistryException );
121 /** checks if the registry is readonly.
124 if the registry is not open.
127 raises( com::sun::star::registry::InvalidRegistryException );
130 /** DEPRECATED: this method lacks a registry key (better than a URL).
132 merges a registry under the specified key.
135 keys will be overridden from keys of registry specified by
139 if the registry is not open.
146 raises( com::sun::star::registry::InvalidRegistryException,
147 com::sun::star::registry::MergeConflictException );