User: hr Date: 2007-11-01 15:18:23+0000 Modified: dba/dbaccess/source/ui/inc/RelationTableView.hxx
Log: INTEGRATION: CWS dba24b (1.8.172); FILE MERGED 2007/08/16 06:14:43 oj 1.8.172.1: #i56898# clean up of the class structure File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: RelationTableView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/RelationTableView.hxx?r1=1.8&r2=1.9 Delta lines: +7 -4 ------------------- --- RelationTableView.hxx 2006-07-10 15:29:07+0000 1.8 +++ RelationTableView.hxx 2007-11-01 15:18:20+0000 1.9 @@ -42,16 +42,19 @@ namespace dbaui { class ORelationDesignView; - class ORelationTableConnectionData; class ORelationTableView : public OJoinTableView { OTableConnection* m_pExistingConnection; // is set when a connection was draged on an existing connection - ORelationTableConnectionData* m_pCurrentlyTabConnData; // set when we creating a connection with more than one keycolumn + TTableConnectionData::value_type m_pCurrentlyTabConnData; // set when we creating a connection with more than one keycolumn protected: virtual void ConnDoubleClicked( OTableConnection* pConnection ); virtual void AddTabWin(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& rWinName, BOOL bNewTable = FALSE); - virtual OTableWindow* createWindow(OTableWindowData* _pData); + virtual OTableWindow* createWindow(const TTableWindowData::value_type& _pData); + + /** determines whether the classes Init method should accept a query name, or only table names + */ + virtual bool allowQueries() const; public: ORelationTableView( Window* pParent, ORelationDesignView* pView ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
