Searched refs:nNewPosY (Results 1 – 3 of 3) sorted by relevance
1952 void ScViewData::SetPosY( ScVSplitPos eWhich, SCROW nNewPosY ) in SetPosY() argument1954 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()
1192 long nNewPosY = nOldPosY + pRowInfo[ nRow ].nHeight; in DrawFrame() local1193 long nNewSnapY = lclGetSnappedY( *pDev, nNewPosY, bSnapPixel ); in DrawFrame()1195 nOldPosY = nNewPosY; in DrawFrame()
294 void SetPosY( ScVSplitPos eWhich, SCROW nNewPosY );
Completed in 52 milliseconds