summaryrefslogtreecommitdiff
path: root/sw/inc/ndole.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 15:25:39 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 15:25:39 +0000
commitc0df2cc68d489155085bacaca31228f03a80e5fb (patch)
tree0f8bdd917553d0ceced6fb3457ac22439c074e69 /sw/inc/ndole.hxx
parent17e94f2e660378bd2161aca5141245c3eb74fbdf (diff)
INTEGRATION: CWS leanobjects (1.8.122); FILE MERGED
2004/11/18 11:08:20 mba 1.8.122.1: #i37278#: make objects loadable on demand
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r--sw/inc/ndole.hxx14
1 files changed, 3 insertions, 11 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index dfb029d95dc3..3cccbfcd3de7 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndole.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 18:59:21 $
+ * last change: $Author: rt $ $Date: 2004-11-26 16:25:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,23 +71,18 @@ class SwGrfFmtColl;
class SwDoc;
class SwOLENode;
class SwOLELink;
-class SwOLELRUCache;
-
class SwOLEListener_Impl;
class SwOLEObj
{
friend class SwOLENode;
- static SwOLELRUCache* pOLELRU_Cache;
-
const SwOLENode* pOLENd;
SwOLEListener_Impl* pListener;
//Entweder Ref oder Name sind bekannt, wenn nur der Name bekannt ist, wird
//dir Ref bei Anforderung durch GetOleRef() vom Sfx besorgt.
svt::EmbeddedObjectRef xOLERef;
- //com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > xOLERef;
String aName;
SwOLEObj( const SwOLEObj& rObj ); //nicht erlaubt.
@@ -100,16 +95,13 @@ public:
SwOLEObj( const String &rName );
~SwOLEObj();
- BOOL RemovedFromLRU();
-
+ BOOL UnloadObject();
String GetDescription();
#ifndef _FESHVIEW_ONLY_INLINE_NEEDED
com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > GetOleRef();
svt::EmbeddedObjectRef& GetObject();
-// const String &GetName() const { return aName; }
const String& GetCurrentPersistName() const { return aName; }
-
BOOL IsOleRef() const; //Damit das Objekt nicht unnoetig geladen werden muss.
#endif
};