summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xetable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xetable.cxx')
-rw-r--r--sc/source/filter/excel/xetable.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx
index 89a778b41229..eaf2586f3d6c 100644
--- a/sc/source/filter/excel/xetable.cxx
+++ b/sc/source/filter/excel/xetable.cxx
@@ -130,7 +130,7 @@ void XclExpArray::WriteBody( XclExpStream& rStrm )
rStrm << nFlags << sal_uInt32( 0 ) << *mxTokArr;
}
-// ----------------------------------------------------------------------------
+
XclExpArrayBuffer::XclExpArrayBuffer( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot )
@@ -199,7 +199,7 @@ void XclExpShrfmla::WriteBody( XclExpStream& rStrm )
rStrm << sal_uInt8( 0 ) << mnUsedCount << *mxTokArr;
}
-// ----------------------------------------------------------------------------
+
XclExpShrfmlaBuffer::XclExpShrfmlaBuffer( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot )
@@ -439,7 +439,7 @@ void XclExpTableop::WriteBody( XclExpStream& rStrm )
rStrm << mnColInpXclRow << mnColInpXclCol << sal_uInt32( 0 );
}
-// ----------------------------------------------------------------------------
+
XclExpTableopBuffer::XclExpTableopBuffer( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot )
@@ -613,7 +613,7 @@ void XclExpSingleCellBase::WriteBody( XclExpStream& rStrm )
WriteContents( rStrm );
}
-// ----------------------------------------------------------------------------
+
IMPL_FIXEDMEMPOOL_NEWDEL( XclExpNumberCell )
@@ -659,7 +659,7 @@ void XclExpNumberCell::WriteContents( XclExpStream& rStrm )
rStrm << mfValue;
}
-// ----------------------------------------------------------------------------
+
IMPL_FIXEDMEMPOOL_NEWDEL( XclExpBooleanCell )
@@ -809,7 +809,7 @@ void XclExpLabelCell::WriteContents( XclExpStream& rStrm )
}
}
-// ----------------------------------------------------------------------------
+
IMPL_FIXEDMEMPOOL_NEWDEL( XclExpFormulaCell )
@@ -1249,7 +1249,7 @@ void XclExpMultiCellBase::RemoveUnusedXFIndexes( const ScfUInt16Vec& rXFIndexes
// The Save() function will skip all XF indexes equal to EXC_XF_NOTFOUND.
}
-// ----------------------------------------------------------------------------
+
IMPL_FIXEDMEMPOOL_NEWDEL( XclExpBlankCell )
@@ -1299,7 +1299,7 @@ void XclExpBlankCell::WriteXmlContents( XclExpXmlStream& rStrm, const XclAddress
FSEND );
}
-// ----------------------------------------------------------------------------
+
IMPL_FIXEDMEMPOOL_NEWDEL( XclExpRkCell )
@@ -1408,7 +1408,7 @@ void XclExpOutlineBuffer::UpdateColRow( SCCOLROW nScPos )
}
}
-// ----------------------------------------------------------------------------
+
XclExpGuts::XclExpGuts( const XclExpRoot& rRoot ) :
XclExpRecord( EXC_ID_GUTS, 8 ),
@@ -1444,7 +1444,7 @@ void XclExpGuts::WriteBody( XclExpStream& rStrm )
rStrm << mnRowWidth << mnColWidth << mnRowLevels << mnColLevels;
}
-// ----------------------------------------------------------------------------
+
XclExpDimensions::XclExpDimensions( const XclExpRoot& rRoot ) :
mnFirstUsedXclRow( 0 ),
@@ -1514,7 +1514,7 @@ double lclGetCorrectedColWidth( const XclExpRoot& rRoot, sal_uInt16 nXclColWidth
} // namespace
-// ----------------------------------------------------------------------------
+
XclExpDefcolwidth::XclExpDefcolwidth( const XclExpRoot& rRoot ) :
XclExpUInt16Record( EXC_ID_DEFCOLWIDTH, EXC_DEFCOLWIDTH_DEF ),
@@ -1535,7 +1535,7 @@ void XclExpDefcolwidth::SetDefWidth( sal_uInt16 nXclColWidth )
SetValue( limit_cast< sal_uInt16 >( fNewColWidth / 256.0 + 0.5 ) );
}
-// ----------------------------------------------------------------------------
+
XclExpColinfo::XclExpColinfo( const XclExpRoot& rRoot,
SCCOL nScCol, SCROW nLastScRow, XclExpColOutlineBuffer& rOutlineBfr ) :
@@ -1627,7 +1627,7 @@ void XclExpColinfo::SaveXml( XclExpXmlStream& rStrm )
FSEND );
}
-// ----------------------------------------------------------------------------
+
XclExpColinfoBuffer::XclExpColinfoBuffer( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot ),
@@ -1745,7 +1745,7 @@ bool operator<( const XclExpDefaultRowData& rLeft, const XclExpDefaultRowData& r
((rLeft.mnHeight == rRight.mnHeight) && (rLeft.mnFlags < rRight.mnFlags));
}
-// ----------------------------------------------------------------------------
+
XclExpDefrowheight::XclExpDefrowheight() :
XclExpRecord( EXC_ID3_DEFROWHEIGHT, 4 )
@@ -1763,7 +1763,7 @@ void XclExpDefrowheight::WriteBody( XclExpStream& rStrm )
rStrm << maDefData.mnFlags << maDefData.mnHeight;
}
-// ----------------------------------------------------------------------------
+
XclExpRow::XclExpRow( const XclExpRoot& rRoot, sal_uInt32 nXclRow,
XclExpRowOutlineBuffer& rOutlineBfr, bool bAlwaysEmpty ) :
@@ -2060,7 +2060,7 @@ void XclExpRow::SaveXml( XclExpXmlStream& rStrm )
}
}
-// ----------------------------------------------------------------------------
+
XclExpRowBuffer::XclExpRowBuffer( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot ),