summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/navipi.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-11-02 13:18:22 +0000
committerDaniel Rentz <dr@openoffice.org>2001-11-02 13:18:22 +0000
commit9c75c7dddccf597b6b0929724e55060aa86797df (patch)
tree7ef15bb85f733914a693ac7a5bd4908aa6eb3b23 /sc/source/ui/inc/navipi.hxx
parenta500fc84596925de946ec8638edfcd515bd12637 (diff)
#88839# restore navigator settings
Diffstat (limited to 'sc/source/ui/inc/navipi.hxx')
-rw-r--r--sc/source/ui/inc/navipi.hxx21
1 files changed, 14 insertions, 7 deletions
diff --git a/sc/source/ui/inc/navipi.hxx b/sc/source/ui/inc/navipi.hxx
index 7b5efab97a71..c04b47992996 100644
--- a/sc/source/ui/inc/navipi.hxx
+++ b/sc/source/ui/inc/navipi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: navipi.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2001-09-24 17:29:58 $
+ * last change: $Author: dr $ $Date: 2001-11-02 14:15:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,12 +93,14 @@
#endif
+class ScTabViewShell;
class ScViewData;
class ScArea;
class ScScenarioWindow;
class ScNavigatorControllerItem;
class ScNavigatorDialogWrapper;
class ScNavigatorDlg;
+class ScNavigatorSettings;
class ScRange;
//========================================================================
@@ -294,10 +296,12 @@ private:
String aStrHidden;
String aStrActiveWin;
- SfxChildWindowContext* pContextWin;
- Size aInitSize;
- ScArea* pMarkArea;
- ScViewData* pViewData;
+ SfxChildWindowContext* pContextWin;
+ Size aInitSize;
+ ScArea* pMarkArea;
+ ScViewData* pViewData;
+ ScNavigatorSettings* pSettings;
+
long nBorderOffset;
long nListModeHeight;
long nInitListHeight;
@@ -326,7 +330,10 @@ private:
void SetCurrentObject( const String rName );
void SetCurrentDoc( const String& rDocName );
- BOOL GetViewData ();
+ ScTabViewShell* GetTabViewShell() const;
+ ScNavigatorSettings* GetSettings();
+ BOOL GetViewData();
+
void UpdateColumn ( const USHORT* pCol = NULL );
void UpdateRow ( const USHORT* pRow = NULL );
void UpdateTable ( const USHORT* pTab = NULL );