~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

« back to all changes in this revision

Viewing changes to ooo-build/patches/dev300/svx-visibility.diff

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2009-05-26 18:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090526180000-t5otxzhj1rru5ovt
Tags: 1:3.1.0-3ubuntu2
* Copy of the openoffice.org source.
  - debian/changelog: Change source name.
  - debian/control.in: Change source name.
  - debian/control: Regenerate control file.

* Correct path to splitgsi in convert2po.
* Disable gsi-export for Rosetta due to bug in localize.pl.
* Reenable building on sparc.
* Switch boost to 1.38.
* Resynchronise with ooo-build-3-1 (271b85e5ce6b601d75d0693b9c937d1eabd069dc).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -u -r svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfchim.hxx
 
2
--- svx/inc/svx/sdtfchim.hxx    2009-05-18 07:01:34.000000000 +0200
 
3
+++ svx/inc/svx/sdtfchim.hxx    2009-05-18 07:49:35.000000000 +0200
 
4
@@ -32,28 +32,28 @@
 
5
 
 
6
 #include <svx/svddef.hxx>
 
7
 
 
8
-class SdrTextFixedCellHeightItem : public SfxBoolItem
 
9
+class SVX_DLLPUBLIC SdrTextFixedCellHeightItem : public SfxBoolItem
 
