Tag: cws_src680_dba22ui User: fs Date: 2006/10/12 01:14:30 Modified: dba/dbaccess/source/ui/inc/TableWindow.hxx
Log: #i69246# display an image indicating the type of table/view/query File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableWindow.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableWindow.hxx?r1=1.15&r2=1.15.64.1 Delta lines: +10 -4 -------------------- --- TableWindow.hxx 10 Jul 2006 15:29:38 -0000 1.15 +++ TableWindow.hxx 12 Oct 2006 08:14:27 -0000 1.15.64.1 @@ -4,9 +4,9 @@ * * $RCSfile: TableWindow.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.15.64.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 15:29:38 $ + * last change: $Author: fs $ $Date: 2006/10/12 08:14:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,8 +81,10 @@ friend class OTableWindowListBox; mutable ::osl::Mutex m_aMutex; + protected: // und die Tabelle selber (brauche ich, da ich sie locken will, solange das Fenster lebt) + FixedImage m_aTypeImage; OTableWindowTitle m_aTitle; OTableWindowListBox* m_pListBox; OTableWindowAccess* m_pAccessible; @@ -152,6 +154,10 @@ exception was thrown. Expected to throw. */ virtual void onNoColumns_throw(); + + /** updates m_aTypeImage + */ + void impl_updateImage(); OTableWindow( Window* pParent, OTableWindowData* pTabWinData ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
