User: hr Date: 06/06/19 20:12:18 Modified: /dba/dbaccess/source/ui/inc/ JoinTableView.hxx
Log: INTEGRATION: CWS warnings01 (1.23.48); FILE MERGED 2006/03/24 15:36:15 fs 1.23.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: JoinTableView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/JoinTableView.hxx?r1=1.23&r2=1.24 Delta lines: +6 -3 ------------------- --- JoinTableView.hxx 8 Sep 2005 15:29:33 -0000 1.23 +++ JoinTableView.hxx 20 Jun 2006 03:12:15 -0000 1.24 @@ -162,7 +162,7 @@ // alle TabWins verstecken (NICHT loeschen, sie werden in eine Undo-Action gepackt) virtual void HideTabWins(); - virtual void AddConnection(const OJoinExchangeData& jxdSource, const OJoinExchangeData& jxdDest); + virtual void AddConnection(const OJoinExchangeData& jxdSource, const OJoinExchangeData& jxdDest) = 0; /** RemoveConnection allows to remove connections from join table view, it implies that the same as addConnection @@ -184,12 +184,12 @@ */ void addConnection(OTableConnection* _pConnection,sal_Bool _bAddData = sal_True); - BOOL Scroll( long nDelta, BOOL bHoriz, BOOL bPaintScrollBars ); + BOOL ScrollPane( long nDelta, BOOL bHoriz, BOOL bPaintScrollBars ); ULONG GetTabWinCount(); Point GetScrollOffset() const { return m_aScrollOffset; } OJoinDesignView* getDesignView() const { return m_pView; } - OTableWindow* GetWindow( const String& rName ); + OTableWindow* GetTabWindow( const String& rName ); OTableConnection* GetSelectedConn() { return m_pSelectedConn; } void DeselectConn(OTableConnection* pConn); // NULL ist ausdruecklich zugelassen, dann passiert nichts @@ -319,6 +319,9 @@ @param _pAction a possible undo action to add at the controller */ void invalidateAndModify(SfxUndoAction *_pAction=NULL); + + private: + using Window::Scroll; }; } #endif // DBAUI_JOINTABLEVIEW_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
