summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/olecomponent.hxx
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2003-12-15 12:10:02 +0000
committerMikhail Voitenko <mav@openoffice.org>2003-12-15 12:10:02 +0000
commit2ea6cb5785d63539ebbe35a5b2634e773c5d356d (patch)
treec22eb6c05a2c36de053f48df1ef8454016d1f345 /embeddedobj/source/msole/olecomponent.hxx
parente561b7d7da2c3fe374fe7dbc01525dce60d679cd (diff)
#112923# adopt for unix
Diffstat (limited to 'embeddedobj/source/msole/olecomponent.hxx')
-rw-r--r--embeddedobj/source/msole/olecomponent.hxx26
1 files changed, 4 insertions, 22 deletions
diff --git a/embeddedobj/source/msole/olecomponent.hxx b/embeddedobj/source/msole/olecomponent.hxx
index 6d03a4c4efad..7828670fdd6e 100644
--- a/embeddedobj/source/msole/olecomponent.hxx
+++ b/embeddedobj/source/msole/olecomponent.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: olecomponent.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mav $ $Date: 2003-12-15 11:44:44 $
+ * last change: $Author: mav $ $Date: 2003-12-15 13:10:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,9 +116,7 @@ namespace cppu {
class OleWrapperClientSite;
class OleWrapperAdviseSink;
class OleEmbeddedObject;
-class OleRelatedData_Impl;
-struct FORMATETC;
-struct STGMEDIUM;
+struct OleComponentNative_Impl;
class OleComponent : public ::cppu::WeakImplHelper2< ::com::sun::star::util::XCloseable,
::com::sun::star::datatransfer::XTransferable >
@@ -128,7 +126,7 @@ class OleComponent : public ::cppu::WeakImplHelper2< ::com::sun::star::util::XCl
sal_Bool m_bDisposed;
- OleRelatedData_Impl* m_pData;
+ OleComponentNative_Impl* m_pNativeImpl;
OleEmbeddedObject* m_pUnoOleObject;
OleWrapperClientSite* m_pOleWrapClientSite;
@@ -139,9 +137,6 @@ class OleComponent : public ::cppu::WeakImplHelper2< ::com::sun::star::util::XCl
sal_Int32 m_nOLEMiscFlags;
sal_Int32 m_nAdvConn;
- ::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor > m_aSupportedGraphFormats;
- ::com::sun::star::uno::Sequence< ::rtl::OUString > m_aGraphShortFormats; //short names for formats from previous sequence
-
::com::sun::star::uno::Sequence< ::com::sun::star::embed::VerbDescr > m_aVerbList;
::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor > m_aDataFlavors;
@@ -159,19 +154,6 @@ class OleComponent : public ::cppu::WeakImplHelper2< ::com::sun::star::util::XCl
void Dispose();
- void AddSupportedFormat( const FORMATETC& aFormatEtc );
-
- FORMATETC* GetSupportedFormatForAspect( sal_uInt32 nRequestedAspect );
-
- sal_Bool ConvertDataForFlavor( const STGMEDIUM& aMedium,
- const ::com::sun::star::datatransfer::DataFlavor& aFlavor,
- ::com::sun::star::uno::Any& aResult );
-
- sal_Bool GraphicalFlavor( const ::com::sun::star::datatransfer::DataFlavor& aFlavor );
-
- ::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor >
- GetFlavorsForAspects( sal_uInt32 nSupportedAspects );
-
public:
OleComponent( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& m_xFactory,
OleEmbeddedObject* pOleObj );