summaryrefslogtreecommitdiff
path: root/rsc/inc/rsctop.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 10:50:47 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 10:50:47 +0000
commit0a872d00e04544092998d46e09d1fddab0da310e (patch)
tree40febee7747923eae66a62c54dd7e1a227c964d7 /rsc/inc/rsctop.hxx
parent6e31884415a3ea4cc25249e2f01c9d7488cf71a3 (diff)
INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED
2004/04/13 03:40:18 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean
Diffstat (limited to 'rsc/inc/rsctop.hxx')
-rw-r--r--rsc/inc/rsctop.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/rsc/inc/rsctop.hxx b/rsc/inc/rsctop.hxx
index 3dd007f77ce0..c748d5d1bfbc 100644
--- a/rsc/inc/rsctop.hxx
+++ b/rsc/inc/rsctop.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsctop.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:50:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,7 +171,7 @@ public:
// Liefert Instanz aus einem Feld zurueck
// pGetInst im return kann NULL sein
- virtual ERRTYPE GetValueEle( const RSCINST & rInst, long lValue,
+ virtual ERRTYPE GetValueEle( const RSCINST & rInst, INT32 lValue,
RscTop * pCreateClass,
RSCINST * pGetInst );
@@ -203,21 +203,21 @@ public:
virtual USHORT GetCount( const RSCINST & rInst );
// Eine Zuweisung an eine Variable
- virtual ERRTYPE SetNumber( const RSCINST & rInst, long lValue );
+ virtual ERRTYPE SetNumber( const RSCINST & rInst, INT32 lValue );
// Eine Zuweisung an eine Variable
virtual ERRTYPE SetBool( const RSCINST & rInst, BOOL bValue );
// Eine Zuweisung an eine Variable
virtual ERRTYPE SetConst( const RSCINST & rInst, HASHID nValueId,
- long nValue );
+ INT32 nValue );
// Eine Zuweisung an eine Variable
virtual ERRTYPE SetNotConst( const RSCINST & rInst, HASHID nId );
virtual ERRTYPE SetString( const RSCINST & rInst, char * pStr );
- virtual ERRTYPE GetNumber( const RSCINST & rInst, long * pN );
+ virtual ERRTYPE GetNumber( const RSCINST & rInst, INT32 * pN );
virtual ERRTYPE GetBool( const RSCINST & rInst, BOOL * pB );