Kaydet (Commit) 67a13c40 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst 51349b64
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SelectionBrowseBox.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -155,11 +155,11 @@ namespace dbaui ...@@ -155,11 +155,11 @@ namespace dbaui
void DeleteFields( const String& rAliasName ); void DeleteFields( const String& rAliasName );
// AddGroupBy:: F"ugt ein Feld mit Funktion == Grupierung. Falls das Feld schon vorhanden ist und ein Aggregate Funktion // AddGroupBy:: F"ugt ein Feld mit Funktion == Grupierung. Falls das Feld schon vorhanden ist und ein Aggregate Funktion
// benutzt, wird das Flag nicht gesetzt // benutzt, wird das Flag nicht gesetzt
void AddGroupBy( const OTableFieldDescRef& rInfo ); void AddGroupBy( const OTableFieldDescRef& rInfo,sal_uInt32 _nCurrentPos);
void AddCondition( const OTableFieldDescRef& rInfo, void AddCondition( const OTableFieldDescRef& rInfo,
const String& rValue, const String& rValue,
const sal_uInt16 nLevel, const char* pOp=0 ); 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(); void ClearAll();
OTableFieldDescRef AppendNewCol( sal_uInt16 nCnt=1 ); OTableFieldDescRef AppendNewCol( sal_uInt16 nCnt=1 );
sal_Bool Save(); sal_Bool Save();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment