summaryrefslogtreecommitdiff
path: root/sc/inc/chartuno.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:03:41 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:03:41 +0000
commit41d83fbf36463e481d9d2edfa316e6bcee6b7158 (patch)
treeed0262cb400457d063d4a3dce1faa4fdd4166560 /sc/inc/chartuno.hxx
parentb57f746e28a6890c2997f99eb324697bddef5729 (diff)
INTEGRATION: CWS rowlimit (1.2.340); FILE MERGED
2004/01/16 17:39:42 er 1.2.340.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/inc/chartuno.hxx')
-rw-r--r--sc/inc/chartuno.hxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx
index 1dfbf72294f9..d08051c9274f 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chartuno.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-01-11 15:26:22 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:03:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef SC_CHARTUNO_HXX
#define SC_CHARTUNO_HXX
+#ifndef SC_ADDRESS_HXX
+#include "address.hxx"
+#endif
+
#ifndef _SFXLSTNER_HXX //autogen
#include <svtools/lstner.hxx>
#endif
@@ -110,13 +114,13 @@ class ScChartsObj : public cppu::WeakImplHelper4<
{
private:
ScDocShell* pDocShell;
- USHORT nTab; // Charts sind pro Sheet
+ SCTAB nTab; // Charts sind pro Sheet
ScChartObj* GetObjectByIndex_Impl(long nIndex) const;
ScChartObj* GetObjectByName_Impl(const ::rtl::OUString& aName) const;
public:
- ScChartsObj(ScDocShell* pDocSh, USHORT nT);
+ ScChartsObj(ScDocShell* pDocSh, SCTAB nT);
virtual ~ScChartsObj();
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
@@ -176,14 +180,14 @@ class ScChartObj : public cppu::WeakImplHelper4<
{
private:
ScDocShell* pDocShell;
- USHORT nTab; // Charts sind pro Sheet
+ SCTAB nTab; // Charts sind pro Sheet
String aChartName;
void Update_Impl( const ScRangeListRef& rRanges, BOOL bColHeaders, BOOL bRowHeaders );
void GetData_Impl( ScRangeListRef& rRanges, BOOL& rColHeaders, BOOL& rRowHeaders ) const;
public:
- ScChartObj(ScDocShell* pDocSh, USHORT nT, const String& rN);
+ ScChartObj(ScDocShell* pDocSh, SCTAB nT, const String& rN);
virtual ~ScChartObj();
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );