summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-09 23:40:33 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-09 23:41:13 -0500
commit18915452d17d6a0ca431eb07b6f5b9f1deb1e6af (patch)
tree984ac65b3633b75d7f89f88ebf2d615c6d14c915 /sc/inc/document.hxx
parente36c8a674845ab19577fc06d44b780549757e1e7 (diff)
Move some of the link related methods to the document link manager.
Change-Id: I9b4a3f31bd973a2b57fae5b44d98258ddad731f1
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index b3d2a92ef167..3fe416cae9ff 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -683,10 +683,8 @@ public:
on first call. */
ScFormulaParserPool& GetFormulaParserPool() const;
- bool HasDdeLinks() const;
bool HasAreaLinks() const;
void UpdateExternalRefLinks(Window* pWin);
- void UpdateDdeLinks(Window* pWin);
void UpdateAreaLinks();
// originating DDE links
@@ -695,11 +693,6 @@ public:
bool IsInDdeLinkUpdate() const { return nInDdeLinkUpdate != 0; }
SC_DLLPUBLIC void CopyDdeLinks( ScDocument* pDestDoc ) const;
- void DisconnectDdeLinks();
-
- // for StarOne Api:
- size_t GetDdeLinkCount() const;
- bool UpdateDdeLink( const OUString& rAppl, const OUString& rTopic, const OUString& rItem );
/** Tries to find a DDE link with the specified connection data.
@param rnDdePos (out-param) Returns the index of the DDE link (does not include other links from link manager).
@@ -1685,7 +1678,6 @@ public:
void InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, bool bNumFormatChanged );
bool IdleCalcTextWidth();
- bool IdleCheckLinks();
void RepaintRange( const ScRange& rRange );
void RepaintRange( const ScRangeList& rRange );