summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewdata.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-10 12:17:06 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-10 12:17:06 +0000
commitafd2cb1d8b594742bcadba53aaf97b6e2a604a2c (patch)
treef1528ac6c31e2fa3a25592568bf9d52607b55d37 /sc/source/ui/inc/viewdata.hxx
parentc5fb2e6da4e6b98e685443481c20bd5b206db5b1 (diff)
INTEGRATION: CWS xmlfilter02 (1.20.18); FILE MERGED
2007/12/12 10:09:34 dr 1.20.18.3: RESYNC: (1.20-1.21); FILE MERGED 2007/06/11 08:57:35 dr 1.20.18.2: view settings extensions for OOX filter 2007/06/08 13:21:21 dr 1.20.18.1: view settings extensions for OOX filter
Diffstat (limited to 'sc/source/ui/inc/viewdata.hxx')
-rw-r--r--sc/source/ui/inc/viewdata.hxx17
1 files changed, 10 insertions, 7 deletions
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index 34460eb24e44..ff7def0565de 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewdata.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: ihi $ $Date: 2007-11-21 19:10:07 $
+ * last change: $Author: obo $ $Date: 2008-01-10 13:17:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,10 +99,10 @@ class SfxDispatcher;
class ScPatternAttr;
class ScRangeListRef;
class ScExtDocOptions;
+class ScViewData;
//--------------------------------------------------------------------------
-
class ScViewDataTable // Daten pro Tabelle
{
friend class ScViewData;
@@ -139,12 +139,15 @@ private:
BOOL bOldCurValid; // "virtuelle" Cursorpos. bei zusammengefassten
ScViewDataTable();
- ScViewDataTable( const ScViewDataTable& rDataTable );
~ScViewDataTable();
- void WriteUserDataSequence(com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue>& rSettings);
- void ReadUserDataSequence(const com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue>& rSettings,
- bool& rHasZoom);
+ void WriteUserDataSequence(
+ com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue>& rSettings,
+ const ScViewData& rViewData, SCTAB nTab );
+
+ void ReadUserDataSequence(
+ const com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue>& rSettings,
+ ScViewData& rViewData, SCTAB nTab, bool& rHasZoom);
};
// ---------------------------------------------------------------------------