summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/DefinitionContainer.idl
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-02-07 12:15:17 +0000
committerFrank Schönheit <fs@openoffice.org>2001-02-07 12:15:17 +0000
commit5059fd3bd5ac8a87b37c9dce4e245c22b6ba947d (patch)
treeee3951c639a9d3e6c267fedb436c2b794a10f7ec /offapi/com/sun/star/sdb/DefinitionContainer.idl
parentfc8cd6bdfcd99ae9d53eb1986bab90dc7bc35c5a (diff)
added an optional interface XSingleServiceFactory
Diffstat (limited to 'offapi/com/sun/star/sdb/DefinitionContainer.idl')
-rw-r--r--offapi/com/sun/star/sdb/DefinitionContainer.idl19
1 files changed, 16 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/DefinitionContainer.idl b/offapi/com/sun/star/sdb/DefinitionContainer.idl
index ab5d06a6e138..5a601407ffed 100644
--- a/offapi/com/sun/star/sdb/DefinitionContainer.idl
+++ b/offapi/com/sun/star/sdb/DefinitionContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DefinitionContainer.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-01-23 10:08:26 $
+ * last change: $Author: fs $ $Date: 2001-02-07 13:15:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,9 @@ interface XEnumerationAccess;
module com { module sun { module star { module util {
interface XRefreshable;
};};};};
+ module com { module sun { module star { module lang {
+interface XSingleServiceFactory;
+};};};};
module com { module sun { module star { module sdb {
@@ -104,9 +107,16 @@ service DefinitionContainer
// DocMerge from xml: service com::sun::star::container::com::sun::star::util::com::sun::star::sdb::DefinitionContainer: interface com::sun::star::util::XRefreshable
- /** is optional for implementation
+ /** is used to refresh the container, to reflect changes in the underlying database.
*/
[optional] interface com::sun::star::util::XRefreshable;
+
+ /** can be used to create container elements.
+ <p>If this interface is supported, object created using it (i.e. object returned by
+ <method scope="com.sun.star.lang">XSingleServiceFactory::createInstance</method>) can be used as
+ container elements.</p>
+ */
+ [optional] interface com::sun::star::lang::XSingleServiceFactory;
};
//=============================================================================
@@ -115,6 +125,9 @@ service DefinitionContainer
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/01/23 10:08:26 mi
+ optional interfaces now marked as [optional] instead of just a prosa description of this fact
+
Revision 1.3 2000/11/08 12:43:31 mi
moved from api