summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/HeaderFooterWin.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2011-10-12 02:01:03 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2011-10-12 02:04:57 +0200
commitf7ffa5f14758fb49ca85b4cea7f705c2d438710e (patch)
treeec97cd33f4d310a973d260095b66161c02811447 /sw/source/ui/inc/HeaderFooterWin.hxx
parent01e704121ace2d9c732fbf0fad0ef69cd3c39378 (diff)
Header/Footer: Implemented fade in/out
Diffstat (limited to 'sw/source/ui/inc/HeaderFooterWin.hxx')
-rw-r--r--sw/source/ui/inc/HeaderFooterWin.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/ui/inc/HeaderFooterWin.hxx b/sw/source/ui/inc/HeaderFooterWin.hxx
index 5ab8ef5041ee..247678ea75ae 100644
--- a/sw/source/ui/inc/HeaderFooterWin.hxx
+++ b/sw/source/ui/inc/HeaderFooterWin.hxx
@@ -44,6 +44,9 @@ class SwHeaderFooterWin : public MenuButton, public SwFrameControl
bool m_bReadonly;
PopupMenu* m_pPopupMenu;
Window* m_pLine;
+ bool m_bIsAppearing;
+ int m_nFadeRate;
+ Timer m_aFadeTimer;
public:
SwHeaderFooterWin( SwEditWin* pEditWin, const SwPageFrm* pPageFrm, bool bHeader );
@@ -64,6 +67,9 @@ public:
void ExecuteCommand(sal_uInt16 nSlot);
void SetReadonly( bool bReadonly );
+
+private:
+ DECL_LINK( FadeHandler, Timer * );
};
#endif