From 9cff642cd51bc70327789f9dc64349bb9b4cb3ea Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 24 May 2014 12:24:49 +0200 Subject: remove whitespace Change-Id: Ia8b664f09da0008bde48e55a144e63965dd00609 --- sc/source/ui/view/viewdata.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sc/source/ui/view') diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx index 90f1377fdf0c..d77d8cd54493 100644 --- a/sc/source/ui/view/viewdata.cxx +++ b/sc/source/ui/view/viewdata.cxx @@ -17,11 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "scitems.hxx" #include - #include #include #include @@ -442,7 +440,6 @@ void ScViewData::InitData( ScDocument* pDocument ) *pOptions = pDoc->GetViewOptions(); } - ScDocument* ScViewData::GetDocument() const { if (pDoc) @@ -1611,10 +1608,7 @@ Point ScViewData::GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScSplitPos eWhich, return Point( nScrPosX, nScrPosY ); } - // Number of cells on a screen - - SCCOL ScViewData::CellsAtX( SCsCOL nPosX, SCsCOL nDir, ScHSplitPos eWhichX, sal_uInt16 nScrSizeX ) const { OSL_ENSURE( nDir==1 || nDir==-1, "falscher CellsAt Aufruf" ); @@ -1715,7 +1709,6 @@ SCROW ScViewData::PrevCellsY( ScVSplitPos eWhichY ) const return CellsAtY( GetPosY( eWhichY ), -1, eWhichY, SC_SIZE_NONE ); } - bool ScViewData::GetMergeSizePixel( SCCOL nX, SCROW nY, long& rSizeXPix, long& rSizeYPix ) const { const ScMergeAttr* pMerge = (const ScMergeAttr*) pDoc->GetAttr( nX,nY,nTabNo, ATTR_MERGE ); @@ -3090,7 +3083,6 @@ void ScViewData::AddPixelsWhile( long & rScrY, long nEndPixels, SCROW & rPosY, rPosY = nRow; } - void ScViewData::AddPixelsWhileBackward( long & rScrY, long nEndPixels, SCROW & rPosY, SCROW nStartRow, double nPPTY, const ScDocument * pDoc, SCTAB nTabNo ) -- cgit v1.2.3