summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 08:26:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 08:26:56 +0000
commit2fd4720e499f0d3e6f5b66d988eda7d9e7ad75b3 (patch)
treed3528b381e35838202363eb1946e6dac114be755
parentf7a50337ca6621b10524138d05bc352c688a644c (diff)
INTEGRATION: CWS mav15 (1.13.38); FILE MERGED
2005/01/21 12:57:02 mav 1.13.38.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically
-rw-r--r--embeddedobj/source/msole/olemisc.cxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/olemisc.cxx b/embeddedobj/source/msole/olemisc.cxx
index 232b75d7d295..1413ba703cfc 100644
--- a/embeddedobj/source/msole/olemisc.cxx
+++ b/embeddedobj/source/msole/olemisc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: olemisc.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: kz $ $Date: 2005-01-18 15:10:36 $
+ * last change: $Author: rt $ $Date: 2005-01-31 09:26:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,6 +100,12 @@ OleEmbeddedObject::OleEmbeddedObject( const uno::Reference< lang::XMultiServiceF
, m_bStoreVisRepl( sal_True )
, m_bNewVisReplInStream( sal_True )
, m_bIsLink( sal_False )
+, m_bHasCachedSize( sal_False )
+, m_bHasSizeToSet( sal_False )
+, m_nCachedAspect( 0 )
+, m_bGotStatus( sal_False )
+, m_nStatus( 0 )
+, m_nStatusAspect( 0 )
, m_pOwnView( NULL )
{
}
@@ -120,6 +126,12 @@ OleEmbeddedObject::OleEmbeddedObject( const uno::Reference< lang::XMultiServiceF
, m_bStoreVisRepl( sal_True )
, m_bNewVisReplInStream( sal_True )
, m_bIsLink( bLink )
+, m_bHasCachedSize( sal_False )
+, m_bHasSizeToSet( sal_False )
+, m_nCachedAspect( 0 )
+, m_bGotStatus( sal_False )
+, m_nStatus( 0 )
+, m_nStatusAspect( 0 )
, m_pOwnView( NULL )
{
}