Searched refs:mnMonthWidth (Results 1 – 2 of 2) sorted by relevance
465 mnMonthWidth = mnDayWidth*7; in ImplFormat()466 mnMonthWidth += mnWeekWidth; in ImplFormat()467 mnMonthWidth += MONTH_BORDERX*2; in ImplFormat()468 mnMonthPerLine = aOutSize.Width() / mnMonthWidth; in ImplFormat()471 long nOver = ((aOutSize.Width()-(mnMonthPerLine*mnMonthWidth)) / mnMonthPerLine); in ImplFormat()472 mnMonthWidth += nOver; in ImplFormat()639 (rPos.X() < nX+mnMonthWidth) ) in ImplHitTest()724 nX += mnMonthWidth; in ImplHitTest()1028 aSepPos1.X() += mnMonthWidth-1; in ImplDraw()1061 long nMaxMonthWidth = mnMonthWidth-nMonthOffX1-nMonthOffX2-4; in ImplDraw()[all …]
207 long mnMonthWidth; member in Calendar