summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 07:22:15 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 07:22:15 +0000
commitf8aefe5ef75082f68006214cb78fdd045dcf1faf (patch)
treea5922d872b8a3951a8ab648677ee339ef554cde7 /sw/inc/dbmgr.hxx
parent2cd3adcadb1a2bc28cb2539096e256d084698136 (diff)
INTEGRATION: CWS os64 (1.28.178); FILE MERGED
2005/10/13 21:02:44 os 1.28.178.2: RESYNC: (1.28-1.29); FILE MERGED 2005/08/05 09:01:24 os 1.28.178.1: #i51035# the calculator should not evaluate database expressions if this database is not active
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 6af18d18c12a..752fac2b248a 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbmgr.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:39:09 $
+ * last change: $Author: rt $ $Date: 2005-10-19 08:22:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -350,7 +350,8 @@ public:
void GetDSSelection(const SwDBData& rData, long& rSelStart, long& rSelEnd);
// open the source while fields are updated - for the calculator only!
- BOOL OpenDataSource(const String& rDataSource, const String& rTableOrQuery, sal_Int32 nCommandType = -1);
+ BOOL OpenDataSource(const String& rDataSource, const String& rTableOrQuery,
+ sal_Int32 nCommandType = -1, bool bCreate = false);
sal_uInt32 GetSelectedRecordId(const String& rDataSource, const String& rTableOrQuery, sal_Int32 nCommandType = -1);
BOOL GetColumnCnt(const String& rSourceName, const String& rTableName,
const String& rColumnName, sal_uInt32 nAbsRecordId, long nLanguage,