View | Details | Raw Unified | Return to issue 25581
Collapse All | Expand All

(-)ooo_1.1.0_src.orig/so3/inc/embobj.hxx (-1 / +1 lines)
Lines 145-151 Link Here
145
	virtual USHORT  FuzzyLock( BOOL bLock, BOOL bIntern, BOOL bClose );
145
	virtual USHORT  FuzzyLock( BOOL bLock, BOOL bIntern, BOOL bClose );
146
146
147
	virtual void    FillClass( SvGlobalName * pClassName,
147
	virtual void    FillClass( SvGlobalName * pClassName,
148
							   ULONG * pFormat,
148
							   sal_uInt32 * pFormat,
149
							   String * pAppName,
149
							   String * pAppName,
150
							   String * pFullTypeName,
150
							   String * pFullTypeName,
151
							   String * pShortTypeName,
151
							   String * pShortTypeName,
(-)ooo_1.1.0_src.orig/so3/inc/persist.hxx (-1 / +1 lines)
Lines 199-205 Link Here
199
	void            SetupStorage( SvStorage * pStor ) const;
199
	void            SetupStorage( SvStorage * pStor ) const;
200
200
201
	virtual void    FillClass( SvGlobalName * pClassName,
201
	virtual void    FillClass( SvGlobalName * pClassName,
202
							   ULONG * pFormat,
202
							   sal_uInt32 * pFormat,
203
							   String * pAppName,
203
							   String * pAppName,
204
							   String * pFullTypeName,
204
							   String * pFullTypeName,
205
							   String * pShortTypeName,
205
							   String * pShortTypeName,
(-)ooo_1.1.0_src.orig/so3/source/inplace/embobj.cxx (-2 / +2 lines)
Lines 634-640 Link Here
634
void SvEmbeddedObject::FillClass
634
void SvEmbeddedObject::FillClass
635
(
635
(
636
	SvGlobalName * pClassName,	/* Der Typ der Klasse */
636
	SvGlobalName * pClassName,	/* Der Typ der Klasse */
637
	ULONG * pFormat,			/* Das Dateiformat in dem geschrieben wird */
637
	sal_uInt32 * pFormat,			/* Das Dateiformat in dem geschrieben wird */
638
	String * pAppName,			/* Der Applikationsname */
638
	String * pAppName,			/* Der Applikationsname */
639
	String * pFullTypeName,     /* Der genaue Name des Typs	*/
639
	String * pFullTypeName,     /* Der genaue Name des Typs	*/
640
	String * pShortTypeName,	/* Der kurze Name des Typs	*/
640
	String * pShortTypeName,	/* Der kurze Name des Typs	*/
Lines 667-673 Link Here
667
void SvEmbeddedObject::FillTransferableObjectDescriptor( TransferableObjectDescriptor& rDesc ) const
667
void SvEmbeddedObject::FillTransferableObjectDescriptor( TransferableObjectDescriptor& rDesc ) const
668
{
668
{
669
	String aAppName, aShortName;
669
	String aAppName, aShortName;
670
	ULONG  nClipFormat;
670
	sal_uInt32  nClipFormat;
671
671
672
	FillClass( &rDesc.maClassName, &nClipFormat, &aAppName, &rDesc.maTypeName, &aShortName );
672
	FillClass( &rDesc.maClassName, &nClipFormat, &aAppName, &rDesc.maTypeName, &aShortName );
673
	rDesc.mnViewAspect = ASPECT_CONTENT;
673
	rDesc.mnViewAspect = ASPECT_CONTENT;
(-)ooo_1.1.0_src.orig/so3/source/misc/factory.cxx (-1 / +1 lines)
Lines 1309-1315 Link Here
1309
//=========================================================================
1309
//=========================================================================
1310
SvGlobalName SvFactory::GetSvClass
1310
SvGlobalName SvFactory::GetSvClass
1311
(
1311
(
1312
	long nFileFormat,
1312
	INT32 nFileFormat,
1313
	const SvGlobalName & rClass
1313
	const SvGlobalName & rClass
1314
)
1314
)
1315
/*  [Beschreibung]
1315
/*  [Beschreibung]
(-)ooo_1.1.0_src.orig/so3/source/persist/persist.cxx (-5 / +5 lines)
Lines 475-481 Link Here
475
void SvPersist::FillClass
475
void SvPersist::FillClass
476
(
476
(
477
	SvGlobalName * pClassName,  /* Der Typ der Klasse */
477
	SvGlobalName * pClassName,  /* Der Typ der Klasse */
478
	ULONG * pFormat,            /* Das Dateiformat in dem geschrieben wird */
478
	sal_uInt32 * pFormat,            /* Das Dateiformat in dem geschrieben wird */
479
	String * pAppName,          /* Der Applikationsname */
479
	String * pAppName,          /* Der Applikationsname */
480
	String * pFullTypeName,     /* Der genaue Name des Typs */
480
	String * pFullTypeName,     /* Der genaue Name des Typs */
481
	String * pShortTypeName,    /* Der kurze Name des Typs  */
481
	String * pShortTypeName,    /* Der kurze Name des Typs  */
Lines 538-544 Link Here
538
{
538
{
539
	SvGlobalName    aName;
539
	SvGlobalName    aName;
540
	String          aAppName, aFullTypeName, aShortTypeName;
540
	String          aAppName, aFullTypeName, aShortTypeName;
541
	ULONG           nFormat;
541
	sal_uInt32           nFormat;
542
542
543
	FillClass( &aName, &nFormat, &aAppName, &aFullTypeName,
543
	FillClass( &aName, &nFormat, &aAppName, &aFullTypeName,
544
				&aShortTypeName );
544
				&aShortTypeName );
Lines 558-564 Link Here
558
{
558
{
559
	SvGlobalName    aName;
559
	SvGlobalName    aName;
560
	String          aAppName, aFullTypeName, aShortTypeName;
560
	String          aAppName, aFullTypeName, aShortTypeName;
561
	ULONG           nFormat;
561
	sal_uInt32           nFormat;
562
562
563
	FillClass( &aName, &nFormat, &aAppName, &aFullTypeName,
563
	FillClass( &aName, &nFormat, &aAppName, &aFullTypeName,
564
				&aShortTypeName );
564
				&aShortTypeName );
Lines 578-584 Link Here
578
{
578
{
579
	SvGlobalName    aName;
579
	SvGlobalName    aName;
580
	String          aAppName, aFullTypeName, aShortTypeName;
580
	String          aAppName, aFullTypeName, aShortTypeName;
581
	ULONG           nFormat;
581
	sal_uInt32           nFormat;
582
582
583
	FillClass( &aName, &nFormat, &aAppName, &aFullTypeName,
583
	FillClass( &aName, &nFormat, &aAppName, &aFullTypeName,
584
				&aShortTypeName );
584
				&aShortTypeName );
Lines 594-600 Link Here
594
{
594
{
595
	SvUniqueName    aName;
595
	SvUniqueName    aName;
596
	String          aFullTypeName, aShortTypeName, aAppName;
596
	String          aFullTypeName, aShortTypeName, aAppName;
597
	ULONG           nClipFormat;
597
	sal_uInt32           nClipFormat;
598
	FillClass( &aName, &nClipFormat, &aAppName,
598
	FillClass( &aName, &nClipFormat, &aAppName,
599
				&aFullTypeName, &aShortTypeName, pStor->GetVersion() );
599
				&aFullTypeName, &aShortTypeName, pStor->GetVersion() );
600
	pStor->SetClass( aName, nClipFormat, aShortTypeName );
600
	pStor->SetClass( aName, nClipFormat, aShortTypeName );
(-)ooo_1.1.0_src.orig/so3/source/persist/transprt.cxx (-2 / +2 lines)
Lines 1130-1136 Link Here
1130
	sal_Int32 nSize = 0;
1130
	sal_Int32 nSize = 0;
1131
	while (nSize < nBytesToRead)
1131
	while (nSize < nBytesToRead)
1132
	{
1132
	{
1133
		ULONG nCount = 0;
1133
		sal_uInt32 nCount = 0;
1134
		ErrCode nError = m_xLockBytes->ReadAt (
1134
		ErrCode nError = m_xLockBytes->ReadAt (
1135
			m_nPosition,
1135
			m_nPosition,
1136
			rData.getArray() + nSize,
1136
			rData.getArray() + nSize,
Lines 1159-1165 Link Here
1159
		throw NotConnectedException();
1159
		throw NotConnectedException();
1160
1160
1161
	rData.realloc(nMaxBytesToRead);
1161
	rData.realloc(nMaxBytesToRead);
1162
	ULONG nCount;
1162
	sal_uInt32 nCount;
1163
	ErrCode nError;
1163
	ErrCode nError;
1164
	do
1164
	do
1165
	{
1165
	{

Return to issue 25581