Searched refs:mnDayHeight (Results 1 – 2 of 2) sorted by relevance
478 mnDayHeight = nTextHeight + DAY_OFFY; in ImplFormat()481 mnMonthHeight = (mnDayHeight*6) + mnDaysOffY; in ImplFormat()641 if ( rPos.Y() < (nY+(TITLE_BORDERY*2)+mnDayHeight)) in ImplHitTest()658 if ( (rPos.Y() >= nDayY) && (rPos.Y() < nDayY+mnDayHeight) && in ImplHitTest()675 if ( (rPos.Y() >= nDayY) && (rPos.Y() < nDayY+mnDayHeight) && in ImplHitTest()684 nDayY += mnDayHeight; in ImplHitTest()704 if ( (rPos.Y() >= nDayY) && (rPos.Y() < nDayY+mnDayHeight) && in ImplHitTest()714 nDayY += mnDayHeight; in ImplHitTest()818 Rectangle aDateRect( nX, nY, nX+mnDayWidth-1, nY+mnDayHeight-1 ); in ImplDrawDate()897 long nTextY = nY+(mnDayHeight-GetTextHeight())/2; in ImplDrawDate()[all …]
211 long mnDayHeight; member in Calendar