Searched refs:nScrH (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | output.hxx | 93 long nScrH; member in ScOutputData 219 long GetScrH() const { return nScrH; } in GetScrH()
|
H A D | printfun.hxx | 345 void DrawBorder( long nScrX, long nScrY, long nScrW, long nScrH,
|
/trunk/main/sc/source/ui/view/ |
H A D | output.cxx | 203 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 D | output2.cxx | 1705 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 D | printfun.cxx | 1247 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 102 milliseconds