diff options
author | Thomas Lange <tl@openoffice.org> | 2002-08-29 07:42:32 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-08-29 07:42:32 +0000 |
commit | 8781904a048e3e2943ceb146ec787eb521d913c3 (patch) | |
tree | 6426295afae0eb66906f425a4a9b99932f5f5f2a /starmath/inc/view.hxx | |
parent | 282854d5d89284e140eadff0e8fba90e2d472cad (diff) |
#101567# PDF export (first implementation)
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 18d4c132109d..2845842cd3d7 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -2,9 +2,9 @@ * * $RCSfile: view.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: tl $ $Date: 2002-08-15 09:59:15 $ + * last change: $Author: tl $ $Date: 2002-08-29 08:42:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -317,6 +317,9 @@ protected: public: TYPEINFO(); + SmViewShell(SfxViewFrame *pFrame, SfxViewShell *pOldSh); + ~SmViewShell(); + SmDocShell * GetDoc() { return (SmDocShell *) GetViewFrame()->GetObjectShell(); @@ -338,8 +341,8 @@ public: virtual void Execute( SfxRequest& rReq ); virtual void GetState(SfxItemSet &); - SmViewShell(SfxViewFrame *pFrame, SfxViewShell *pOldSh); - ~SmViewShell(); + void Impl_Print( OutputDevice &rOutDev, const SmPrintSize ePrintSize, + Rectangle aOutRect, Point aZeroPoint ); }; #endif |