10
 {
 
11
 public:
 
12
 
 
13
        TYPEINFO();
 
14
-       SVX_DLLPUBLIC SdrTextFixedCellHeightItem( BOOL bUseFixedCellHeight = FALSE );
 
15
-       SdrTextFixedCellHeightItem( SvStream & rStream, sal_uInt16 nVersion );
 
16
+       SdrTextFixedCellHeightItem( BOOL bUseFixedCellHeight = FALSE );
 
17
+       SVX_DLLPRIVATE SdrTextFixedCellHeightItem( SvStream & rStream, sal_uInt16 nVersion );
 
18
 
 
19
-       virtual SfxItemPresentation GetPresentation(SfxItemPresentation ePresentation,
 
20
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation(SfxItemPresentation ePresentation,
 
21
                                                                        SfxMapUnit eCoreMetric, SfxMapUnit ePresentationMetric,
 
22
                                         String &rText, const IntlWrapper * = 0) const;
 
23
 
 
24
-       virtual SfxPoolItem*            Create( SvStream&, sal_uInt16 nItem ) const;
 
25
-       virtual SvStream&                       Store( SvStream&, sal_uInt16 nVersion ) const;
 
26
-       virtual SfxPoolItem*            Clone( SfxItemPool* pPool = NULL ) const;
 
27
-       virtual sal_uInt16                      GetVersion( sal_uInt16 nFileFormatVersion ) const;
 
28
+       SVX_DLLPRIVATE virtual SfxPoolItem*             Create( SvStream&, sal_uInt16 nItem ) const;
 
29
+       SVX_DLLPRIVATE virtual SvStream&                        Store( SvStream&, sal_uInt16 nVersion ) const;
 
30
+       SVX_DLLPRIVATE virtual SfxPoolItem*             Clone( SfxItemPool* pPool = NULL ) const;
 
31
+       SVX_DLLPRIVATE virtual  sal_uInt16                      GetVersion( sal_uInt16 nFileFormatVersion ) const;
 
32
 
 
33
-       virtual sal_Bool                        QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
 
34
-       virtual sal_Bool                        PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
 
35
+       SVX_DLLPRIVATE virtual  sal_Bool                        QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
 
36
+       SVX_DLLPRIVATE virtual  sal_Bool                        PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
 
37
 
 
38
 #ifdef SDR_ISPOOLABLE
 
39
-       virtual int IsPoolable() const;
 
40
+       SVX_DLLPRIVATE virtual int IsPoolable() const;
 
41
 #endif
 
42
 };
 
43
 
 
44
diff -u -r svx/inc/svx/xflbckit.hxx svx/inc/svx/xflbckit.hxx
 
45
--- svx/inc/svx/xflbckit.hxx    2009-05-18 07:01:34.000000000 +0200
 
46
+++ svx/inc/svx/xflbckit.hxx    2009-05-18 07:14:52.000000000 +0200
 
47
@@ -41,19 +41,19 @@
 
48
 |*
 
49
 \************************************************************************/
 
50
 
 
51
-class XFillBackgroundItem : public SfxBoolItem
 
52
+class SVX_DLLPUBLIC XFillBackgroundItem : public SfxBoolItem
 
53
 {
 
54
 public:
 
55
                                                        TYPEINFO();
 
56
 
 
57
-                                                       SVX_DLLPUBLIC XFillBackgroundItem( BOOL bFill = FALSE );
 
58
-                                                       XFillBackgroundItem( SvStream& rIn );
 
59
+                                                       XFillBackgroundItem( BOOL bFill = FALSE );
 
60
+                                                       SVX_DLLPRIVATE XFillBackgroundItem( SvStream& rIn );
 
61
 
 
62
 
 
63
-       virtual SfxPoolItem*    Clone( SfxItemPool* pPool = NULL ) const;
 
64
-       virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
65
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone( SfxItemPool* pPool = NULL ) const;
 
66
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
67
 
 
68
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
69
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
70
                                                                        SfxMapUnit eCoreMetric,
 
71
                                                                        SfxMapUnit ePresMetric,
 
72
                                     String &rText, const IntlWrapper * = 0 ) const;
 
73
diff -u -r svx/inc/svx/xflbmpit.hxx svx/inc/svx/xflbmpit.hxx
 
74
--- svx/inc/svx/xflbmpit.hxx    2009-05-18 07:01:34.000000000 +0200
 
75
+++ svx/inc/svx/xflbmpit.hxx    2009-05-18 07:22:26.000000000 +0200
 
76
@@ -39,23 +39,23 @@
 
77
 |*
 
78
 \************************************************************************/
 
79
 
 
80
-class XFillBmpPosItem : public SfxEnumItem
 
81
+class SVX_DLLPUBLIC XFillBmpPosItem : public SfxEnumItem
 
82
 {
 
83
 public:
 
84
                                                        TYPEINFO();
 
85
-                                                       SVX_DLLPUBLIC XFillBmpPosItem( RECT_POINT eRP = RP_MM );
 
86
-                                                       XFillBmpPosItem( SvStream& rIn );
 
87
+                                                       XFillBmpPosItem( RECT_POINT eRP = RP_MM );
 
88
+                                                       SVX_DLLPRIVATE XFillBmpPosItem( SvStream& rIn );
 
89
 
 
90
-       virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
91
-       virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
92
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
93
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
94
 
 
95
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
96
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
97
                                                                        SfxMapUnit eCoreMetric,
 
98
                                                                        SfxMapUnit ePresMetric,
 
99
                                     String &rText, const IntlWrapper * = 0 ) const;
 
100
 
 
101
-       virtual USHORT                  GetValueCount() const;
 
102
-       RECT_POINT                              GetValue() const { return (RECT_POINT) SfxEnumItem::GetValue(); }
 
103
+       SVX_DLLPRIVATE virtual USHORT                   GetValueCount() const;
 
104
+       SVX_DLLPRIVATE RECT_POINT                               GetValue() const { return (RECT_POINT) SfxEnumItem::GetValue(); }
 
105
 };
 
106
 
 
107
 
 
108
diff -u -r svx/inc/svx/xflbmsli.hxx svx/inc/svx/xflbmsli.hxx
 
109
--- svx/inc/svx/xflbmsli.hxx    2009-05-18 07:01:34.000000000 +0200
 
110
+++ svx/inc/svx/xflbmsli.hxx    2009-05-18 07:09:51.000000000 +0200
 
111
@@ -39,17 +39,17 @@
 
112
 |*
 
113
 \************************************************************************/
 
114
 
 
115
-class XFillBmpSizeLogItem : public SfxBoolItem
 
116
+class SVX_DLLPUBLIC XFillBmpSizeLogItem : public SfxBoolItem
 
