User: hr Date: 2007-11-01 15:32:51+0000 Modified: dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
Log: INTEGRATION: CWS dba24b (1.27.46); FILE MERGED 2007/10/04 09:01:52 oj 1.27.46.1: #i61061# handle or in and condition 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.27&r2=1.28 Delta lines: +2 -1 ------------------- --- SelectionBrowseBox.hxx 2007-05-10 10:39:09+0000 1.27 +++ SelectionBrowseBox.hxx 2007-11-01 15:32:49+0000 1.28 @@ -133,7 +133,8 @@ void AddGroupBy( const OTableFieldDescRef& rInfo,sal_uInt32 _nCurrentPos); void AddCondition( const OTableFieldDescRef& rInfo, const String& rValue, - const sal_uInt16 nLevel ); + const sal_uInt16 nLevel, + bool _bAddOrOnOneLine ); void AddOrder(const OTableFieldDescRef& rInfo, const EOrderDir eDir, sal_uInt32 _nCurrentPos); void ClearAll(); OTableFieldDescRef AppendNewCol( sal_uInt16 nCnt=1 ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
