User: vg Date: 05/03/10 08:53:43 Modified: /dba/dbaccess/source/ui/querydesign/ SelectionBrowseBox.hxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: SelectionBrowseBox.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx?r1=1.20&r2=1.21 Delta lines: +2 -2 ------------------- --- SelectionBrowseBox.hxx 15 Mar 2004 12:44:12 -0000 1.20 +++ SelectionBrowseBox.hxx 10 Mar 2005 16:53:40 -0000 1.21 @@ -155,11 +155,11 @@ 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(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