117
 {
 
118
 public:
 
119
                                                        TYPEINFO();
 
120
-                                                       SVX_DLLPUBLIC XFillBmpSizeLogItem( BOOL bLog = TRUE );
 
121
-                                                       XFillBmpSizeLogItem( SvStream& rIn );
 
122
+                                                       XFillBmpSizeLogItem( BOOL bLog = TRUE );
 
123
+                                                       SVX_DLLPRIVATE XFillBmpSizeLogItem( SvStream& rIn );
 
124
 
 
125
-       virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
126
-       virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
127
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
128
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
129
 
 
130
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
131
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
132
                                                                        SfxMapUnit eCoreMetric,
 
133
                                                                        SfxMapUnit ePresMetric,
 
134
                                     String &rText, const IntlWrapper * = 0 ) const;
 
135
diff -u -r svx/inc/svx/xflbmsxy.hxx svx/inc/svx/xflbmsxy.hxx
 
136
--- svx/inc/svx/xflbmsxy.hxx    2009-05-18 07:01:34.000000000 +0200
 
137
+++ svx/inc/svx/xflbmsxy.hxx    2009-05-18 07:30:46.000000000 +0200
 
138
@@ -39,17 +39,17 @@
 
139
 |*
 
140
 \************************************************************************/
 
141
 
 
142
-class XFillBmpSizeXItem : public SfxMetricItem
 
143
+class SVX_DLLPUBLIC XFillBmpSizeXItem : public SfxMetricItem
 
144
 {
 
145
 public:
 
146
                                                        TYPEINFO();
 
147
-                                                       SVX_DLLPUBLIC XFillBmpSizeXItem( long nSizeX = 0 );
 
148
-                                                       XFillBmpSizeXItem( SvStream& rIn );
 
149
+                                                       XFillBmpSizeXItem( long nSizeX = 0 );
 
150
+                                                       SVX_DLLPRIVATE XFillBmpSizeXItem( SvStream& rIn );
 
151
 
 
152
-       virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
153
-       virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
154
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
155
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
156
 
 
157
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
158
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
159
                                                                        SfxMapUnit eCoreMetric,
 
160
                                                                        SfxMapUnit ePresMetric,
 
161
                                     String &rText, const IntlWrapper * = 0 ) const;
 
162
@@ -57,7 +57,7 @@
 
163
        // Dieses Item nimmt sowohl metrische als auch
 
164
        // Prozentwerte ( sind negativ ) auf; das muessen
 
165
        // wir hier beruecksichtigen
 
166
-       virtual FASTBOOL                HasMetrics() const;
 
167
+       SVX_DLLPRIVATE virtual FASTBOOL         HasMetrics() const;
 
168
 };
 
169
 
 
170
 /*************************************************************************
 
171
@@ -66,17 +66,17 @@
 
172
 |*
 
173
 \************************************************************************/
 
174
 
 
175
-class XFillBmpSizeYItem : public SfxMetricItem
 
176
+class SVX_DLLPUBLIC XFillBmpSizeYItem : public SfxMetricItem
 
177
 {
 
178
 public:
 
179
                                                        TYPEINFO();
 
180
-                                                       SVX_DLLPUBLIC XFillBmpSizeYItem( long nSizeY = 0 );
 
181
-                                                       XFillBmpSizeYItem( SvStream& rIn );
 
182
+                                                       XFillBmpSizeYItem( long nSizeY = 0 );
 
183
+                                                       SVX_DLLPRIVATE XFillBmpSizeYItem( SvStream& rIn );
 
184
 
 
185
-       virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
186
-       virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
187
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
188
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
189
 
 
190
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
191
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
192
                                                                        SfxMapUnit eCoreMetric,
 
193
                                                                        SfxMapUnit ePresMetric,
 
194
                                     String &rText, const IntlWrapper * = 0 ) const;
 
195
@@ -84,7 +84,7 @@
 
196
        // Dieses Item nimmt sowohl metrische als auch
 
197
        // Prozentwerte ( sind negativ ) auf; das muessen
 
198
        // wir hier beruecksichtigen
 
199
-       virtual FASTBOOL                HasMetrics() const;
 
