summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 13:57:51 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 13:57:51 +0000
commit2385d4cd9cca38e5b7fb10f56970733fe2af3c7b (patch)
tree34deb423361f725e7d01d9812d91611d679ba573 /sw/inc
parent601dfd4f1d46f5ad02fedbffbb49d2ae726a7729 (diff)
INTEGRATION: CWS mav14 (1.8.158); FILE MERGED
2005/01/06 14:07:41 mav 1.8.158.4: #i35475# support embedded links 2005/01/06 13:19:37 mav 1.8.158.3: #i35475# support embedded links 2004/12/09 20:28:43 mav 1.8.158.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/01 11:20:22 mav 1.8.158.1: #i35475# handle embedded links by link dialog
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/ndole.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index 3cccbfcd3de7..d6caa64bbccf 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndole.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 16:25:39 $
+ * last change: $Author: kz $ $Date: 2005-01-18 14:57:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,7 @@ class SwOLENode;
class SwOLELink;
class SwOLEListener_Impl;
+class SwEmbedObjectLink;
class SwOLEObj
{
friend class SwOLENode;
@@ -122,6 +123,9 @@ class SwOLENode: public SwNoTxtNode
//werden (zum Beispiel kopiert). Ist nicht
//Persistent.
+ SwEmbedObjectLink* mpObjectLink;
+ String maLinkURL;
+
SwOLENode( const SwNodeIndex &rWhere,
const svt::EmbeddedObjectRef&,
SwGrfFmtColl *pGrfColl,
@@ -164,6 +168,12 @@ public:
// inline void Unload() { aOLEObj.Unload(); }
String GetDescription() const { return aOLEObj.GetDescription(); }
+ sal_Bool UpdateLinkURL_Impl();
+ void BreakFileLink_Impl();
+ void DisconnectFileLink_Impl();
+
+ void CheckFileLink_Impl();
+
#ifndef _FESHVIEW_ONLY_INLINE_NEEDED
const String& GetChartTblName() const { return sChartTblName; }
void SetChartTblName( const String& rNm ) { sChartTblName = rNm; }