/trunk/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 404 long nScrY = 0; in Paint() local 407 if (nScrY <= aPixRect.Bottom() && nY2 < MAXROW) in Paint() 485 long nScrY = aScrPos.Y(); in Draw() local 527 nScrX, nScrY, nX1, nY1, nX2, nY2, nPPTX, nPPTY, in Draw() 701 aDrawRect.Top() = nScrY + aOutputData.GetScrH(); in Draw() 1530 long nScrY = aScrPos.Y(); in InvertSimple() local 1620 aInvert.AddRect( Rectangle( nScrX,nScrY, in InvertSimple() 1643 nScrY = nEndY + 1; in InvertSimple() 1718 long nScrY = aScrPos.Y(); in GetSelectionRects() local 1807 aInvert.AddRect( Rectangle( nScrX,nScrY, in GetSelectionRects() [all …]
|
H A D | printfun.cxx | 517 long nScrY = aRect.Top(); in DrawToDev() local 524 nScrY += ( nAddY ? nAddY : 1 ); in DrawToDev() 574 pDev->DrawRect( Rectangle( nScrX,nScrY, in DrawToDev() 611 pDev->DrawLine( Point(nScrX,nScrY), Point(nRight,nScrY) ); in DrawToDev() 1405 long nEndY = nScrY + nHeight - nOneY; in PrintColHdr() 1415 long nPosY = nScrY - nOneY; in PrintColHdr() 1459 long nPosY = nScrY - nOneY; in PrintRowHdr() 1492 long nEndY = nScrY + nHeight - nOneY; in LocateColHdr() 1519 long nPosY = nScrY - nOneY; in LocateRowHdr() 1561 long nPosY = nScrY - nOneY; in LocateArea() [all …]
|
H A D | output.cxx | 150 nScrY( nNewScrY ), in ScOutputData() 416 nPosY = nScrY; in DrawGrid() 458 aGrid.AddVerLine( nPosX-nSignedOneX, nScrY, nScrY+nScrH-nOneY ); in DrawGrid() 470 nPosY = nScrY; in DrawGrid() 803 long nPosY = nScrY; in DrawBackground() 1083 long nPosY = nScrY; in DrawClear() 1425 long nPosY = nScrY; in DrawRotatedFrame() 1719 long nPosY = nScrY; in SetChangedClip() 1875 long nMinY = nScrY; in DrawRefMark() 2160 long nPosY = nScrY; in DrawNoteMarks() [all …]
|
H A D | output2.cxx | 1371 long nPosY = nScrY; in DrawStrings() 1700 if ( aAreaParam.maClipRect.Top() < nScrY ) in DrawStrings() 1702 aAreaParam.maClipRect.Top() = nScrY; in DrawStrings() 1795 aAreaParam.maClipRect.Top() = nScrY; in DrawStrings() 2149 long nRowPosY = nScrY; in DrawEdit() 2154 if (nArrY==1) nRowPosY = nScrY; // vorher wird einzeln berechnet in DrawEdit() 2175 nPosY = nScrY; in DrawEdit() 2332 nPosY = nScrY; in DrawEdit() 2692 aAreaParam.maClipRect.Top() = nScrY; in DrawEdit() 3025 long nRowPosY = nScrY; in DrawRotated() [all …]
|
H A D | tabview3.cxx | 1835 SCROW nScrY = aViewData.GetPosY( eVWhich ); in MakeEditView() local 1839 nRow >= nScrY && nRow <= nScrY + aViewData.VisibleCellsY(eVWhich) + 1 ); in MakeEditView() 2024 SCROW nScrY = aViewData.GetPosY( eVWhich ); in PaintArea() local 2033 if (nRow1 < nScrY) nRow1 = nScrY; in PaintArea() 2034 if (nRow2 < nScrY) bOut = sal_True; in PaintArea() 2037 SCROW nLastY = nScrY + aViewData.VisibleCellsY( eVWhich ) + 1; in PaintArea()
|
H A D | output3.cxx | 241 long nPosY = nScrY; in DrawingSingle()
|
H A D | viewdata.cxx | 1815 long nScrY = 0; in GetPosFromPixel() local 1836 AddPixelsWhile( nScrY, nClickY, rPosY, MAXROW, nPPTY, pDoc, nTabNo ); in GetPosFromPixel() 1840 while ( rPosY>0 && nClickY < nScrY ) in GetPosFromPixel() 1843 nScrY -= ToPixel( pDoc->GetRowHeight( rPosY, nTabNo ), nPPTY ); in GetPosFromPixel()
|
H A D | gridwin.cxx | 4492 long nScrY = aScrPos.Y(); in UpdateFormulas() local 4503 nScrX, nScrY, nX1, nY1, nX2, nY2, nPPTX, nPPTY, in UpdateFormulas()
|
/trunk/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 328 long nScrX, long nScrY, 331 long nScrX, long nScrY, sal_Bool bRepCol, sal_Bool bRepRow, 333 void PrintColHdr( SCCOL nX1, SCCOL nX2, long nScrX, long nScrY ); 334 void PrintRowHdr( SCROW nY1, SCROW nY2, long nScrX, long nScrY ); 335 void LocateColHdr( SCCOL nX1, SCCOL nX2, long nScrX, long nScrY, 337 void LocateRowHdr( SCROW nY1, SCROW nY2, long nScrX, long nScrY, 345 void DrawBorder( long nScrX, long nScrY, long nScrW, long nScrH,
|
H A D | output.hxx | 91 long nScrY; member in ScOutputData
|