DatabaseDocument.idl (d1766043) DatabaseDocument.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

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

34 module com { module sun { module star { module sdbcx {
35 published interface XDataDescriptorFactory;
36 published interface XRename;
37};};};};
38
39 module com { module sun { module star { module sdb {
40
41/** specifies a link to a document associated with a database document
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

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

34 module com { module sun { module star { module sdbcx {
35 published interface XDataDescriptorFactory;
36 published interface XRename;
37};};};};
38
39 module com { module sun { module star { module sdb {
40
41/** specifies a link to a document associated with a database document
42 @since OOo 2.0
42 @since OpenOffice 2.0
43 @deprecated
44 */
45published service DatabaseDocument
46{
47 // gives access to the properties.
48 interface com::sun::star::beans::XPropertySet;
49
50 // allows to create new DatabaseDocument objects

--- 22 unchanged lines hidden ---
43 @deprecated
44 */
45published service DatabaseDocument
46{
47 // gives access to the properties.
48 interface com::sun::star::beans::XPropertySet;
49
50 // allows to create new DatabaseDocument objects

--- 22 unchanged lines hidden ---