summaryrefslogtreecommitdiff
path: root/sc/inc/linkuno.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-04-18 11:34:53 +0000
committerEike Rathke <er@openoffice.org>2001-04-18 11:34:53 +0000
commit945c2e5d0efa0183f778d438824baf34013aea23 (patch)
tree1c89f35e3e02f5d4dfd807c0c5186df91b545528 /sc/inc/linkuno.hxx
parent08558e289cbfeb2ccf1e576f5bd8ccbcee3b8762 (diff)
ScTableLink with refresh delay
Diffstat (limited to 'sc/inc/linkuno.hxx')
-rw-r--r--sc/inc/linkuno.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx
index b71c7099b8a9..c81ea5e204ff 100644
--- a/sc/inc/linkuno.hxx
+++ b/sc/inc/linkuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: linkuno.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2001-04-05 10:44:23 $
+ * last change: $Author: er $ $Date: 2001-04-18 12:34:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,6 +134,7 @@ private:
ScTableLink* GetLink_Impl() const;
void Refreshed_Impl();
+ void ModifyRefreshDelay_Impl( sal_Int32 nRefresh );
public:
ScSheetLinkObj(ScDocShell* pDocSh, const String& rName);
@@ -203,6 +204,8 @@ public:
void setFilter(const ::rtl::OUString& Filter);
::rtl::OUString getFilterOptions(void) const;
void setFilterOptions(const ::rtl::OUString& FilterOptions);
+ sal_Int32 getRefreshDelay(void) const;
+ void setRefreshDelay(sal_Int32 nRefreshDelay);
// XServiceInfo
virtual ::rtl::OUString SAL_CALL getImplementationName()