XDatabaseRegistrations.idl (d1766043) XDatabaseRegistrations.idl (c4dc0a1a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39
40/** provides access to the application-wide registered databases.
41
42 <p>This interface provides a mere wrapper around the respective configuration data,
43 this way hiding the concrete configuration structure from its clients. You should,
44 if possible at all, use this interface, instead of modifying or querying the configuration
45 data directly.</p>
46
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39
40/** provides access to the application-wide registered databases.
41
42 <p>This interface provides a mere wrapper around the respective configuration data,
43 this way hiding the concrete configuration structure from its clients. You should,
44 if possible at all, use this interface, instead of modifying or querying the configuration
45 data directly.</p>
46
47 @since OOo 3.3
47 @since OpenOffice 3.3
48 */
49interface XDatabaseRegistrations
50{
51 /** determines whether a database is registered under the given name.
52
53 @throws ::com::sun::star::lang::IllegalArgumentException
54 if the given name is empty
55 */

--- 101 unchanged lines hidden ---
48 */
49interface XDatabaseRegistrations
50{
51 /** determines whether a database is registered under the given name.
52
53 @throws ::com::sun::star::lang::IllegalArgumentException
54 if the given name is empty
55 */

--- 101 unchanged lines hidden ---