summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-08-26 17:15:47 +0000
committerNiklas Nebel <nn@openoffice.org>2002-08-26 17:15:47 +0000
commit45709c3ca1f18caef2353c8add21ec172dfd41e9 (patch)
tree0cc346ee826e3e52fade97b69f1452a2dcb0d8b8 /sc/inc/cellsuno.hxx
parenta1132ef112cdf2efa1198ab5bdb64b6968ea1d65 (diff)
#102510# implementation of XRenderable for PDF export
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index cd80322fcb62..325f900740cd 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: sab $ $Date: 2001-10-24 08:33:08 $
+ * last change: $Author: nn $ $Date: 2002-08-26 18:13:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -282,6 +282,7 @@ private:
ScRangeList aRanges;
BOOL bChartColAsHdr;
BOOL bChartRowAsHdr;
+ BOOL bCursorOnly;
BOOL bValueChangePosted;
XPropertyChangeListenerArr_Impl aValueListeners;
@@ -348,6 +349,9 @@ public:
void SetNewRange(const ScRange& rNew); // fuer Cursor
void SetNewRanges(const ScRangeList& rNew);
+ void SetCursorOnly(BOOL bSet);
+ BOOL IsCursorOnly() const { return bCursorOnly; }
+
// XSheetOperation
virtual double SAL_CALL computeFunction( ::com::sun::star::sheet::GeneralFunction nFunction )
throw(::com::sun::star::uno::Exception,