INTEGRATION: CWS impress4ea1 (1.2.32); FILE MERGED

2004/03/02 08:54:55 af 1.2.32.1: #i26017# Added missing OuterResizePixel().
This commit is contained in:
Oliver Bolte 2004-03-17 10:28:25 +00:00
parent 9ee7a8a613
commit 31cc6c27e2

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: ViewShellBase.hxx,v $ * $RCSfile: ViewShellBase.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: obo $ $Date: 2004-01-20 11:46:43 $ * last change: $Author: obo $ $Date: 2004-03-17 11:28:25 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -154,8 +154,6 @@ public:
*/ */
DrawController* GetDrawController (void); DrawController* GetDrawController (void);
virtual void InnerResizePixel (const Point &rPos, const Size &rSize);
/** This call is forwarded to the main sub-shell. /** This call is forwarded to the main sub-shell.
*/ */
virtual ErrCode DoVerb (long nVerb); virtual ErrCode DoVerb (long nVerb);
@ -199,6 +197,9 @@ protected:
const SfxHint& rHint, const SfxHint& rHint,
const TypeId& rHintType); const TypeId& rHintType);
virtual void InnerResizePixel (const Point &rOfs, const Size &rSize);
virtual void OuterResizePixel (const Point &rOfs, const Size &rSize);
private: private:
osl::Mutex maMutex; osl::Mutex maMutex;