From 2fd4720e499f0d3e6f5b66d988eda7d9e7ad75b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 31 Jan 2005 08:26:56 +0000 Subject: [PATCH] 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 --- embeddedobj/source/msole/olemisc.cxx | 16 ++++++++++++++-- 1 file 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 ) { }