Home
last modified time | relevance | path

Searched refs:nPixPosY (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx109 nPixPosY[0]=nPixPosY[1]=0; in ScViewDataTable()
1958 long nPixPosY = pThisTab->nPixPosY[eWhich]; in SetPosY() local
1967 nPixPosY -= ToPixel(sal::static_int_cast<sal_uInt16>(nThis), nPPTY) * nRows; in SetPosY()
1976 nPixPosY += ToPixel(sal::static_int_cast<sal_uInt16>(nThis), nPPTY) * nRows; in SetPosY()
1982 pThisTab->nPixPosY[eWhich] = nPixPosY; in SetPosY()
1985 pThisTab->nPixPosY[eWhich] = in SetPosY()
2001 long nPixPosY = 0; in RecalcPixPos() local
2004 nPixPosY -= ToPixel(pDoc->GetRowHeight(j,nTabNo), nPPTY); in RecalcPixPos()
2005 pThisTab->nPixPosY[eWhich] = nPixPosY; in RecalcPixPos()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx120 long nPixPosY[2]; member in ScViewDataTable
459 pThisTab->nPixPosY[WhichV(eWhich)] ); } in GetPixPos()

Completed in 40 milliseconds