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
This commit is contained in:
parent
0cc960290e
commit
2f1a443837
1 changed files with 12 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue