Kaydet (Commit) 5671cd1d authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS mav19 (1.16.10); FILE MERGED

2005/12/08 10:49:33 mav 1.16.10.4: #i52224# no need to have internal scaling currently
2005/12/08 08:34:49 mav 1.16.10.3: #i52224# correct internal scaling of the object
2005/11/17 18:16:46 mav 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED
2005/11/16 10:03:27 mav 1.16.10.1: #i52224# handle object size and resizing correctly
üst 8c7edca5
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: olecomponent.hxx,v $ * $RCSfile: olecomponent.hxx,v $
* *
* $Revision: 1.18 $ * $Revision: 1.19 $
* *
* last change: $Author: obo $ $Date: 2006-01-20 09:51:43 $ * last change: $Author: kz $ $Date: 2006-02-01 19:05:50 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -137,6 +137,7 @@ class OleComponent : public ::cppu::WeakImplHelper5< ::com::sun::star::util::XCl ...@@ -137,6 +137,7 @@ class OleComponent : public ::cppu::WeakImplHelper5< ::com::sun::star::util::XCl
sal_Bool m_bOleInitialized; sal_Bool m_bOleInitialized;
sal_Bool InitializeObject_Impl(); sal_Bool InitializeObject_Impl();
void CreateNewIStorage_Impl(); void CreateNewIStorage_Impl();
...@@ -155,6 +156,12 @@ public: ...@@ -155,6 +156,12 @@ public:
void disconnectEmbeddedObject(); void disconnectEmbeddedObject();
static ::com::sun::star::awt::Size CalculateWithFactor( const ::com::sun::star::awt::Size& aSize,
const ::com::sun::star::awt::Size& aMultiplier,
const ::com::sun::star::awt::Size& aDivisor );
::com::sun::star::awt::Size CalculateTheRealSize( const ::com::sun::star::awt::Size& aContSize, sal_Bool bUpdate );
// ==== Initialization ================================================== // ==== Initialization ==================================================
void LoadEmbeddedObject( const ::rtl::OUString& aTempURL ); void LoadEmbeddedObject( const ::rtl::OUString& aTempURL );
...@@ -186,6 +193,7 @@ public: ...@@ -186,6 +193,7 @@ public:
void SetExtent( const ::com::sun::star::awt::Size& aVisAreaSize, sal_Int64 nAspect ); void SetExtent( const ::com::sun::star::awt::Size& aVisAreaSize, sal_Int64 nAspect );
::com::sun::star::awt::Size GetExtent( sal_Int64 nAspect ); ::com::sun::star::awt::Size GetExtent( sal_Int64 nAspect );
::com::sun::star::awt::Size GetCachedExtent( sal_Int64 nAspect );
::com::sun::star::awt::Size GetReccomendedExtent( sal_Int64 nAspect ); ::com::sun::star::awt::Size GetReccomendedExtent( sal_Int64 nAspect );
sal_Int64 GetMiscStatus( sal_Int64 nAspect ); sal_Int64 GetMiscStatus( sal_Int64 nAspect );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment