Lines Matching refs:mnDayWidth
464 mnDayWidth = n99TextWidth+DAY_OFFX; in ImplFormat()
465 mnMonthWidth = mnDayWidth*7; in ImplFormat()
514 long nOffX = (mnDayWidth-GetTextWidth( aDayOfWeek ))/2; in ImplFormat()
521 nOffX += nDayOfWeek * mnDayWidth; in ImplFormat()
657 nOffX = nDayX + (nDay*mnDayWidth); in ImplHitTest()
659 (rPos.X() >= nOffX) && (rPos.X() < nOffX+mnDayWidth) ) in ImplHitTest()
674 nOffX = nDayX + (nDayIndex*mnDayWidth); in ImplHitTest()
676 (rPos.X() >= nOffX) && (rPos.X() < nOffX+mnDayWidth) ) in ImplHitTest()
703 nOffX = nDayX + (nDayIndex*mnDayWidth); in ImplHitTest()
705 (rPos.X() >= nOffX) && (rPos.X() < nOffX+mnDayWidth) ) in ImplHitTest()
818 Rectangle aDateRect( nX, nY, nX+mnDayWidth-1, nY+mnDayHeight-1 ); in ImplDrawDate()
896 long nTextX = nX+(mnDayWidth-GetTextWidth( rDay ))-(DAY_OFFX/2); in ImplDrawDate()
1095 DrawLine( aStartPos, Point( nDayX+(7*mnDayWidth), nDeltaY ) ); in ImplDraw()
1138 nDayX+(7*mnDayWidth)-1, nDayY+(6*mnDayHeight)-1 ); in ImplDraw()
1149 nDeltaX = nDayX + (nDay*mnDayWidth); in ImplDraw()
1157 nDeltaX = nDayX + (nDayIndex*mnDayWidth); in ImplDraw()
1178 nDeltaX = nDayX + (nDayIndex*mnDayWidth); in ImplDraw()
1401 aRect.Right() = aRect.Left()+mnDayWidth-1; in ImplInvertDropPos()
2263 nX = (long)(nDaysOff*mnDayWidth); in GetDateRect()
2283 aRect.Left() += nDayIndex*mnDayWidth; in GetDateRect()
2284 aRect.Right() = aRect.Left()+mnDayWidth; in GetDateRect()
2320 aRect.Left() = nDayX + (nDayIndex*mnDayWidth); in GetDateRect()
2322 aRect.Right() = aRect.Left()+mnDayWidth; in GetDateRect()