Home
last modified time | relevance | path

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

/AOO42X/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()
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()
[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()
/AOO42X/main/sc/source/ui/inc/
H A Dviewdata.hxx437 …SCROW CellsAtY( SCsROW nPosY, SCsROW nDir, ScVSplitPos eWhichY, sal_uInt16 nScrSizeX = S…
440 SCROW VisibleCellsY( ScVSplitPos eWhichY ) const;
442 SCROW PrevCellsY( ScVSplitPos eWhichY ) const;