Lines Matching refs:eWhichY
1531 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()
1688 SCROW ScViewData::CellsAtY( SCsROW nPosY, SCsROW nDir, ScVSplitPos eWhichY, sal_uInt16 nScrSizeY ) … in CellsAtY() argument
1693 ((ScViewData*)this)->aScrSize.Height() = pView->GetGridHeight(eWhichY); in CellsAtY()
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()
1743 return CellsAtY( GetPosY( eWhichY ), -1, eWhichY, SC_SIZE_NONE ); in PrevCellsY()