200
+       SVX_DLLPRIVATE virtual FASTBOOL         HasMetrics() const;
 
201
 };
 
202
 
 
203
 #endif
 
204
diff -u -r svx/inc/svx/xflboxy.hxx svx/inc/svx/xflboxy.hxx
 
205
--- svx/inc/svx/xflboxy.hxx     2009-05-18 07:01:34.000000000 +0200
 
206
+++ svx/inc/svx/xflboxy.hxx     2009-05-18 07:33:05.000000000 +0200
 
207
@@ -39,17 +39,17 @@
 
208
 |*
 
209
 \************************************************************************/
 
210
 
 
211
-class XFillBmpPosOffsetXItem : public SfxUInt16Item
 
212
+class SVX_DLLPUBLIC XFillBmpPosOffsetXItem : public SfxUInt16Item
 
213
 {
 
214
 public:
 
215
                                                        TYPEINFO();
 
216
-                                                       SVX_DLLPUBLIC XFillBmpPosOffsetXItem( USHORT nOffPosX = 0 );
 
217
-                                                       XFillBmpPosOffsetXItem( SvStream& rIn );
 
218
+                                                       XFillBmpPosOffsetXItem( USHORT nOffPosX = 0 );
 
219
+                                                       SVX_DLLPRIVATE XFillBmpPosOffsetXItem( SvStream& rIn );
 
220
 
 
221
-       virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
222
-       virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
223
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
224
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
225
 
 
226
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
227
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
228
                                                                        SfxMapUnit eCoreMetric,
 
229
                                                                        SfxMapUnit ePresMetric,
 
230
                                     String &rText, const IntlWrapper * = 0 ) const;
 
231
@@ -62,17 +62,17 @@
 
232
 |*
 
233
 \************************************************************************/
 
234
 
 
235
-class XFillBmpPosOffsetYItem : public SfxUInt16Item
 
236
+class SVX_DLLPUBLIC XFillBmpPosOffsetYItem : public SfxUInt16Item
 
237
 {
 
238
 public:
 
239
                                                        TYPEINFO();
 
240
-                                                       SVX_DLLPUBLIC XFillBmpPosOffsetYItem( USHORT nOffPosY = 0 );
 
241
-                                                       XFillBmpPosOffsetYItem( SvStream& rIn );
 
242
+                                                       XFillBmpPosOffsetYItem( USHORT nOffPosY = 0 );
 
243
+                                                       SVX_DLLPRIVATE XFillBmpPosOffsetYItem( SvStream& rIn );
 
244
 
 
245
-       virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
246
-       virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
247
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
248
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
249
 
 
250
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
251
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
252
                                                                        SfxMapUnit eCoreMetric,
 
253
                                                                        SfxMapUnit ePresMetric,
 
254
                                     String &rText, const IntlWrapper * = 0 ) const;
 
255
diff -u -r svx/inc/svx/xflbtoxy.hxx svx/inc/svx/xflbtoxy.hxx
 
256
--- svx/inc/svx/xflbtoxy.hxx    2009-05-18 07:01:34.000000000 +0200
 
257
+++ svx/inc/svx/xflbtoxy.hxx    2009-05-18 07:36:45.000000000 +0200
 
258
@@ -39,17 +39,17 @@
 
259
 |*
 
260
 \************************************************************************/
 
261
 
 
262
-class XFillBmpTileOffsetXItem : public SfxUInt16Item
 
263
+class SVX_DLLPUBLIC XFillBmpTileOffsetXItem : public SfxUInt16Item
 
264
 {
 
265
 public:
 
266
                                                        TYPEINFO();
 
267
-                                                       SVX_DLLPUBLIC XFillBmpTileOffsetXItem( USHORT nOffX = 0 );
 
268
-                                                       XFillBmpTileOffsetXItem( SvStream& rIn );
 
269
+                                                       XFillBmpTileOffsetXItem( USHORT nOffX = 0 );
 
270
+                                                       SVX_DLLPRIVATE XFillBmpTileOffsetXItem( SvStream& rIn );
 
271
 
 
272
-       virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
273
-       virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
274
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
275
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
276
 
 
277
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
278
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
279
                                                                        SfxMapUnit eCoreMetric,
 
280
                                                                        SfxMapUnit ePresMetric,
 
281
                                     String &rText, const IntlWrapper * = 0 ) const;
 
