summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/olemisc.cxx
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
commit957bc4643dabf131a850c7638fc82e2ccdebb4a1 (patch)
tree942be8e46a2206cc2d3ecd13cc5fe7d79814d327 /embeddedobj/source/msole/olemisc.cxx
parentc2d9c91917860a3c39a0413d71f7261f0a6f29f5 (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
Diffstat (limited to 'embeddedobj/source/msole/olemisc.cxx')
-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 6372a3b2d7..5914bc440a 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 )
{
}