summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 15:53:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 15:53:40 +0000
commit67a13c40629747145478fd73f72b69d12f65950c (patch)
tree5e8298530304659653b10bb3fb8546137d272ce5 /dbaccess/source/ui/querydesign
parent51349b64a095a7598a5523e329d7a75a13728b85 (diff)
INTEGRATION: CWS dba24 (1.20.136); FILE MERGED
2005/02/21 08:28:20 oj 1.20.136.1: #i42522# check if entry must added when order crit behind current position
Diffstat (limited to 'dbaccess/source/ui/querydesign')
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
index bfec2d19b0ec..bc552f7e6637 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SelectionBrowseBox.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2004-03-15 12:44:12 $
+ * last change: $Author: vg $ $Date: 2005-03-10 16:53:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,11 +155,11 @@ namespace dbaui
void DeleteFields( const String& rAliasName );
// AddGroupBy:: F"ugt ein Feld mit Funktion == Grupierung. Falls das Feld schon vorhanden ist und ein Aggregate Funktion
// benutzt, wird das Flag nicht gesetzt
- void AddGroupBy( const OTableFieldDescRef& rInfo );
+ void AddGroupBy( const OTableFieldDescRef& rInfo,sal_uInt32 _nCurrentPos);
void AddCondition( const OTableFieldDescRef& rInfo,
const String& rValue,
const sal_uInt16 nLevel, const char* pOp=0 );
- void AddOrder(const OTableFieldDescRef& rInfo, const EOrderDir eDir, sal_uInt16& nPos);
+ void AddOrder(const OTableFieldDescRef& rInfo, const EOrderDir eDir, sal_uInt32 _nCurrentPos);
void ClearAll();
OTableFieldDescRef AppendNewCol( sal_uInt16 nCnt=1 );
sal_Bool Save();