Lines Matching refs:nPosY
1415 long nPosY = nScrY - nOneY; in PrintColHdr() local
1426 pDev->DrawRect( Rectangle( nPosX,nPosY,nEndX,nEndY ) ); in PrintColHdr()
1436 pDev->DrawText( Point( nTextPosX,nPosY+nAddY ), aText ); in PrintColHdr()
1459 long nPosY = nScrY - nOneY; in PrintRowHdr() local
1468 long nEndY = nPosY + nHeight; in PrintRowHdr()
1470 pDev->DrawRect( Rectangle( nPosX,nPosY,nEndX,nEndY ) ); in PrintRowHdr()
1477 pDev->DrawText( Point( nPosX+nAddX,nPosY+nAddY ), aText ); in PrintRowHdr()
1479 nPosY = nEndY; in PrintRowHdr()
1519 long nPosY = nScrY - nOneY; in LocateRowHdr() local
1520 nPosY += pDoc->GetScaledRowHeight( nY1, nY2, nPrintTab, nScaleY); in LocateRowHdr()
1521 Rectangle aCellRect( nScrX, nScrY, nEndX, nPosY ); in LocateRowHdr()
1561 long nPosY = nScrY - nOneY; in LocateArea() local
1562 nPosY += pDoc->GetScaledRowHeight( nY1, nY2, nPrintTab, nScaleY); in LocateArea()
1563 Rectangle aCellRect( nScrX, nScrY, nPosX, nPosY ); in LocateArea()
1916 long nPosY = aPageRect.Top(); in DoNotes() local
1932 if ( nPosY + nTextHeight < aPageRect.Bottom() ) in DoNotes()
1936 pEditEngine->Draw( pDev, Point( nPosX, nPosY ), 0 ); in DoNotes()
1944 pEditEngine->Draw( pDev, Point( aPageRect.Left(), nPosY ), 0 ); in DoNotes()
1949 Rectangle aTextRect( Point( nPosX, nPosY ), Size( aDataSize.Width(), nTextHeight ) ); in DoNotes()
1951 Rectangle aMarkRect( Point( aPageRect.Left(), nPosY ), Size( nMarkLen, nTextHeight ) ); in DoNotes()
1955 nPosY += nTextHeight; in DoNotes()
1956 nPosY += 200; // Abstand in DoNotes()