User: hr Date: 06/06/19 20:27:41 Modified: /dba/dbaccess/source/ui/querydesign/ SelectionBrowseBox.hxx
Log: INTEGRATION: CWS warnings01 (1.23.74); FILE MERGED 2006/03/24 15:36:26 fs 1.23.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) 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.23&r2=1.24 Delta lines: +9 -3 ------------------- --- SelectionBrowseBox.hxx 23 Sep 2005 12:44:23 -0000 1.23 +++ SelectionBrowseBox.hxx 20 Jun 2006 03:27:39 -0000 1.24 @@ -133,7 +133,7 @@ void AddGroupBy( const OTableFieldDescRef& rInfo,sal_uInt32 _nCurrentPos); void AddCondition( const OTableFieldDescRef& rInfo, const String& rValue, - const sal_uInt16 nLevel, const char* pOp=0 ); + const sal_uInt16 nLevel ); void AddOrder(const OTableFieldDescRef& rInfo, const EOrderDir eDir, sal_uInt32 _nCurrentPos); void ClearAll(); OTableFieldDescRef AppendNewCol( sal_uInt16 nCnt=1 ); @@ -207,7 +207,7 @@ @return The name of the specified object. */ - virtual ::rtl::OUString GetAccessibleName( ::svt::AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const; + virtual ::rtl::OUString GetAccessibleObjectName( ::svt::AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const; // IAccessibleTableProvider /** Creates the accessible object of a data table cell. @@ -257,7 +257,7 @@ // testet, ob es noch freie Spalten gibt, wenn nicht, wird ein neuer Packen angefuegt // rCol enthaelt die Nummer der ersten freien Spalte (in pOTableFieldDescList) - void RemoveField( sal_uInt16 nId, sal_Bool bActivate = sal_True); + void RemoveField( sal_uInt16 nId ); Rectangle GetInvalidRect( sal_uInt16 nColId ); long GetRealRow(long nRow) const; long GetBrowseRow(long nRowId) const; @@ -353,6 +353,12 @@ The currently edited entry. */ void setFunctionCell(OTableFieldDescRef& _pEntry); + + private: + using ::svt::EditBrowseBox::AcceptDrop; + using ::svt::EditBrowseBox::ExecuteDrop; + using ::svt::EditBrowseBox::MouseButtonDown; + using ::svt::EditBrowseBox::MouseButtonUp; }; } #endif // DBAUI_QUERYDESIGN_OSELECTIONBROWSEBOX_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
