User: kz Date: 2006/12/13 08:51:40 Modified: dba/dbaccess/source/ui/inc/TableWindow.hxx
Log: INTEGRATION: CWS dba22ui (1.15.64); FILE MERGED 2006/10/12 08:14:27 fs 1.15.64.1: #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.16 Delta lines: +7 -1 ------------------- --- TableWindow.hxx 10 Jul 2006 15:29:38 -0000 1.15 +++ TableWindow.hxx 13 Dec 2006 16:51:37 -0000 1.16 @@ -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]
