summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:22:05 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:22:05 +0000
commitcb05097fcb6625fb6a1c3fe142b9ec5921b34e4a (patch)
tree8bfa3510d872de145f96efda031a906123c5ec69 /sc/inc/address.hxx
parente6a3e1c6b11307b7bfd4be032405c9bb32a2dd02 (diff)
INTEGRATION: CWS tune03 (1.3.22); FILE MERGED
2004/07/08 16:44:56 mhu 1.3.22.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r--sc/inc/address.hxx20
1 files changed, 14 insertions, 6 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 9048e83c5f33..20caa149b3d4 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: address.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-06-24 15:33:46 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:22:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,11 +77,19 @@
#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
#endif
-#include <limits>
#ifndef _OSL_ENDIAN_H_
#include <osl/endian.h>
#endif
+#ifndef INCLUDED_LIMITS
+#include <limits>
+#define INCLUDED_LIMITS
+#endif
+
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
+
class ScDocument;
#if 0
@@ -383,7 +391,7 @@ inline void ScAddressOldBitfieldConverter::Get( SCCOL& nCol, SCROW& nRow, SCTAB&
// === ScAddress =============================================================
-class ScAddress
+class SC_DLLPUBLIC ScAddress
{
private:
SCROW nRow;
@@ -561,7 +569,7 @@ inline SvStream& operator>> ( SvStream& rStream, ScAddress& rAdr )
// === ScRange ===============================================================
-class ScRange
+class SC_DLLPUBLIC ScRange
{
public:
ScAddress aStart, aEnd;
@@ -854,7 +862,7 @@ bool ConvertDoubleRef(ScDocument* pDoc, const String& rRefString,
ScRefAddress& rEndRefAddress);
/// append alpha representation of column to buffer
-void ColToAlpha( rtl::OUStringBuffer& rBuffer, SCCOL nCol);
+SC_DLLPUBLIC void ColToAlpha( rtl::OUStringBuffer& rBuffer, SCCOL nCol);
inline void ColToAlpha( String& rStr, SCCOL nCol)
{