Lines Matching refs:mnMonthWidth
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()
1071 long nTempOff = (mnMonthWidth-nMonthTextWidth+1)/2; in ImplDraw()
1076 if ( nTempOff+nMonthTextWidth > mnMonthWidth-nMonthOffX2 ) in ImplDraw()
1077 nDeltaX += mnMonthWidth-nMonthOffX2-nMonthTextWidth; in ImplDraw()
1194 nX += mnMonthWidth; in ImplDraw()
2337 nX += mnMonthWidth; in GetDateRect()