summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xistyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xistyle.cxx')
-rw-r--r--sc/source/filter/excel/xistyle.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/sc/source/filter/excel/xistyle.cxx b/sc/source/filter/excel/xistyle.cxx
index 55549cbc9fd8..e591b156b7af 100644
--- a/sc/source/filter/excel/xistyle.cxx
+++ b/sc/source/filter/excel/xistyle.cxx
@@ -482,8 +482,6 @@ void XclImpFont::GuessScriptType()
}
}
-
-
XclImpFontBuffer::XclImpFontBuffer( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot ),
maFont4( rRoot ),
@@ -738,8 +736,6 @@ void XclImpCellProt::FillToItemSet( SfxItemSet& rItemSet, bool bSkipPoolDefs ) c
}
-
-
void XclImpCellAlign::FillFromXF2( sal_uInt8 nFlags )
{
mnHorAlign = ::extract_value< sal_uInt8 >( nFlags, 0, 3 );
@@ -824,8 +820,6 @@ void XclImpCellAlign::FillToItemSet( SfxItemSet& rItemSet, const XclImpFont* pFo
ScfTools::PutItem( rItemSet, SvxFrameDirectionItem( GetScFrameDir(), ATTR_WRITINGDIR ), bSkipPoolDefs );
}
-
-
XclImpCellBorder::XclImpCellBorder()
{
SetUsedFlags( false, false );
@@ -990,8 +984,6 @@ void XclImpCellBorder::FillToItemSet( SfxItemSet& rItemSet, const XclImpPalette&
}
}
-
-
XclImpCellArea::XclImpCellArea()
{
SetUsedFlags( false );
@@ -1078,8 +1070,6 @@ void XclImpCellArea::FillToItemSet( SfxItemSet& rItemSet, const XclImpPalette& r
}
-
-
XclImpXF::XclImpXF( const XclImpRoot& rRoot ) :
XclXFBase( true ), // default is cell XF
XclImpRoot( rRoot ),
@@ -1431,8 +1421,6 @@ void XclImpXF::SetUsedFlags( sal_uInt8 nUsedFlags )
mbAreaUsed = (mbCellXF == ::get_flag( nUsedFlags, EXC_XF_DIFF_AREA ));
}
-
-
XclImpStyle::XclImpStyle( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot ),
mnXfId( EXC_XF_NOTFOUND ),
@@ -1525,8 +1513,6 @@ void XclImpStyle::CreateUserStyle( const OUString& rFinalName )
CreateStyleSheet();
}
-
-
XclImpXFBuffer::XclImpXFBuffer( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot )
{
@@ -1690,8 +1676,6 @@ bool XclImpXFRange::Expand( const XclImpXFRange& rNextRange )
return false;
}
-
-
void XclImpXFRangeColumn::SetDefaultXF( const XclImpXFIndex& rXFIndex )
{
// List should be empty when inserting the default column format.
@@ -1702,8 +1686,6 @@ void XclImpXFRangeColumn::SetDefaultXF( const XclImpXFIndex& rXFIndex )
maIndexList.push_back( new XclImpXFRange( 0, MAXROW, rXFIndex ) );
}
-
-
void XclImpXFRangeColumn::SetXF( SCROW nScRow, const XclImpXFIndex& rXFIndex )
{
XclImpXFRange* pPrevRange;
@@ -1854,8 +1836,6 @@ void XclImpXFRangeColumn::TryConcatPrev( sal_uLong nIndex )
maIndexList.erase( maIndexList.begin() + nIndex );
}
-
-
XclImpXFRangeBuffer::XclImpXFRangeBuffer( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot )
{
@@ -2051,6 +2031,4 @@ void XclImpXFRangeBuffer::Finalize()
}
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */