User: kz Date: 06/01/03 08:15:46 Modified: /dba/dbaccess/source/ui/app/ AppDetailPageHelper.hxx
Log: INTEGRATION: CWS dba202c (1.7.50); FILE MERGED 2005/12/01 13:23:20 oj 1.7.50.1: #i52615# datachanged overload File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.hxx?r1=1.7&r2=1.8 Delta lines: +5 -2 ------------------- --- AppDetailPageHelper.hxx 23 Sep 2005 12:15:54 -0000 1.7 +++ AppDetailPageHelper.hxx 3 Jan 2006 16:15:44 -0000 1.8 @@ -98,8 +98,11 @@ <TRUE/> when successfull */ BOOL ImplGetGraphicCenterRect( const Graphic& rGraphic, Rectangle& rResultRect ) const; + void ImplInitSettings( BOOL bFont, BOOL bForeground, BOOL bBackground ); + protected: + virtual void DataChanged(const DataChangedEvent& rDCEvt); public: - OPreviewWindow(Window* _pParent) : Window(_pParent){} + OPreviewWindow(Window* _pParent); // window overloads virtual void Paint(const Rectangle& rRect); @@ -207,7 +210,7 @@ DECL_LINK(OnDropdownClickHdl, ToolBox*); inline OAppBorderWindow* getBorderWin() const { return m_pBorderWin; } - + void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ); public: OAppDetailPageHelper(Window* _pParent,OAppBorderWindow* _pBorderWin,PreviewMode _ePreviewMode); virtual ~OAppDetailPageHelper(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
