summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 11:28:47 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 11:28:47 +0000
commit2ab72233e9c3ce0c68a1a55d53abb543a8aab46e (patch)
treece6d5b63039fcffd1537ea4d31a6e911284072cd /sc
parent930ab10ae7ff7dd0361bdee70f0029785c6d42ec (diff)
INTEGRATION: CWS c09tosrc (1.7.90); FILE MERGED
2007/06/20 11:29:17 cd 1.7.90.1: #i78694# Calc must support XTransferableSupplier interface
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/drawsh.hxx8
-rw-r--r--sc/source/ui/inc/editsh.hxx6
2 files changed, 9 insertions, 5 deletions
diff --git a/sc/source/ui/inc/drawsh.hxx b/sc/source/ui/inc/drawsh.hxx
index 3470bfc3f7ff..b94e6949daa0 100644
--- a/sc/source/ui/inc/drawsh.hxx
+++ b/sc/source/ui/inc/drawsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawsh.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:21:34 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:28:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,7 @@
class AbstractSvxNameDialog; //CHINA001 class SvxNameDialog;
class ScViewData;
-
+class ScDrawView;
class ScDrawShell : public SfxShell
{
@@ -95,6 +95,8 @@ public:
void ExecuteAreaDlg( SfxRequest& rReq, USHORT nTabPage = 0xffff );
void ExecuteTextAttrDlg( SfxRequest& rReq, USHORT nTabPage = 0xffff );
+ ScDrawView* GetDrawView();
+
BOOL AreAllObjectsOnLayer(USHORT nLayerNo,const SdrMarkList& rMark);
};
diff --git a/sc/source/ui/inc/editsh.hxx b/sc/source/ui/inc/editsh.hxx
index 725c380dd9a8..54a8134fc9c7 100644
--- a/sc/source/ui/inc/editsh.hxx
+++ b/sc/source/ui/inc/editsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: editsh.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:22:37 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:28:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,6 +47,7 @@
#endif
#include "shellids.hxx"
+#include <svx/editview.hxx>
class EditView;
class ScViewData;
@@ -77,6 +78,7 @@ public:
~ScEditShell();
void SetEditView(EditView* pView);
+ EditView* GetEditView() {return pEditView;}
void Execute(SfxRequest& rReq);
void ExecuteTrans(SfxRequest& rReq);