282
@@ -62,17 +62,17 @@
 
283
 |*
 
284
 \************************************************************************/
 
285
 
 
286
-class XFillBmpTileOffsetYItem : public SfxUInt16Item
 
287
+class SVX_DLLPUBLIC XFillBmpTileOffsetYItem : public SfxUInt16Item
 
288
 {
 
289
 public:
 
290
                                                        TYPEINFO();
 
291
-                                                       SVX_DLLPUBLIC XFillBmpTileOffsetYItem( USHORT nOffX = 0 );
 
292
-                                                       XFillBmpTileOffsetYItem( SvStream& rIn );
 
293
+                                                       XFillBmpTileOffsetYItem( USHORT nOffX = 0 );
 
294
+                                                       SVX_DLLPRIVATE XFillBmpTileOffsetYItem( SvStream& rIn );
 
295
 
 
296
-       virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
297
-       virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
298
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone( SfxItemPool* pPool = 0 ) const;
 
299
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create( SvStream& rIn, USHORT nVer ) const;
 
300
 
 
301
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
302
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
303
                                                                        SfxMapUnit eCoreMetric,
 
304
                                                                        SfxMapUnit ePresMetric,
 
305
                                     String &rText, const IntlWrapper * = 0 ) const;
 
306
diff -u -r svx/inc/svx/xsflclit.hxx svx/inc/svx/xsflclit.hxx
 
307
--- svx/inc/svx/xsflclit.hxx    2009-05-18 07:01:34.000000000 +0200
 
308
+++ svx/inc/svx/xsflclit.hxx    2009-05-18 07:47:38.000000000 +0200
 
309
@@ -36,24 +36,24 @@
 
310
 //------------------------------
 
311
 // class XSecondaryFillColorItem
 
312
 //------------------------------
 
313
-class XSecondaryFillColorItem : public XColorItem
 
314
+class SVX_DLLPUBLIC XSecondaryFillColorItem : public XColorItem
 
315
 {
 
316
 public:
 
317
                        TYPEINFO();
 
318
-                       XSecondaryFillColorItem() {}
 
319
-                       XSecondaryFillColorItem(long nIndex, const Color& rTheColor);
 
320
-                       SVX_DLLPUBLIC XSecondaryFillColorItem(const String& rName, const Color& rTheColor);
 
321
-                       XSecondaryFillColorItem(SvStream& rIn);
 
322
+                       SVX_DLLPRIVATE XSecondaryFillColorItem() {}
 
323
+                       SVX_DLLPRIVATE XSecondaryFillColorItem(long nIndex, const Color& rTheColor);
 
324
+                       XSecondaryFillColorItem(const String& rName, const Color& rTheColor);
 
325
+                       SVX_DLLPRIVATE XSecondaryFillColorItem(SvStream& rIn);
 
326
 
 
327
-       virtual SfxPoolItem*    Clone(SfxItemPool* pPool = 0) const;
 
328
-       virtual SfxPoolItem*    Create(SvStream& rIn, USHORT nVer) const;
 
329
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Clone(SfxItemPool* pPool = 0) const;
 
330
+       SVX_DLLPRIVATE virtual SfxPoolItem*    Create(SvStream& rIn, USHORT nVer) const;
 
331
 
 
332
-       virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
333
+       SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
 
334
                                                                        SfxMapUnit eCoreMetric,
 
335
                                                                        SfxMapUnit ePresMetric,
 
336
                                     String &rText, const IntlWrapper * = 0 ) const;
 
337
 
 
338
-       virtual USHORT GetVersion( USHORT nFileFormatVersion ) const;
 
339
+       SVX_DLLPRIVATE virtual USHORT GetVersion( USHORT nFileFormatVersion ) const;
 
340
 
 
341
 };
 
342