Home
last modified time | relevance | path

Searched refs:eWhichY (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1531 ScVSplitPos eWhichY = SC_SPLIT_BOTTOM; in GetScrPos() local
1536 eWhichY = SC_SPLIT_TOP; in GetScrPos()
1540 eWhichY = SC_SPLIT_TOP; in GetScrPos()
1544 eWhichY = SC_SPLIT_BOTTOM; in GetScrPos()
1548 eWhichY = SC_SPLIT_BOTTOM; in GetScrPos()
1555 ((ScViewData*)this)->aScrSize.Height() = pView->GetGridHeight(eWhichY); in GetScrPos()
1591 SCROW nPosY = GetPosY(eWhichY); in GetScrPos()
1731 SCROW ScViewData::VisibleCellsY( ScVSplitPos eWhichY ) const in VisibleCellsY()
1733 return CellsAtY( GetPosY( eWhichY ), 1, eWhichY, SC_SIZE_NONE ); in VisibleCellsY()
1741 SCROW ScViewData::PrevCellsY( ScVSplitPos eWhichY ) const in PrevCellsY()
[all …]
H A Dtabview3.cxx1090 ScVSplitPos eWhichY = WhichV( eWhich ); in MoveCursorPage() local
1100 nPageY = ((SCsROW) aViewData.CellsAtY( nCurY, 1, eWhichY )) * nMovY; in MoveCursorPage()
1102 nPageY = ((SCsROW) aViewData.CellsAtY( nCurY, -1, eWhichY )) * nMovY; in MoveCursorPage()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx437 …SCROW CellsAtY( SCsROW nPosY, SCsROW nDir, ScVSplitPos eWhichY, sal_uInt16 nScrSizeX = SC_SIZE_N…
440 SCROW VisibleCellsY( ScVSplitPos eWhichY ) const;
442 SCROW PrevCellsY( ScVSplitPos eWhichY ) const;

Completed in 46 milliseconds