diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-12-14 16:16:09 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-12-14 16:16:09 +0000 |
commit | 2184ef7ff2a877e5cfd0b574bf41440fe2893a9d (patch) | |
tree | e52544d79c09c1e65eee1f5ac1439692b74de610 /sd/source/ui/inc/fusel.hxx | |
parent | 02f6754d894ba6a15804c12049400a4ad8a167dd (diff) |
INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED
2005/10/28 10:56:53 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/ui/inc/fusel.hxx')
-rw-r--r-- | sd/source/ui/inc/fusel.hxx | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/sd/source/ui/inc/fusel.hxx b/sd/source/ui/inc/fusel.hxx index e107498de..43ddbfc42 100644 --- a/sd/source/ui/inc/fusel.hxx +++ b/sd/source/ui/inc/fusel.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fusel.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:39:10 $ + * last change: $Author: rt $ $Date: 2005-12-14 17:16:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,13 +53,9 @@ class FuSelection public: TYPEINFO(); - FuSelection (ViewShell* pViewSh, - ::sd::Window* pWin, - ::sd::View* pView, - SdDrawDocument* pDoc, - SfxRequest& rReq); + static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq ); + virtual void DoExecute( SfxRequest& rReq ); - virtual ~FuSelection(); // Mouse- & Key-Events virtual BOOL KeyInput(const KeyEvent& rKEvt); virtual BOOL MouseMove(const MouseEvent& rMEvt); @@ -85,6 +81,14 @@ public: virtual bool cancel(); protected: + FuSelection (ViewShell* pViewSh, + ::sd::Window* pWin, + ::sd::View* pView, + SdDrawDocument* pDoc, + SfxRequest& rReq); + + virtual ~FuSelection(); + BOOL bTempRotation; BOOL bSelectionChanged; BOOL bHideAndAnimate; |