Home
last modified time | relevance | path

Searched refs:nScrH (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/inc/
H A Doutput.hxx93 long nScrH; member in ScOutputData
219 long GetScrH() const { return nScrH; } in GetScrH()
H A Dprintfun.hxx345 void DrawBorder( long nScrX, long nScrY, long nScrW, long nScrH,
/trunk/main/sc/source/ui/view/
H A Doutput.cxx203 nScrH = 0; in ScOutputData()
205 nScrH += pRowInfo[nArrY].nHeight; in ScOutputData()
458 aGrid.AddVerLine( nPosX-nSignedOneX, nScrY, nScrY+nScrH-nOneY ); in DrawGrid()
1414 Rectangle aClipRect( Point(nScrX, nScrY), Size(nScrW, nScrH) ); in DrawRotatedFrame()
1877 long nMaxY = nScrY+nScrH-1; in DrawRefMark()
1983 long nMaxY = nScrY+nScrH-1; in DrawOneChange()
H A Doutput2.cxx1705 if ( aAreaParam.maClipRect.Bottom() > nScrY + nScrH ) in DrawStrings()
1707 aAreaParam.maClipRect.Bottom() = nScrY + nScrH; //! minus one? in DrawStrings()
1796 aAreaParam.maClipRect.Bottom() = nScrY+nScrH; in DrawStrings()
2695 if ( aAreaParam.maClipRect.Bottom() > nScrY + nScrH ) in DrawEdit()
2697 … aAreaParam.maClipRect.Bottom() = nScrY + nScrH; //! minus one? in DrawEdit()
3369 Size aClipSize = Size( nScrX+nScrW-nStartX, nScrY+nScrH-nStartY ); in DrawRotated()
H A Dprintfun.cxx1247 void ScPrintFunc::DrawBorder( long nScrX, long nScrY, long nScrW, long nScrH, in DrawBorder() argument
1275 Size(nScrW-nLeft-nRight, nScrH-nTop-nBottom) ); in DrawBorder()
1285 long nEffHeight = nScrH - nTop - nBottom; in DrawBorder()

Completed in 58 milliseconds