User: kz Date: 06/01/03 08:16:47 Modified: /dba/dbaccess/source/ui/app/ AppTitleWindow.cxx
Log: INTEGRATION: CWS dba202c (1.6.50); FILE MERGED 2005/12/01 13:23:21 oj 1.6.50.1: #i52615# datachanged overload File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppTitleWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppTitleWindow.cxx?r1=1.6&r2=1.7 Delta lines: +19 -0 -------------------- --- AppTitleWindow.cxx 23 Sep 2005 12:17:30 -0000 1.6 +++ AppTitleWindow.cxx 3 Jan 2006 16:16:44 -0000 1.7 @@ -158,6 +158,25 @@ aAllSettings.SetStyleSettings(aStyle); SetSettings(aAllSettings); + const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); + if( bFont ) + { + Font aFont; + aFont = rStyleSettings.GetFieldFont(); + aFont.SetColor( rStyleSettings.GetWindowTextColor() ); + SetPointFont( aFont ); + } + + if( bForeground || bFont ) + { + SetTextColor( rStyleSettings.GetFieldTextColor() ); + SetTextFillColor(); + } + + if( bBackground ) + SetBackground( rStyleSettings.GetFieldColor() ); + + Window* pWindows [] = { &m_aSpace1, &m_aSpace2, &m_aTitle}; for (sal_Int32 i=0; i < sizeof(pWindows)/sizeof(pWindows[0]); ++i) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
