summaryrefslogtreecommitdiff
path: root/svtools/inc/ctrltool.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 09:04:30 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 09:04:30 +0000
commitd6652b451932d388c886a293052c42d4243ca179 (patch)
tree5781031e4f63a30842720096d4f916d1982e147e /svtools/inc/ctrltool.hxx
parent52883a5cfa0673b20e85dd3293da485ec6603083 (diff)
INTEGRATION: CWS visibility03 (1.4.140); FILE MERGED
2005/03/24 14:13:35 mhu 1.4.140.1: #i45006# Include svtools/(svl|svt)dllapi.h, declare symbol visibility with (SVL|SVT)_DLL(PUBLIC|PRIVATE) as appropriate; partial cleanup.
Diffstat (limited to 'svtools/inc/ctrltool.hxx')
-rw-r--r--svtools/inc/ctrltool.hxx18
1 files changed, 11 insertions, 7 deletions
diff --git a/svtools/inc/ctrltool.hxx b/svtools/inc/ctrltool.hxx
index eec03c442267..fbea6b8d78ac 100644
--- a/svtools/inc/ctrltool.hxx
+++ b/svtools/inc/ctrltool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ctrltool.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 12:53:38 $
+ * last change: $Author: obo $ $Date: 2005-04-13 10:04:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef _CTRLTOOL_HXX
#define _CTRLTOOL_HXX
+#ifndef INCLUDED_SVTDLLAPI_H
+#include "svtools/svtdllapi.h"
+#endif
+
#ifndef _SAL_TYPES_H
#include <sal/types.h>
#endif
@@ -186,7 +190,7 @@ von der FontList, sollte deshalb das Array nicht mehr referenziert werden.
#define FONTLIST_FONTNAMETYPE_SCREEN ((USHORT)0x0002)
#define FONTLIST_FONTNAMETYPE_SCALABLE ((USHORT)0x0004)
-class FontList : private List
+class SVT_DLLPUBLIC FontList : private List
{
private:
XubString maMapBoth;
@@ -208,9 +212,9 @@ private:
OutputDevice* mpDev2;
#ifdef CTRLTOOL_CXX
- ImplFontListNameInfo* ImplFind( const XubString& rSearchName, ULONG* pIndex ) const;
- ImplFontListNameInfo* ImplFindByName( const XubString& rStr ) const;
- void ImplInsertFonts( OutputDevice* pDev, BOOL bAll,
+ SVT_DLLPRIVATE ImplFontListNameInfo* ImplFind( const XubString& rSearchName, ULONG* pIndex ) const;
+ SVT_DLLPRIVATE ImplFontListNameInfo* ImplFindByName( const XubString& rStr ) const;
+ SVT_DLLPRIVATE void ImplInsertFonts( OutputDevice* pDev, BOOL bAll,
BOOL bInsertData );
#endif
@@ -262,7 +266,7 @@ private:
// - FontSizeNames -
// -----------------
-class FontSizeNames
+class SVT_DLLPUBLIC FontSizeNames
{
private:
struct ImplFSNameItem* mpArray;