summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/templwin.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-10 08:22:42 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-10 08:22:42 +0000
commit8648b64d13cabbc40ccb84f4df7b2124820a78c9 (patch)
tree69680bd20ae8caa17112fc290668715b02d4de66 /svtools/source/contnr/templwin.hxx
parent18f5cab35e996413026d9b79d9fa7a1199a65659 (diff)
#87611# +GetCursorPos / +GetCursorPosURL / +[Read|Write]ViewSettings
Diffstat (limited to 'svtools/source/contnr/templwin.hxx')
-rw-r--r--svtools/source/contnr/templwin.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/svtools/source/contnr/templwin.hxx b/svtools/source/contnr/templwin.hxx
index 5705a2929ca6..c3e6727e427a 100644
--- a/svtools/source/contnr/templwin.hxx
+++ b/svtools/source/contnr/templwin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templwin.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: fs $ $Date: 2001-08-07 14:36:36 $
+ * last change: $Author: fs $ $Date: 2001-08-10 09:22:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,10 +99,12 @@ public:
String GetSelectedIconURL() const;
String GetSelectedIconText() const;
+ String GetCursorPosIconURL() const;
String GetIconText( const String& rURL ) const;
String GetTemplateRootURL() const { return aTemplateRootURL; }
void InvalidateIconControl();
void SetCursorPos( ULONG nPos );
+ ULONG GetCursorPos();
void SetFocus();
};
@@ -250,6 +252,9 @@ public:
void SetNewFolderHdl( const Link& rLink ) { aNewFolderHdl = rLink; }
void SetSendFocusHdl( const Link& rLink ) { aSendFocusHdl = rLink; }
+ void ReadViewSettings( );
+ void WriteViewSettings( );
+
sal_Bool IsFileSelected() const;
String GetSelectedFile() const;
sal_Bool IsTemplateFolderOpen() const { return pFileWin->IsTemplateFolder(); }