Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/control/
H A Dcalendar.cxx481 mnMonthHeight = (mnDayHeight*6) + mnDaysOffY; in ImplFormat()
482 mnMonthHeight += MONTH_OFFY; in ImplFormat()
483 mnLines = aOutSize.Height() / mnMonthHeight; in ImplFormat()
486 mnMonthHeight += (aOutSize.Height()-(mnLines*mnMonthHeight)) / mnLines; in ImplFormat()
629 nYMonth = nY+mnMonthHeight; in ImplHitTest()
727 nY += mnMonthHeight; in ImplHitTest()
1197 nY += mnMonthHeight; in ImplDraw()
2340 nY += mnMonthHeight; in GetDateRect()
/AOO42X/main/svtools/inc/svtools/
H A Dcalendar.hxx206 long mnMonthHeight; member in Calendar