Kaydet (Commit) 2e9a57dd authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS sixtyfour05 (1.62.164); FILE MERGED

2006/04/11 15:55:25 kendy 1.62.164.1: #i64230#
64bit: ULONG <-> sal_uInt32 in svx
üst 278fc5c7
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: svdmodel.cxx,v $ * $RCSfile: svdmodel.cxx,v $
* *
* $Revision: 1.62 $ * $Revision: 1.63 $
* *
* last change: $Author: rt $ $Date: 2006-01-10 14:50:28 $ * last change: $Author: hr $ $Date: 2006-04-19 13:51:45 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -303,7 +303,7 @@ void SdrModel::ImpCtor(SfxItemPool* pPool, SfxObjectShell* pPers, ...@@ -303,7 +303,7 @@ void SdrModel::ImpCtor(SfxItemPool* pPool, SfxObjectShell* pPers,
ImpCreateTables(); ImpCreateTables();
} }
SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, INT32 bLoadRefCounts): SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, sal_Bool bLoadRefCounts):
maPages(1024,32,32), maPages(1024,32,32),
maMaPag(1024,32,32) maMaPag(1024,32,32)
{ {
...@@ -315,7 +315,7 @@ SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, INT32 bLoadRefCoun ...@@ -315,7 +315,7 @@ SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, INT32 bLoadRefCoun
ImpCtor(pPool,pPers,FALSE, (FASTBOOL)bLoadRefCounts); ImpCtor(pPool,pPers,FALSE, (FASTBOOL)bLoadRefCounts);
} }
SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, INT32 bLoadRefCounts): SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, sal_Bool bLoadRefCounts):
maPages(1024,32,32), maPages(1024,32,32),
maMaPag(1024,32,32), maMaPag(1024,32,32),
aTablePath(rPath) aTablePath(rPath)
...@@ -328,7 +328,7 @@ SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPer ...@@ -328,7 +328,7 @@ SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPer
ImpCtor(pPool,pPers,FALSE, (FASTBOOL)bLoadRefCounts); ImpCtor(pPool,pPers,FALSE, (FASTBOOL)bLoadRefCounts);
} }
SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable, INT32 bLoadRefCounts): SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable, sal_Bool bLoadRefCounts):
maPages(1024,32,32), maPages(1024,32,32),
maMaPag(1024,32,32) maMaPag(1024,32,32)
{ {
...@@ -340,7 +340,7 @@ SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtCo ...@@ -340,7 +340,7 @@ SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtCo
ImpCtor(pPool,pPers,bUseExtColorTable, (FASTBOOL)bLoadRefCounts); ImpCtor(pPool,pPers,bUseExtColorTable, (FASTBOOL)bLoadRefCounts);
} }
SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable, INT32 bLoadRefCounts): SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable, sal_Bool bLoadRefCounts):
maPages(1024,32,32), maPages(1024,32,32),
maMaPag(1024,32,32), maMaPag(1024,32,32),
aTablePath(rPath) aTablePath(rPath)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment