INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED

2005/10/28 10:56:44 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting
This commit is contained in:
Rüdiger Timm 2005-12-14 16:11:02 +00:00
parent 4c8b9d6be8
commit de2de89347

View file

@ -4,9 +4,9 @@
*
* $RCSfile: fuediglu.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-09 05:33:14 $
* last change: $Author: rt $ $Date: 2005-12-14 17:11:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -54,13 +54,8 @@ class FuEditGluePoints
public:
TYPEINFO();
FuEditGluePoints (
ViewShell* pViewSh,
::sd::Window* pWin,
::sd::View* pView,
SdDrawDocument* pDoc,
SfxRequest& rReq);
virtual ~FuEditGluePoints (void);
static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent );
virtual void DoExecute( SfxRequest& rReq );
// Mouse- & Key-Events
virtual BOOL KeyInput(const KeyEvent& rKEvt);
@ -72,6 +67,15 @@ public:
virtual void Activate(); // Function aktivieren
virtual void Deactivate(); // Function deaktivieren
protected:
FuEditGluePoints (
ViewShell* pViewSh,
::sd::Window* pWin,
::sd::View* pView,
SdDrawDocument* pDoc,
SfxRequest& rReq);
virtual ~FuEditGluePoints (void);
};
} // end of namespace sd