summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/tablemgr.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:02:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:02:31 +0000
commit495fd1781e7a73f95390ed89810c106accd7667a (patch)
treef64683e653d035e0743dbd50ad80e404dc2a91f6 /sw/source/ui/inc/tablemgr.hxx
parentINTEGRATION: CWS tune03 (1.2.82); FILE MERGED (diff)
downloadcore-495fd1781e7a73f95390ed89810c106accd7667a.tar.gz
core-495fd1781e7a73f95390ed89810c106accd7667a.zip
INTEGRATION: CWS tune03 (1.2.788); FILE MERGED
2004/07/19 19:11:31 mhu 1.2.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/inc/tablemgr.hxx')
-rw-r--r--sw/source/ui/inc/tablemgr.hxx17
1 files changed, 13 insertions, 4 deletions
diff --git a/sw/source/ui/inc/tablemgr.hxx b/sw/source/ui/inc/tablemgr.hxx
index a5e747010949..cf4fedbf3307 100644
--- a/sw/source/ui/inc/tablemgr.hxx
+++ b/sw/source/ui/inc/tablemgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tablemgr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-10-06 13:34:57 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:02:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,8 +61,15 @@
#ifndef _TABLEMGR_HXX
#define _TABLEMGR_HXX
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+#ifndef _SWTYPES_HXX
#include "swtypes.hxx"
+#endif
+#ifndef _TABCOL_HXX
#include "tabcol.hxx"
+#endif
class SwFrmFmt;
class SwWrtShell;
@@ -73,14 +80,16 @@ class SfxItemSet;
const SwTwips lAutoWidth = INVALID_TWIPS;
const char cParaDelim = 0x0a;
-class SwTableFUNC
+class SW_DLLPUBLIC SwTableFUNC
{
SwFrmFmt *pFmt;
SwWrtShell *pSh;
BOOL bCopy;
SwTabCols aCols;
+
private:
- int GetRightSeparator(int nNum) const;
+ SW_DLLPRIVATE int GetRightSeparator(int nNum) const;
+
public:
inline SwTableFUNC(SwFrmFmt &);
SwTableFUNC(SwWrtShell *pShell, BOOL bCopyFmt = FALSE);