summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/linkeddocuments.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 16:19:08 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 16:19:08 +0000
commit5fb19a287d941251cfb6452a7a41ff1be21d5420 (patch)
tree2082f11cc299bd630042b219ae5cfb3da55f8405 /dbaccess/source/ui/inc/linkeddocuments.hxx
parentINTEGRATION: CWS dba22 (1.2.24); FILE MERGED (diff)
downloadcore-5fb19a287d941251cfb6452a7a41ff1be21d5420.tar.gz
core-5fb19a287d941251cfb6452a7a41ff1be21d5420.zip
INTEGRATION: CWS dba22 (1.7.22); FILE MERGED
2005/01/04 11:48:43 oj 1.7.22.2: #i39671# remove some unused code for dbwiz 2004/12/10 14:37:17 oj 1.7.22.1: #i29294# new class for uno based models and SendMail
Diffstat (limited to 'dbaccess/source/ui/inc/linkeddocuments.hxx')
-rw-r--r--dbaccess/source/ui/inc/linkeddocuments.hxx17
1 files changed, 11 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/linkeddocuments.hxx b/dbaccess/source/ui/inc/linkeddocuments.hxx
index c61ba1d1466a..dd93ef4c1b2c 100644
--- a/dbaccess/source/ui/inc/linkeddocuments.hxx
+++ b/dbaccess/source/ui/inc/linkeddocuments.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: linkeddocuments.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-27 13:06:49 $
+ * last change: $Author: kz $ $Date: 2005-01-21 17:19:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,9 +119,16 @@ namespace dbaui
,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection
);
+ enum EOpenMode
+ {
+ OPEN_NORMAL,
+ OPEN_DESIGN,
+ OPEN_FORMAIL
+ };
+
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> open(const ::rtl::OUString& _rLinkName
,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition
- , sal_Bool _bReadOnly = sal_True);
+ , EOpenMode _eOpenMode = OPEN_NORMAL);
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newForm(sal_Int32 _nNewFormId
,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition);
@@ -147,8 +154,6 @@ namespace dbaui
sal_Bool newTableWithPilot(
const String& _rDataSourceName,
- const sal_Int32 _nCommandType,
- const String& _rObjectName,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection
);
@@ -160,7 +165,7 @@ namespace dbaui
};
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> implOpen(const ::rtl::OUString& _rLinkName
,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition
- , sal_Bool _bReadOnly = sal_True);
+ , EOpenMode _eOpenMode);
void implDrop(const ::rtl::OUString& _rLinkName);
};