diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-11-06 15:25:10 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-11-06 15:25:10 +0000 |
commit | 9a270e28d50501c4b5485774f54d19b19d85e462 (patch) | |
tree | 90a1e02ff7a5985183f383166982aab74b26b421 | |
parent | c6569494909a051c2bab3fd566efd34895201ecf (diff) |
#104691#
-rw-r--r-- | offapi/com/sun/star/sdb/ContentLoader.idl | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/offapi/com/sun/star/sdb/ContentLoader.idl b/offapi/com/sun/star/sdb/ContentLoader.idl index ae293ba31..00b97b301 100644 --- a/offapi/com/sun/star/sdb/ContentLoader.idl +++ b/offapi/com/sun/star/sdb/ContentLoader.idl @@ -2,9 +2,9 @@ * * $RCSfile: ContentLoader.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:28 $ + * last change: $Author: fs $ $Date: 2002-11-06 16:25:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,26 +96,31 @@ service ContentLoader </b> , the concrete URLs supported are: <ul> - <li> - <b> - .component:DB/DataSourceBrowser - </b> - <br/> + <li><b>.component:DB/DataSourceBrowser</b><br/> Using this URL creates an instance of the <service scope="com::sun::star::sdb"> DataSourceBrowser </service> service and plugs it into the frame passed to the loader. </li> - <li> - <b> - .component:DB/FormGridView - </b> - <br/> + <li><b>.component:DB/FormGridView</b><br/> Using this URL creates an instance of the - <service scope="com::sun::star::sdb"> - ExternalSourceBrowser - </service> + <service scope="com::sun::star::sdb">ExternalSourceBrowser</service> + service and plugs it into the frame passed to the loader. + </li> + <li><b>.component:DB/QueryDesign</b><br/> + Using this URL creates an instance of the + <service scope="com::sun::star::sdb">QueryDesign</service> + service and plugs it into the frame passed to the loader. + </li> + <li><b>.component:DB/TableDesign</b><br/> + Using this URL creates an instance of the + <service scope="com::sun::star::sdb">TableDesign</service> + service and plugs it into the frame passed to the loader. + </li> + <li><b>.component:DB/RelationDesign</b><br/> + Using this URL creates an instance of the + <service scope="com::sun::star::sdb">RelationDesign</service> service and plugs it into the frame passed to the loader. </li> </ul> @@ -124,7 +129,7 @@ service ContentLoader <member scope="com::sun::star::frame">XFrameLoader::load()</member> are forwarded to the object beeing created, in particular to it's - <type scope="com::sun::star::lang">XIntialization</type> + <type scope="com::sun::star::lang">XInitialization</type> interface. **/ service com::sun::star::frame::FrameLoader; |