summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 15:15:47 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 15:15:47 +0000
commit948c69d26ef3800fcf90d80a1e4253f2e93197e0 (patch)
treeb9157eff1a061600f7727e58c253c2a755ee258b /svx/inc
parent1d494c39ff122eb06b0000d2af92c6af3babc198 (diff)
INTEGRATION: CWS visibility01 (1.7.74); FILE MERGED
2005/01/12 07:43:40 mnicel 1.7.74.2: RESYNC: (1.7-1.8); FILE MERGED 2004/12/06 08:11:04 mnicel 1.7.74.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/xmleohlp.hxx20
1 files changed, 12 insertions, 8 deletions
diff --git a/svx/inc/xmleohlp.hxx b/svx/inc/xmleohlp.hxx
index ad8518b905d9..a5819f3cce3e 100644
--- a/svx/inc/xmleohlp.hxx
+++ b/svx/inc/xmleohlp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmleohlp.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $
+ * last change: $Author: kz $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,10 @@
#include <com/sun/star/container/XNameAccess.hpp>
#endif
+#ifndef INCLUDED_SVXDLLAPI_H
+#include "svx/svxdllapi.h"
+#endif
+
// -----------------------------
// - SvXMLEmbeddedObjectHelper -
// -----------------------------
@@ -100,7 +104,7 @@ class SvGlobalName;
struct OUStringLess;
class OutputStorageWrapper_Impl;
-class SvXMLEmbeddedObjectHelper : public ::cppu::WeakComponentImplHelper2<
+class SVX_DLLPUBLIC SvXMLEmbeddedObjectHelper : public ::cppu::WeakComponentImplHelper2<
::com::sun::star::document::XEmbeddedObjectResolver,
::com::sun::star::container::XNameAccess >
{
@@ -123,24 +127,24 @@ private:
SvXMLEmbeddedObjectHelper_Impl *mpStreamMap;
void* mpDummy2;
- sal_Bool ImplGetStorageNames(
+ SVX_DLLPRIVATE sal_Bool ImplGetStorageNames(
const ::rtl::OUString& rURLStr,
::rtl::OUString& rContainerStorageName,
::rtl::OUString& rObjectStorageName,
sal_Bool bInternalToExternal,
sal_Bool *pGraphicRepl=0 ) const;
- com::sun::star::uno::Reference < com::sun::star::embed::XStorage > ImplGetContainerStorage(
+ SVX_DLLPRIVATE com::sun::star::uno::Reference < com::sun::star::embed::XStorage > ImplGetContainerStorage(
const ::rtl::OUString& rStorageName );
- String ImplGetUniqueName( SfxObjectShell*, const sal_Char* p ) const;
- sal_Bool ImplReadObject(
+ SVX_DLLPRIVATE String ImplGetUniqueName( SfxObjectShell*, const sal_Char* p ) const;
+ SVX_DLLPRIVATE sal_Bool ImplReadObject(
const ::rtl::OUString& rContainerStorageName,
::rtl::OUString& rObjName,
const SvGlobalName *pClassId,
SvStream* pTemp );
- ::rtl::OUString ImplInsertEmbeddedObjectURL(
+ SVX_DLLPRIVATE ::rtl::OUString ImplInsertEmbeddedObjectURL(
const ::rtl::OUString& rURLStr );
protected: