Lines Matching refs:registry

31 #include <com/sun/star/registry/InvalidRegistryException.idl>
35 #include <com/sun/star/registry/RegistryKeyType.idl>
39 #include <com/sun/star/registry/RegistryValueType.idl>
43 #include <com/sun/star/registry/InvalidValueException.idl>
49 module com { module sun { module star { module registry {
53 of a single registry key accessible.
55 <p>This is the main interface for registry keys.<p>
76 if the registry is not open.
79 raises( com::sun::star::registry::InvalidRegistryException );
95 if the registry is not open.
97 com::sun::star::registry::RegistryKeyType getKeyType( [in] string rKeyName )
98 raises( com::sun::star::registry::InvalidRegistryException );
105 if the registry is not open.
107 com::sun::star::registry::RegistryValueType getValueType()
108 raises( com::sun::star::registry::InvalidRegistryException );
115 if the registry is not open.
121 raises( com::sun::star::registry::InvalidRegistryException,
122 com::sun::star::registry::InvalidValueException );
131 if the registry is not open.
134 raises( com::sun::star::registry::InvalidRegistryException );
142 if the registry is not open.
148 raises( com::sun::star::registry::InvalidRegistryException,
149 com::sun::star::registry::InvalidValueException );
158 if the registry is not open.
161 raises( com::sun::star::registry::InvalidRegistryException );
169 if the registry is not open.
175 raises( com::sun::star::registry::InvalidRegistryException,
176 com::sun::star::registry::InvalidValueException );
186 if the registry is not open.
189 raises( com::sun::star::registry::InvalidRegistryException );
197 if the registry is not open.
203 raises( com::sun::star::registry::InvalidRegistryException,
204 com::sun::star::registry::InvalidValueException );
214 if the registry is not open.
217 raises( com::sun::star::registry::InvalidRegistryException );
225 if the registry is not open.
231 raises( com::sun::star::registry::InvalidRegistryException,
232 com::sun::star::registry::InvalidValueException );
241 if the registry is not open.
244 raises( com::sun::star::registry::InvalidRegistryException );
252 if the registry is not open.
258 raises( com::sun::star::registry::InvalidRegistryException,
259 com::sun::star::registry::InvalidValueException );
267 if the registry is not open.
270 raises( com::sun::star::registry::InvalidRegistryException );
278 if the registry is not open.
284 raises( com::sun::star::registry::InvalidRegistryException,
285 com::sun::star::registry::InvalidValueException );
294 if the registry is not open.
297 raises( com::sun::star::registry::InvalidRegistryException );
313 if the registry is not open.
315 com::sun::star::registry::XRegistryKey openKey( [in] string aKeyName )
316 raises( com::sun::star::registry::InvalidRegistryException );
319 /** creates a new key in the registry.<p>
331 if the registry is not open, the registry is readonly
334 com::sun::star::registry::XRegistryKey createKey( [in] string aKeyName )
335 raises( com::sun::star::registry::InvalidRegistryException );
338 /** closes a key in the registry.
341 if the registry is not open.
344 raises( com::sun::star::registry::InvalidRegistryException );
347 /** deletes a key from the registry.
354 if the registry is not open, the registry is readonly,
358 raises( com::sun::star::registry::InvalidRegistryException );
369 if the registry is not open.
371 sequence<com::sun::star::registry::XRegistryKey> openKeys()
372 raises( com::sun::star::registry::InvalidRegistryException );
381 if the registry is not open.
384 raises( com::sun::star::registry::InvalidRegistryException );
387 /** creates a new link in the registry.
403 if the registry is not open or the registry is
409 raises( com::sun::star::registry::InvalidRegistryException );
412 /** deletes a link from the registry.
419 if the registry is not open, the registry is readonly,
423 raises( com::sun::star::registry::InvalidRegistryException );
435 if the registry is not open or the link does not exists.
438 raises( com::sun::star::registry::InvalidRegistryException );
451 if the registry is not open or a recursion was detected.
454 raises( com::sun::star::registry::InvalidRegistryException );