Tag: cws_src680_oj14 User: oj Date: 06/03/20 05:54:27 Modified: /dba/dbaccess/source/ui/app/ AppTitleWindow.cxx
Log: RESYNC: (1.6-1.7); FILE MERGED 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.4.2&r2=1.6.4.3 Delta lines: +22 -3 -------------------- --- AppTitleWindow.cxx 20 Mar 2006 07:48:08 -0000 1.6.4.2 +++ AppTitleWindow.cxx 20 Mar 2006 13:54:24 -0000 1.6.4.3 @@ -161,6 +161,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]
