Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1952 void ScViewData::SetPosY( ScVSplitPos eWhich, SCROW nNewPosY ) in SetPosY() argument
1954 if (nNewPosY != 0) in SetPosY()
1960 if ( nNewPosY > nOldPosY ) in SetPosY()
1961 for ( i=nOldPosY; i<nNewPosY; i++ ) in SetPosY()
1964 SCROW nRows = std::min( nNewPosY, nHeightEndRow + 1) - i; in SetPosY()
1970 for ( i=nNewPosY; i<nOldPosY; i++ ) in SetPosY()
1979 pThisTab->nPosY[eWhich] = nNewPosY; in SetPosY()
H A Doutput.cxx1192 long nNewPosY = nOldPosY + pRowInfo[ nRow ].nHeight; in DrawFrame() local
1193 long nNewSnapY = lclGetSnappedY( *pDev, nNewPosY, bSnapPixel ); in DrawFrame()
1195 nOldPosY = nNewPosY; in DrawFrame()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx294 void SetPosY( ScVSplitPos eWhich, SCROW nNewPosY );

Completed in 38 milliseconds