summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97/XclExpChangeTrack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xcl97/XclExpChangeTrack.cxx')
-rw-r--r--sc/source/filter/xcl97/XclExpChangeTrack.cxx48
1 files changed, 0 insertions, 48 deletions
diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
index 2fb1bc4d10bd..250a548d9090 100644
--- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx
+++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
@@ -19,8 +19,6 @@
-
-
#include <stdio.h>
#include <sot/storage.hxx>
#include "XclExpChangeTrack.hxx"
@@ -98,8 +96,6 @@ static inline void lcl_WriteGUID( XclExpStream& rStrm, const sal_uInt8* pGUID )
rStrm.SetSliceSize( 0 );
}
-
-
XclExpUserBView::XclExpUserBView( const OUString& rUsername, const sal_uInt8* pGUID ) :
sUsername( rUsername )
{
@@ -133,8 +129,6 @@ sal_Size XclExpUserBView::GetLen() const
return 50 + ((sUsername.Len() > 0) ? sUsername.GetSize() : 0);
}
-
-
XclExpUserBViewList::XclExpUserBViewList( const ScChangeTrack& rChangeTrack )
{
sal_uInt8 aGUID[ 16 ];
@@ -161,8 +155,6 @@ void XclExpUserBViewList::Save( XclExpStream& rStrm )
(*iter)->Save( rStrm );
}
-
-
XclExpUsersViewBegin::XclExpUsersViewBegin( const sal_uInt8* pGUID, sal_uInt32 nTab ) :
nCurrTab( nTab )
{
@@ -197,8 +189,6 @@ sal_Size XclExpUsersViewBegin::GetLen() const
return 64;
}
-
-
void XclExpUsersViewEnd::SaveCont( XclExpStream& rStrm )
{
rStrm << (sal_uInt16) 0x0001;
@@ -214,8 +204,6 @@ sal_Size XclExpUsersViewEnd::GetLen() const
return 2;
}
-
-
void XclExpChTr0x0191::SaveCont( XclExpStream& rStrm )
{
rStrm << (sal_uInt16) 0x0000;
@@ -231,8 +219,6 @@ sal_Size XclExpChTr0x0191::GetLen() const
return 2;
}
-
-
void XclExpChTr0x0198::SaveCont( XclExpStream& rStrm )
{
rStrm << (sal_uInt16) 0x0006
@@ -249,8 +235,6 @@ sal_Size XclExpChTr0x0198::GetLen() const
return 4;
}
-
-
void XclExpChTr0x0192::SaveCont( XclExpStream& rStrm )
{
rStrm << sal_uInt16( 0x0022 );
@@ -267,8 +251,6 @@ sal_Size XclExpChTr0x0192::GetLen() const
return 512;
}
-
-
void XclExpChTr0x0197::SaveCont( XclExpStream& rStrm )
{
rStrm << (sal_uInt16) 0x0000;
@@ -284,8 +266,6 @@ sal_Size XclExpChTr0x0197::GetLen() const
return 2;
}
-
-
XclExpChTrEmpty::~XclExpChTrEmpty()
{
}
@@ -300,8 +280,6 @@ sal_Size XclExpChTrEmpty::GetLen() const
return 0;
}
-
-
XclExpChTr0x0195::~XclExpChTr0x0195()
{
}
@@ -321,8 +299,6 @@ sal_Size XclExpChTr0x0195::GetLen() const
return 162;
}
-
-
XclExpChTr0x0194::~XclExpChTr0x0194()
{
}
@@ -345,8 +321,6 @@ sal_Size XclExpChTr0x0194::GetLen() const
return 162;
}
-
-
XclExpChTrHeader::~XclExpChTrHeader()
{
}
@@ -394,8 +368,6 @@ void XclExpChTrHeader::SaveXml( XclExpXmlStream& rRevisionHeadersStrm )
pHeaders->write( ">" );
}
-
-
XclExpChTrInfo::~XclExpChTrInfo()
{
}
@@ -451,8 +423,6 @@ void XclExpChTrInfo::SaveXml( XclExpXmlStream& rRevisionHeadersStrm )
rRevisionHeadersStrm.PushStream( pRevisionLog );
}
-
-
XclExpChTrTabIdBuffer::XclExpChTrTabIdBuffer( sal_uInt16 nCount ) :
nBufSize( nCount ),
nLastId( nCount )
@@ -523,8 +493,6 @@ void XclExpChTrTabIdBuffer::Remove()
nLastId--;
}
-
-
XclExpChTrTabId::XclExpChTrTabId( const XclExpChTrTabIdBuffer& rBuffer, bool bInRevisionHeaders )
: nTabCount( rBuffer.GetBufferCount() )
, mbInRevisionHeaders( bInRevisionHeaders )
@@ -590,8 +558,6 @@ void XclExpChTrTabId::SaveXml( XclExpXmlStream& rRevisionLogStrm )
rRevisionLogStrm.PushStream( pRevisionLog );
}
-
-
// ! does not copy additional actions
XclExpChTrAction::XclExpChTrAction( const XclExpChTrAction& rCopy ) :
ExcRecord( rCopy ),
@@ -694,8 +660,6 @@ sal_Size XclExpChTrAction::GetLen() const
return GetHeaderByteCount() + GetActionByteCount();
}
-
-
XclExpChTrData::XclExpChTrData() :
pString( NULL ),
mpFormulaCell( NULL ),
@@ -770,8 +734,6 @@ void XclExpChTrData::Write( XclExpStream& rStrm, const XclExpChTrTabIdBuffer& rT
}
}
-
-
XclExpChTrCellContent::XclExpChTrCellContent(
const ScChangeActionContent& rAction,
const XclExpRoot& rRoot,
@@ -1033,8 +995,6 @@ void XclExpChTrCellContent::SaveXml( XclExpXmlStream& rRevisionLogStrm )
pStream->endElement( XML_rcc );
}
-
-
XclExpChTrInsert::XclExpChTrInsert(
const ScChangeAction& rAction,
const XclExpRoot& rRoot,
@@ -1141,8 +1101,6 @@ void XclExpChTrInsert::SaveXml( XclExpXmlStream& rRevisionLogStrm )
pStream->endElement( XML_rrc );
}
-
-
XclExpChTrInsertTab::XclExpChTrInsertTab(
const ScChangeAction& rAction,
const XclExpRoot& rRoot,
@@ -1191,8 +1149,6 @@ void XclExpChTrInsertTab::SaveXml( XclExpXmlStream& rStrm )
FSEND );
}
-
-
XclExpChTrMoveRange::XclExpChTrMoveRange(
const ScChangeActionMove& rAction,
const XclExpRoot& rRoot,
@@ -1270,8 +1226,6 @@ void XclExpChTrMoveRange::SaveXml( XclExpXmlStream& rRevisionLogStrm )
pStream->endElement( XML_rm );
}
-
-
XclExpChTr0x014A::XclExpChTr0x014A( const XclExpChTrInsert& rAction ) :
XclExpChTrInsert( rAction )
{
@@ -1318,8 +1272,6 @@ void XclExpChTr0x014A::SaveXml( XclExpXmlStream& rStrm )
pStream->endElement( XML_rfmt );
}
-
-
class ExcXmlRecord : public ExcRecord
{
public: