diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-01-30 15:52:33 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-01-30 15:52:33 +0000 |
commit | a5331bb19c6477fd7fd95f8264c044a17524d0ad (patch) | |
tree | 42d2e3c29344f8cb7289ab08505f80f1b29588ed /sc/inc/drwlayer.hxx | |
parent | 3541d402d27ca764c76fe1520d536d20a87469f3 (diff) |
extended ::GetDocumentStream for load on demand of XML graphics
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r-- | sc/inc/drwlayer.hxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx index 9074bd0ec949..1968f06dcbec 100644 --- a/sc/inc/drwlayer.hxx +++ b/sc/inc/drwlayer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drwlayer.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ka $ $Date: 2000-12-03 16:53:43 $ + * last change: $Author: ka $ $Date: 2001-01-30 16:50:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,11 +65,12 @@ #ifndef _SV_GRAPH_HXX //autogen #include <vcl/graph.hxx> #endif - #ifndef _FM_FMMODEL_HXX #include <svx/fmmodel.hxx> #endif - +#ifndef _SVSTOR_HXX +#include <so3/svstor.hxx> +#endif #ifndef SC_SCGLOB_HXX #include "global.hxx" #endif @@ -114,6 +115,7 @@ public: class ScDrawLayer: public FmFormModel { private: + SvStorageRef xPictureStorage; String aName; ScDocument* pDoc; SdrUndoGroup* pUndoGroup; @@ -140,6 +142,8 @@ public: virtual SdrLayerID GetControlExportLayerId( const SdrObject & ) const; + void ReleasePictureStorage(); + BOOL HasObjects() const; void ScAddPage( USHORT nTab ); |