Home
last modified time | relevance | path

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

/reactos/base/applications/notepad/
H A Dprinting.c112 INT cyFooter; member
291 if (yTop + tmText.tmHeight >= printRect.bottom - pData->cyFooter) in DoPrintBody()
340 if (pData->cyFooter > 0) in DoPrintPage()
344 rc.top = rc.bottom - pData->cyFooter; in DoPrintPage()
438 printData->cyHeader = printData->cyFooter = 2 * tmHeader.tmHeight; in DoPrintDocument()
444 printData->cyFooter = 0; in DoPrintDocument()